A module for MagicMirror2 that displays upcoming space launches.
- A MagicMirror2 installation
- Navigate into your MagicMirror's
modules
folder and executegit clone https://github.com/jstuder/MMM-nominalflight.git
- 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
}
},
Option | Description |
---|---|
launches |
Set number of launches to display, default is 5, max is 20. |