Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstuder/MMM-nominalflight
A module for MagicMirror2 that displays upcoming space launches.
https://github.com/jstuder/MMM-nominalflight
magic-mirror-modules magicmirror space
Last synced: 22 days ago
JSON representation
A module for MagicMirror2 that displays upcoming space launches.
- Host: GitHub
- URL: https://github.com/jstuder/MMM-nominalflight
- Owner: jstuder
- License: mit
- Created: 2017-03-15T03:26:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T07:04:38.000Z (over 7 years ago)
- Last Synced: 2024-08-04T10:02:29.724Z (4 months ago)
- Topics: magic-mirror-modules, magicmirror, space
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-NominalFlight**
README
# MMM-nominalflight
A module for MagicMirror2 that displays upcoming space launches.![screen shot 2017-03-14 at 11 27 49 pm](https://cloud.githubusercontent.com/assets/2536200/23936948/1b91c606-0912-11e7-81b8-01c6315d7a18.png)
## Dependencies
* A [MagicMirror2](https://github.com/MichMich/MagicMirror) installation## Installation
1. Navigate into your MagicMirror's `modules` folder and execute `git clone https://github.com/jstuder/MMM-nominalflight.git`
2. Create an entry in your `config.js` file to tell this module where to display on screen.
**Example:**
```
{
module: 'MMM-nominalflight',
position: 'top_left', // you may choose any location
header: 'Nominal Flight', // optional
config: {
launches : 5, // optional
}
},
```## Config
| **Option** | **Description** |
| --- | --- |
| `launches` | Set number of launches to display, default is 5, max is 20. |