Read the statement by Michael Teeuw here.
Trying to display a month view with MMM-CalendarExt
-
@Fr8Trayne
You needsystem.show
filed to set which views to show.config: { system: { show: ["daily", "upcoming"], // or any views you need. ... }, ... }
-
@Sean
Thanks I have added both the system and show with no results. To be completely transparent, in my testings I have gone from the simple example to fully writing out all configurations found on the Module’s configuration page without seeing anything. I’m just trying to see the module show up at all.
-
@Fr8Trayne
http://mlb.am/tix/mariners_schedule_full is expired so there is no event at all in that URL. If you want to test, try this url webcal://ics.fixtur.es/v2/tottenham-hotspur.ics{ module: 'MMM-CalendarExt', config: { system: { show: ["daily"], }, calendars :[ { url: "webcal://ics.fixtur.es/v2/tottenham-hotspur.ics" }, ], } },
-
@Sean Great! I got it to show up, but the moment I change the calendar to my public (yes I made it public) and the private calendar it disappears. It is in the .ics format. Almost there. Once I get this up I’ll work on the configurations. Thanks for your help sean.
-
@CliffordW were you able to get your google calendar to show up?