Read the statement by Michael Teeuw here.
help with Google Calendar, No upcoming events
-
I’m trying to get Google Calendar to work, but I only get “No upcoming events” instead of showing me the events.
Bellow is how my config file looks like, (I have changed numbers ans stuff cause of security, that’s the reason it gives 404 if you try that link).
The calendar is “secret address in iCal format”. When I use that address in a browser, it starts to download an ical file, and I can import that to my calendar application on my Mac and I can see the events and bookings. So what am I doing wrong in my MagicMirror config.
{ module: "calendar", header: "Google Calendar", position: "top_left", config: { calenders: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/g_svmlo4ff1f6ju3dhjjlr2nahtg%40group.calendar.google.com/private-03f7hcs687c2e92eb4b36dvv6v83936/basic.ics", } ] } },
-
@DariBer if the url was good, I get a 404 error…
not a download
can u download on the pi, and then edit the file, its only text
curl -sL url >somefile.txtthen edit somefile.txt
-
@sdetweil Sounds a lot like same problem I had with Google calendar that was some odd date and time format that Google was using. Did that exact thing.
No upcoming events.
I punted on Google in end and am sending Outlook calendar to MM