Read the statement by Michael Teeuw here.
CalendarExt3 Correct calendar not displayed
-
Re: MMM-CalendarExt3
Great update over the Ext2 module and by far the best Calendar module available!
I am having an issue with the Ext3 module though.I have the module configured correctly but it does not show the calendar that I specify.
Instead, it shows another calendar that I have configured for the default Calendar module.I’m using the default Calendar module in the top-left position to display a combination of family member calendars and have the Ext3 module configured in the bottom_bar position to display to display the week ahead of a calendar for scheduled network upgrade events.
Why would an unrelated calendar display in the Ext3 and how can I get the correct calendar to display?
On a minor note, how do I hide/remove the “CW#” text that is displayed at the beginning of each week or is this “hard-coded” and cannot be hidden/removed?
Thanks
-
@DarrenO EXT3 ONLY shows entrys broadcast from the default calendar module.
EXT3 does NOT read the calendar itself, like ext2 did
-
@sdetweil to hide the Current Week number you would use an entry in custom.css
to make it not display
.CX3 .cw { display: none; }
-
@sdetweil
More specific code is needed.
https://github.com/MMRIZE/MMM-CalendarExt3/wiki/Examples-%26-Tips