Thanks so much for your help with this! Its driving me to drink. I’m new to this so I’m muddling my way through it.
I clicked on your link above and it gave me an error. Saying something about the file being corrupt.
I have substituted my calendar file with another file that I know is also populated and I get them same result using either one when I launch MM.
The calendar I want to pull is from here - http://www.westgatemennonite.ca/calendar/
Not sure if I’m pulling it correctly or not, but from all the (extensive) reading and testing, I think its correct.
Any ideas are welcome.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
V
Latest posts made by vanmas
-
RE: MM Calendar showing "No upcoming events"
-
MM Calendar showing "No upcoming events"
The calendar that I’m pulling is from my daughter’s high school. I’ve searched and tried a bunch of things but I can’t figure this out. This is my code for the calendar. It says “No upcoming events” but I know that there is stuff there. Any help is much appreciated.
This is my config file. It works, just shows “No upcoming events”.{ module: "calendar", header: "Westgate Calender", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/271be4lju5k40247asuls1g4fdi32clk@import.calendar.google.com/public/basic.ics" } ] } },