-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Howdy,
I have my own receiver and live close to a smaller airport. The module works great, but it only has the high flying jets and very rarely have the C152 and other lower alt planes. Is there an altitude setting? Below is my config.
Thanks
module: 'MMM-FlightTracker',
header: 'Nearby planes',
position: 'bottom_left',
pages: {"all": "bottom_left"},
config: {
interval: 1,
animationSpeed: 1000,
passingByThreshold: -1,
orderBy: 'distance:desc',
limit: 3,
speedUnits: 'imperial',
altitudeUnits: 'imperial',
latLng: [XX.XXXX, -XXX.XXXXX],
showAirline: Boolean,
showType: Boolean,
showSpeed: Boolean,
showAltitude: Boolean,
//showHeading: Boolean,
client: {
mode: 'network',
host: 'XX.XX.XX.XX',
port: 30003
}
}
Metadata
Metadata
Assignees
Labels
No labels