Skip to content

Releases: tbouron/MMM-FlightTracker

v1.2.1

16 Jan 09:21
e0caa7d
Compare
Choose a tag to compare

v1.2.1 is out! 🎉

New features

  • You can now control how the planes are ordered with the configuration option orderBy, as well as how much planes are displayed with the configuration option limit.
  • Speed units now include metric, imperial and knots.

v1.2.0

14 Jan 13:48
24564ae
Compare
Choose a tag to compare

v1.2.0 is out 🎉

New features

  • The module is now able to display the distance and bearing from your current location to the planes. This works by first specifying your current coordinate in your MagicMirror's config.js. The information will then be calculated based on the planes own coordinates.

Updates

  • Update instructions to include a missing prerequisite to install the module.

v1.1.1

14 Jan 13:52
62e87ca
Compare
Choose a tag to compare

v1.1.1 is out 🎉

Bug fixes

  • When using the network mode, some of the SBS1 messages where mangled from the stream. It was due to the stream outputting more than one message per frame which shouldn't happen. It was fixed by splitting the received data by \n character and iterating as usual over it.

v1.1.0

14 Jan 14:23
6d841c9
Compare
Choose a tag to compare

v1.1.0 is out 🎉

New features

  • The module now supports 2 modes: rtl-sdr devices connected directly to the server running MagicMirror, or TCP network stream of SBS1 messages.
  • Add support for automatically reconnect to the ADS-B client if the connection is lost (works for both modes)
  • Revamp of the UI
  • Add ability to show/hide aircraft information such as airline name, plane type, speed, altitude, etc.

Bug fixes:

  • Indicate the altitude changes by using the verticalRate coming for the plane messages, rather than a change of altitude over time.
  • Fix typo for the speed unit

Updates

  • Add licence file
  • Update documentation

v1.0.0

14 Jan 13:54
169eb44
Compare
Choose a tag to compare

First version of the module MMM-FlightTracker, enjoy! 🎉