Read the statement by Michael Teeuw here.
MMM-calenderext3
-
@sdetweil
This is both configs from the calendarext3 and the default calendar. -
@tink8909 you have 2 urls in the default calendar, block
it should be like thiscalendars:[ { url:"..." }, { url:"...." } ]
the way you have it the second url overwrites the first, as there can only be one inside the {}
-
@sdetweil I just removed the first url it wasn’t needed. But still no change.
-
@tink8909 in the ext3 config remove calendarSet, as you didn’t name the calendar
again, i STRONGLY recommend start by using the minimal ext3 config
{ module:"MMM-CalendarExt3", position:"bottom_bar" }
then you can add the config:{} block
change mode to monthchange 1 parm at a time
-
@tink8909 also the default cal refresh rate is once per week,
and ext3 is probably waiting for next broadcast if it missed the first -
@sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.
-