I am unable to get my MMM-CalendarExt2 to show on the magic mirror. I am not sure what I am doing wrong here, but have been working on this for a few weeks now. Would really appreciate some help as I am not sure what is going wrong
module: 'MMM-CalendarExt2',
config: {
calendars: [
{
url: "https://calendar.google.com/calendar/ical/XXXXXX%40gmail.com/private-XXXXXX/basic.ics",
name: "personal"
}
],
views: [
{
mode: "monthly",
name: "personal",
position: "middle-center",
calendars: ['personal']
}
],
scenes: [
{
name: "DEFAULT",
views: ["personal"]
}
],
},
},