Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.11 KB

MMM-Planetarium

MagicMirror Module to display constellations, stars, galaxy, ... using VirtualSky Library

Screenshot

screenshot

Concept

With the great library Virtualsky You can show planetarium in your MagicMirror.

Installation

cd <YOUR_MAGICMIRROR_DIR>/modules
git clone https://github.com/MMRIZE/MMM-Planetarium

Configuration

{
  module: 'MMM-Planetarium',
  position: 'fullscreen_below', //Recommended
  config: {
    latitude: 50.0836, //Your position
    longitude: -8.4694,
    az: 0, // Azimuth : 0 means North, 90 means East, 180 means South, ...
    panoffset: -0.1, // panning step by AZ
    paninterval: 250, // milliseconds. 0 => no pan.
  }
}

All options of VirtualSky would be available (even keyboard shortcuts..)

Author

ko-fi