Skip to content

MMRIZE/MMM-Planetarium

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

To install the module, go to your MagicMirror's modules directory and clone the repository:

cd ~/MagicMirror/modules
git clone https://github.com/MMRIZE/MMM-Planetarium

Update

To update the module to the latest version, navigate to the module's directory and pull the latest changes:

cd ~/MagicMirror/modules/MMM-Planetarium
git pull

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors