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}` <------- -
Hello,
Is it possible to scroll this calendar with a button on GPIO, next month or prev month? Where can i find more details on this please, found some ideas but not this specific calendar.
Thank you.
-
@S374n you can use mmm-pages, create three pages
Three instances of ext3. One on each page,mode:“month”
monthIndex: 0/1/2. For this month, next month and month after that (-1 for month before current)Mmm-page-indicator creates buttons you can customize look w css, and will let you Move between pages on demand , pages also rotates
