Read the statement by Michael Teeuw here.
Nothing loading on screen
-
Re: MMM-CalendarExt2
I am new here and am trying to get the calendar extension to work. I set it up with the basic configuation but I am getting a blank screen in Magic Mirror. Any help would be appreciated.{
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”,
},
],
},
}, -
@pkup10 check the messages where u start mm,
there will be some errors,
module not founddo
npm install --save
for each in the MMM-CalendarExt2 module foldermaybe
request
rrule-alt
and valid-url -
-
@almightyyoshi ‘npm install request’ fixed this problem for me. Took me a while to find the fix though. Use ‘pm2 log’ to see what is causing mm to fail.