Skip to content

Not all planes show #5

@aa0pb

Description

@aa0pb

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions