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

Update item names in Tabulator to reflect new `flightradar24-client` API **v0.3.0**. Originally, several of the FlightRadar24 available items were missing in the **v0.2.1** version of the [flightradar24-client](https://github.com/derhuerst/flightradar24-client). In order to...

enhancement
api

The first module enhancements we can start working on, are implementing the missing configuration options. As I see it, and I'm open for more suggestions, the following are needed. ```js...

ToDo

In case the FR24 would some day break the API provided by the [flightradar24-client](https://github.com/derhuerst/flightradar24-client), we should consider using alternative sources for our data. One such source could be the [OpenSky...

enhancement
ToDo
api

We want to implement alerts for certain preset (from config) *flights, planes, squawks* etc. To create an alert, use: * For notifications use: `self.sendNotification("SHOW_ALERT", {type: "notification"});` * For alerts use:...

enhancement
ToDo

We want to have a config option `watchList`, that checks for certain *flights, planes*, or *squawk* codes. This is very useful for finding: - [ ] *military, government* aircrafts -...

enhancement
config

We can use: ```js require.resolve('flightradar24-client/lib/radar') ``` to check if package is already installed or not.

installation

To make installation simpler, lets turn the module into a verified *npm* package. So that it can be installed with: ```bash npm install mmm-flightsabove ```

enhancement
ToDo