Read the statement by Michael Teeuw here.
Calendar Module still referencing Template
-
@Mykle1 So, I tried three things: I tried making the existing calendar public, I tried making a duplicate and making it public, I tried downloading the ICS locally and referencing that. No matter what I change the calendar to (even a completely broken url), it ALWAYS references the calendarlabs one… This is very weird. Maybe I’ll try an update of the base MagicMirror.
-Mike
-
@Mykle1 That didn’t do it either. I stumbled upon this thread: https://forum.magicmirror.builders/topic/127/question-about-calendar/7
So I changed my config to:
{ module: "calendar", position: "top_left", config: { maximumEntries: "15", maximumNumberOfDays: "30", calendars: [ { symbol: "calendar", url: "https://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics", } ] } },
And now it’s working. Woohoo!
Thanks anyways @Mykle1 !
-
@MASantangelo said in Calendar Module still referencing Template:
Thanks anyways @Mykle1 !
You know, I didn’t even realize your config was missing the array brackets. My bad.
Glad you worked it out! Enjoy your mirror
-
@Mykle1 I’m gonna chalk that up to not enough coffee on my part. :)
-
@MASantangelo said in Calendar Module still referencing Template:
I’m gonna chalk that up to not enough coffee on my part. :)
Or too much. :^)