Read the statement by Michael Teeuw here.
Google Calendar reading, "No upcoming events."
-
Hello There,
Forgive a complete noob here, I have been scouring the internet trying to figure out how to get my google calendar to show up on the Magic Mirror interface. It just keeps saying, " No upcoming Events" even when there is. Tried adding maximumNumberOfDays module to 90 and nothin…
not sure if this is how you add code to forum, but this is the java script.
{
module: “calendar”,
header: “Family Calendar”,
position: “lower_third”,
config: {
calendars: [
{
symbol: “calendar-check”,
url: “https://calendar.google.com/calendar/ical/britwestover%40gmail.com/private-7740b100fcef679b33ad0f95bcead17e/basic.ics”,
maximumNumberOfDays:90,
}
]
}
},
{
module: “compliments”,
position: “lower_third”
},
{ -
@bwestover33 what mm version are u on?
grep version ~/MagicMirror/package.json
-
2.14.0 is what the terminal is saying
-
@bwestover33 i don’t see any events in 2021
download the ics, it’s just a text file, u can edit it
-
Forgive me, but what is the Ics?
-
@bwestover33 the url gets the cal file
-
I downloaded the url from the google calendar website and entered it into the java script in file manager, is that what you are saying?
-
@bwestover33 no.
I’m saying there are no current events in the calendar file. (no upcoming events)
I advised downloading it and using some text editor to examine the file yourself.
-
Oh ok, not sure what I will be looking for but I will give it a go. Thank you for you help!
-
@bwestover33 each vevent is an event
dstart/dtend are start end