jesmak / MMM-FlightRadarTracker

MagicMirror module that tracks nearby planes based on Flightradar24 data
MIT License
20 stars 3 forks source link

passingByThreshold #1

Closed mcattle closed 4 years ago

mcattle commented 4 years ago

Is the passingByThreshold in meters or feet, and is it altitude above sea level or current ground level?

jesmak commented 4 years ago

Altitude comes directly from Flightradar24 and the title there is corrected pressure altitude above mean sea level. Value is then converted to metric or imperial depending on what you've put to altitudeUnits setting. passingByThreshold uses the same setting. So if you want meters, set altitudeUnits to metric. If you want feet, set it to imperial.