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-CalendarExt3 show color
-
.CX3 .week:nth-child(2) .cell:first-child .cellDate .dateParts.month { display: none; /* Intentionally, I showed the month in the first cell of the calendar */ } .CX3 .cellDate .dateParts.day { display: inline-block; box-sizing: border-box; text-align: center; width: 22px; /* Fixed width */ height: 22px; /* W/H ratio should be 1 for circle not oval */ line-height: 22px; /* vertical centering */ border-radius: 50%; border: 1px solid #fff; }
-
@MMRIZE
ahhhh, the childrenthank you very much.