Skip to content

poketcalulator/MMM-Rocketlaunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Rocketlaunch

V 1.5

This an module for the MagicMirror.

The module lists scheduled rocket launches, and various information regarding a launche.

Information about rocket name and configuration, launch time, location, launchepad, agency, status, payload, mission description, vessel image.

Example

Example

Installation

Open a terminal session, navigate to your MagicMirror's modules folder and execute git clone https://github.com/poketcalulator/MMM-Rocketlaunch.git, a new folder called MMM-Rocketlaunch will be created.

Complete the installation by adding the following to config.js as shown below.

Using the module

modules: [
{
      module: 'MMM-Rocketlaunch',
      position: 'top_right',
      header: 'Rocketlaunch',
      config: {
        launches: "2",
        missiondesc: false,
        imggray: true,       
      }
  },

Config Options

Option Default Description
launches REQUIRED Control the number of returned launches. 1-5 is a good place to start.
missiondesc REQUIRED With or without long mission description. true Mission description will be retrieved. false Mission description will not be retrieved. Customize to suit your needs.
imggray REQUIRED image in grayscale(default) or color. true grayscale, false in color

Credits

Base API

This Modul is using the https://thespacedevs.com/llapi

About

This an module for the MagicMirror 2 by MichMich - Lists scheduled rocket launches, and various information regarding a launche.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published