Skip to content

A module for MagicMirror2 that displays upcoming space launches.

License

Notifications You must be signed in to change notification settings

jstuder/MMM-nominalflight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-nominalflight

A module for MagicMirror2 that displays upcoming space launches.

screen shot 2017-03-14 at 11 27 49 pm

Dependencies

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.

About

A module for MagicMirror2 that displays upcoming space launches.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published