Skip to content

powerjc/MMM-SunsetCountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-SunsetCountdown

MagicMirror module for daily countdown to sunset clock

Features

  • Showing time until local sunset
  • Custom CSS for each event.
  • At 00AM of each day, events will be refreshed.

Installation

cd ~/MagicMirror/modules
git clone https://github.com/powerjc/MMM-SunsetCountdown/

Configuration Example

{
  module: "MMM-SunsetCountdown",
  position:"top_right",
  config: {
    event: "Sunset in:",
    postevent: "See you tomorrow",
    fetchInterval: 60*1000, //in ms 60000 = 1 minute
    userlat: "0",
    userlon: "0",
  }
},

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published