MMM-FlightsAbove icon indicating copy to clipboard operation
MMM-FlightsAbove copied to clipboard

A MagicMirror Module for displaying current flights in the sky above you!

Results 17 MMM-FlightsAbove issues
Sort by recently updated
recently updated
newest added

Is this module DOA? The installation "npm install mmm-flightsabove" fails immediately.

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

The module only shows loading once installed

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/e3v3a/test/github/de18167d-2bff-47bb-8b76-60262800a289/master..snyk-fix-xjcdc5) for more details. #### Snyk Project: [E3V3A/MMM-FlightsAbove:package.json](https://app.snyk.io/org/e3v3a/project/de18167d-2bff-47bb-8b76-60262800a289) ####...

No need to poll when the module is hidden. This functionality is controlled by two functions in the main module, according to: * `suspend()` - When a module is hidden...

enhancement
ToDo

Add a few comments in the README about how people can find more detailed airport info using the python tool: [iata-arrivals-cli](https://github.com/E3V3A/iata-arrivals-cli). This info include *Flight arrivals and departures, Lat/Lon, ICAO,...

enhancement
documentation

Add and [inch config](https://inch-ci.org/help/config_file_json) file as `inch.json`. ```js { "files": { "included": [ "plugins/**/*.js" ], "excluded": [ "plugins/vendor/sparkr/sparkr.js", "plugins/vendor/**/*.js", "!regexp:/vendor/" ] } } ```

documentation

We want to add a new config option called `singleTrack: "FLIGHT_ICAO"` to integrate with a earth globe module and voice module, to request that a certain flight will get tracked...

enhancement
feature

Currently, flights are classified as UFO's when they have a `0000` squawk. Unfortunately many flights start their journey with `0000`, so we need to improve this criteria. We do so...

enhancement