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-clock wraps srunrise time
-
-
@schrecki
Assign the width of module more wider./* In your `custom.css` */ .module.clock { min-width: 300px; /* Adjust for your needs */ }
-
@MMRIZE
Did not work for me, but it was a good hint…
I added it in the clock_styles.css:.module.clock .sun, .module.clock .moon { display: flex; font-size: 25px; min-width: 130px; } .module.clock .sun > *, .module.clock .moon > * { flex: 1; font-size: 25px; min-width: 130px;
Worked perfect for me!
Thanks anyway!I hope i’ll find a solution for MMM-CalendarWeek too, at this time everything i tried did not work… Font-Size too small for me…