Skip to content

poolis/MMM-Solunar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Solunar

Description

Solunar calendar module for MagicMirror. It displays the current days moon phase, rating (for fishing/hunting), and optimal major and minor times.

Depends on Solunar API but it does not require a key.

Solunar module with moon phase, rating, and major and minor times

Installation

Goto modules directory in your MagicMirror install and:

$ git clone https://github.com/poolis/MMM-Solunar

Configuration

Add block to config.js:

  ...
  {
    module: "MMM-Solunar",
    header: "Solunar info",
    config: {
        updateInterval: 60 * 60 * 1000, // 1 hour
        latitude: 40.7128, // Default: New York City
        longitude: -74.0060,// Default: New York City
        tz: -4 // Default: Eastern Daylight Time (EDT)
    }
  }
  ...

About

Solunar calendar module for MagicMirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors