A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Date only module
-
Anyone able to help create a date only module or tweak the default clock module?
I’ve got a mirror set up running the standard clock module during certain hours and outside these ours want to show the clock (ideally with a date underneath) but noticed there’s no way to move the date below the clock or have a date only module.
-
You could play around with css
maybe something like this :
.clock .date { position: relative; top: 100px; }
(add this to the custom.css not the main.css)
-
I’ve cloned the clock module and tweaked the code to create a custom module.