Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
/ mmm-moon-phases Public archive

Display current moon phase image on MagicMirror2

License

Notifications You must be signed in to change notification settings

spectroman/mmm-moon-phases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Module is discontinued, there will be no more updates

I do not use this module myself, I still have one moon phase module but I use:

https://github.com/NolanKingdon/MMM-MoonPhase

This repo is now discontinued


Magic Mirror Module: mmm-moon-phases

This MagicMirror2 module allows you to fetch an image of the moon in its current phase

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules
git clone https://github.com/spectroman/mmm-moon-phases.git

Configure the module in your config.js file.

Using the module

There isn't much to configure really, you just need to position it and optionally set a suitable size for you via the config options.

Now add the module to the modules array in the config/config.js file:

modules: [
        {
                module: 'mmm-moon-phases',
                header: 'Current Moon Phase',   // optionally you can add a header to this block
                position: 'bottom_left',        // this can be any of the regions
                config: {
                }
        },
]

Config Options

Option Default Description
height 200 The height of the image.
width 200 The width of the image.

About

Display current moon phase image on MagicMirror2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published