A module for MagicMirror² that shows a clock in cool hexadecimal colors
- Clone repository into
../modules/
inside your MagicMirror folder:git clone https://github.com/Lavve/MM-MagicHexClock
- Add the module to the MagicMirror config.js
{
module: "MMM-MagicHexClock",
position: 'top_center',
config: {
fontSize: '65px',
showHex: true,
showTime: true,
timeFormat: 24,
}
},
Configuration | Default | Description |
---|---|---|
fontSize | 65px |
(str) Font size of the clocks |
showHex | true |
(bool) Show or hide the hexadecimal clock |
showTime | true |
(bool) Show or hide the normal clock. |
timeFormat | config.js | (int) 24 or 12 . Overrides settings in config.js |
Pull requests are welcome.
Donate if you like my modules! <3