Skip to content

Lavve/MMM-MagicHexClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-MagicHexClock

A module for MagicMirror² that shows a clock in cool hexadecimal colors

Example

Install

  1. Clone repository into ../modules/ inside your MagicMirror folder:
    • git clone https://github.com/Lavve/MM-MagicHexClock
  2. Add the module to the MagicMirror config.js
{
    module: "MMM-MagicHexClock",
    position: 'top_center',
    config: {
        fontSize: '65px',
        showHex: true,
        showTime: true,
        timeFormat: 24,
    }
},

Configuration options

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

Collaborate

Pull requests are welcome.

Donations

Donate if you like my modules! <3

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published