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
-
Default CW display shows on desktop Firefox but not on Chrome/Electron when using the rpi as a display. It only show “CW 1” for each week.
Firefox shows the correct week number “CW 32” in this weeks case. My search-fu is not finding a fix for this.
-
-
@sdetweil Awesome! Many thanks!
-
Is there a way to remove the space where a symbol would be only for calendars not using a symbol?
-
@almightyyoshi yes
add
classes:"........ some_arbitrary_string " //like this classes:"foo",
after the module: line
to the instance you dont want the symbols to showthen use
.arbitrary_string .symbol { display:none; } /*like this */ .foo .symbol { display:none; }
-
I think you can add the caledar_name selector too
from the ext3 doc.event` : Every event has this selector. Each event could have these class names together by its condition. - `.continueFromPreviousWeek`, `.continueToNextWeek` - `.calendar_{calendarName}` <-------