Read the statement by Michael Teeuw here.
Calendar not working after update
-
Greetings…I updated, and everything worked great using the update script, except the calendar. If I don’t comment out the calendar section in my config, I just get a blank screen. When I do comment it out, everything else works as expected. Has there been a change or do I have something wrong? I’ve searched the documentation and the forum and I can’t find anything.
{ module: "calendar", header: "Upcoming Events", position: "top_left", config: { timeFormat: "absolute", getRelative: 0, urgency: 0, showEnd: false, maximumEntries: 10, calendars: [ { symbol: "calendar-check-o ", url: "webcal://p62-caldav.icloud.com/[removed]" } ] } },
-
@uatuba you said u updated? how did u do that?
for 2.15 you also had to do npm install again because some dependencies changed
-
@sdetweil I used the upgrade script. Nothing broke…except the Calendar. I went back and did npm install.
Now nothing works–I get a blank screen, which may have to do with the MMM-PIR-Sensor module which breaks every time I do an upgrade.
-
@uatuba yeh, good old pir needs a binary build
electron-rebuild to match electron versionswe should have looked at the logs for calendar issue