Hey!
Im new in the MM community and got some issues setting up multiple Google Calendars.
The first one works fine. Then i tried to set up two more from two different accounts.
The URL i correct. But when I boot my mirror it says that there is nothing in the calendar and sometimes it says that there is an error in the module. I guess i have made an error somewhere, but cant figure it out. I have made changes to my url in the post since its my private calendar.
Sorry about the mess in my config !
module: "calendar",
header: "Bobba",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},
{
module: "calendar",
header: "Sara",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},
{
module: "calendar",
header: "Max",
position: "top_left",
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/my=private-urlbasic.ics",
maximumEntries:7,
//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}
]
}
},