Retro nixie clock display for MagicMirror².
There's also a digit reset animation.
There are four configurable options:
option | description | default |
---|---|---|
size | 'mini' , 'small' , 'medium' , or 'large' . |
'large' |
reflection | set false to turn off reflection effect. |
true |
timeFormat | 12 hour or 24 hour display. |
24 |
displaySeconds | true for a 6-digit clock or false for a 4-digit clock. |
true |
Sample config file (default):
var config = {
modules: [
{
module: 'MMM-nixie-clock',
position: 'middle_center',
config: {
size: 'large',
reflection: true,
timeFormat: 24,
displaySeconds: true,
}
}
]
}
All image credit to Dalibor Farny.