The module in installed under MagicMirror/modules/MMM-CalendarExt2 MM works fine as long as I'm not adding the config for this module config:check tells me there's no syntax error
I replaced my config with the test config below, same result:
{
module: 'MMM-CalendarExt2',
config: {
calendars : [
{
url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics",
},
],
views: [
{
mode: "daily",
},
],
scenes: [
{
name: "DEFAULT",
},
],
},
},