Skip to content

MagicMirror Module to display constellations, star, galaxys, ... using VirtualSky Library

License

Notifications You must be signed in to change notification settings

MMRIZE/MMM-Planetarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MagicMirror Module to display constellations, star, galaxys, ... using VirtualSky Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published