Skip to content

mumblebaj/MMM-SweepClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-SweepClock

A MagicMirror² module to display a clasic Railway Clock based on the code written by manuelmeister.

license

Support

If you like my module you can support my work by giving me a star ir buy me a coffee.

Updates

V1.1.0

  • Added option to remove date.
  • Added option provide Date Format
  • If Date is not required to keep the look and feel minimal just set showDate option to false.

Buy Me A Beer

Example

Installation

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

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/mumblebaj/MMM-SweepClock.git

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

  {
	module: "MMM-SweepClock",
	position: "top_left",
    config: {
              showDate: false,
              dateFormat: "dddd, LLL"
            }
  },

Updating

To update the module to the latest version, use your terminal to go to your MMM-SweepClock module folder and type the following command:

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

Releases

No releases published

Packages

No packages published