Read the statement by Michael Teeuw here.
MMM-FlightTracker - Real time plane tracker using ADS-B systems
-
That’s what I’m currently working on, a better layout to display the plane where:
- airline name can be toggled from the config
- aircraft type (if recognised) can be toggled from the config
- metadata can be toggled from the config
Also, the icon beside the altitude reflects the current vertical rate (stays horizontal if vertical rate is 0 or not defined)
-
Hi there.
I just release
v1.1.0
of the module. See the README.md for the new configuration + how it looks like.To update, simply do a
git checkout master && git fetch origin && git pull origin master && npm i
-
Hi again.
I just release
v1.2.0
of the module which adds support for the distance and heading` from your current coordinates to the planes displayed. See the README.md for the new configuration + how it looks like.To update, simply do a
git checkout master && git fetch origin && git pull origin master
-
Any chance this can have the option of reading a dump1090 feed over a local network? I have three RPi’s feeding FlightAware, FlightRadar24, PlaneFinder, RadarBox24 and OpenSky Explorer plus an instance of Virtual Radar Server on a PC I have, which in turn is feeding BaseStation on the same PC. I have another RPi running a custom python script to capture the closest aircraft and display its details on a 7" screen. But I’d love to be able to do this with my two MagicMirrors, neither of which is in a position where an antenna can be connected.
-
Hi @sonicgoose.
It’s already available since
v1.1.0
. Check out the “setup” section of the README.md, it explains how to set it up. -
@tbouron said in MMM-FlightTracker - Real time plane tracker using ADS-B systems:
Hi @sonicgoose.
It’s already available since
v1.1.0
. Check out the “setup” section of the README.md, it explains how to set it up.Wow. How did I miss that?! I’ve been following this module’s progress but clearly not close enough. Now I want to go home and try it! (Stupid work prevents me, though.) Thanks!
-
@sonicgoose said in MMM-FlightTracker - Real time plane tracker using ADS-B systems:
@tbouron said in MMM-FlightTracker - Real time plane tracker using ADS-B systems:
Hi @sonicgoose.
It’s already available since
v1.1.0
. Check out the “setup” section of the README.md, it explains how to set it up.Wow. How did I miss that?! I’ve been following this module’s progress but clearly not close enough. Now I want to go home and try it! (Stupid work prevents me, though.) Thanks!
Ahah no problem. To be fair, I released this version only 7 days ago :)
Glad you get excited about it! Although, the module might not work as good as expected for you, given the volume of planes you track. You see, my module handles huge volume by… not handling it 😅 There is currently no limit in place in the number of planes returned by the socket or displayed on the mirror.
This is mainly due to my lack of good antenna (hence not a lot of planes to display) But I would be curious to hear how you think this should be done, especially how the filtering and ordering should be performed?
Let me know what you think @sonicgoose :)
-
@tbouron said in MMM-FlightTracker - Real time plane tracker using ADS-B systems:
Glad you get excited about it! Although, the module might not work as good as expected for you, given the volume of planes you track. You see, my module handles huge volume by… not handling it 😅 There is currently no limit in place in the number of planes returned by the socket or displayed on the mirror.
This is mainly due to my lack of good antenna (hence not a lot of planes to display) But I would be curious to hear how you think this should be done, especially how the filtering and ordering should be performed?
Let me know what you think @sonicgoose :)
I’m currently tracking 130 aircraft from 3 to 218 nautical miles away, so I’m getting a looooong list—but I’m happy to have it working! My preference would be to have the aircraft sorted by distance (nearest first) from latLng and then have an option to restrict the number of aircraft displayed (5, 10, 15…?)
And feature request: display aircraft speed in metric, imperial or knots, since that’s the aviation standard.
This is a great module! I’m really excited I got it working :)
-
@sonicgoose Yeah, I thought this would happen at some point. Need to think about how I can implement this.
Can I ask you a favour? Could you create issues on GitHub for the long list and the feature feature? Would be easier for me to track the different things. Thanks in advance :)
-
@tbouron said in MMM-FlightTracker - Real time plane tracker using ADS-B systems:
@sonicgoose Yeah, I thought this would happen at some point. Need to think about how I can implement this.
Can I ask you a favour? Could you create issues on GitHub for the long list and the feature feature? Would be easier for me to track the different things. Thanks in advance :)
Done!