Skip to content

KirAsh4/analog_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: analog_clock

The analog_clock module is created for the MagicMirror project by Michael Teeuw (https://github.com/MichMich/MagicMirror). The modules displays a simple round analog clock.

Status

Whatever comes before BETA ... use at your own risk.

Installing the module

Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~/MagicMirror/modules/ ):

git clone https://github.com/KirAsh4/analog_clock

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
			{
				module: 'analog_clock',
				position: 'top_left',
				config: {
						// The config property is optional
						// Without a config, a default month view is shown
						// Please see the 'Configuration Options' section for more information
				}
			}
]

Configuration options

The analog_clock module is currently still being developed and thersfore has no defined configuration options yet.

About

An analog clock for the MagicMirror project (http://github.com/MichMich/MagicMiror/)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published