A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-text-clock fullscreen
-
Hello I’m trying to put this module in full screen, I’m using pages with the mmm-pagesindicator module, I wish there was a full screen clock on the first page.
thank you -
@airart I run a different module called MMM-TextClock (similar name) in full screen as my first page.
To display it in full screen I had to add following code into
custom.css
/* MMM-TextClock --------------------------------------------*/ .L12Field { width: 100%; height: 100%; font-family: Roboto; font-size: 125px; line-height: 135px; font-weight: 100; color: #333; }
Give it a try and see if it works for you.
-
have you figured out how to change the color of the bright font?