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.
Whatever comes before BETA ... use at your own risk.
Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~/MagicMirror/modules/ ):
git clone https://github.com/KirAsh4/analog_clockTo 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
}
}
]The analog_clock module is currently still being developed and thersfore has no defined configuration options yet.