@sdetweil
Sorry for the late reply.
— I am only using two calendars currently. Googles Holiday calendar and one personal Calendar.
— I reverted to the most current update before adding events VIA the web interface. After that I re-installed G Calendar for IOS and added a reoccurring event. I didn’t realise before that it is not doubling events. Its actually displaying the correct event , the same event on the next day and then on that day for all reoccurring events. IE I set up a reoccurring event for Sat at 9. It shows that event, one on Sunday at 9 and then one for every Sunday at 9 moving forward. Magic Mirror is the only place this happens.
— I git pulled the release you are working on. Its giving me the same error it was before. Calendar module shows events correctly but nothing ever loads on EXT3. PM me your email address and I will send over the ICS. EXT3 is up to date.
{
module: "calendar",
position: "top_right",
config: {
maximumEntries: 12,
//wrapEvents: true,
broadcastPastEvents: true, // <= IMPORTANT to see past events
calendars: [
{
fetchInterval: 50000,
url: "https://calendar.google.com/calendar/ical/teaxxxxxxx",
name: "Shandra", // <= RECOMMENDED to assign name
color: "blue" // <= RECOMMENDED to assign color
},
{
url: "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics",
name: "us_holiday", // <= RECOMMENDED to assign name
color: "red" // <= RECOMMENDED to assign color
},
]
}
},
{
module: "MMM-CalendarExt3",
position: "top_left",
title: "",
config: {
refreshInterval: 60000,
mode: "month",
instanceId: "basicCalendar",
locale: 'en-US',
maxEventLines: 6,
firstDayOfWeek: 0,
calendarSet: ['us_holiday', 'abfall', 'mytest', 'Shandra'],
}