Amazing forum…
Trying to get my head around how to get my wife’s google calendar to load into the calendar ext3 section.
Now I believe that it’s struggling because of the fact that this calendar has LOTS of entries, on every day, and it’s just not loading them into the calendar file fast enough. This is the first time it’s being added, so it’s probably pulling entries from years ago??
When I load MM, it loads fine, but the log states
[2024-10-21 21:26:03.827] [INFO] Calendar-Fetcher: Broadcasting 1 events from http://p112-caldav.icloud.com/published/2/...UBbA.
[2024-10-21 21:26:11.915] [INFO] Calendar-Fetcher: Broadcasting 316 events from https://calendar.google.com/calendar/ical/.../public/basic.ics.
How long should I expect it to take for it to load the entries into the calendar module? I currently have the following in the config file…
module: "MMM-CalendarExt3",
position: "bottom_bar",
title: "Grummitt Family",
waitFetch: 10000,
refreshInterval: 900000,
config: {
mode: "month",
instanceId: "basicCalendar",
locale: 'en',
timeFormat:"h:mm a",
maxEventLines: 5,
firstDayOfWeek: 1,
calendarSet: ['Google']
}
},
{
module: "calendar",
// position: "bottom_bar",
broadcastPastEvents: false,
config: {
calendars: [
{
url: "webcal://p112-caldav.icloud.com/published/2/MT...UBbA",
name: "iPhone",
color: "green"
}
]
}
},
{
module: "calendar",
// position: "bottom_bar",
broadcastPastEvents: false,
config: {
calendars: [
{
url: "https://calendar.google.com/calendar/ical/.../basic.ics",
name: "Google",
color: "red"
}
]
}
Any advice would be appreciated, I got this to display the wife’s calendar more than mine and I can get mine to show but not hers…
Thanks