Read the statement by Michael Teeuw here.
MMM-CalendarExt2 freezing MagicMirror
-
I am unable to get the MMM-CalendarExt2 module to work. I have looked at some old posts, but everytime I use it, it causes my magicMirror to freeze within ~15 seconds. My config is below and any help would be greatly appreciated!!
module: 'MMM-CalendarExt2', config: { firstDrawingDelay: 10, calendars : [ { url: "https://calendar.google.com/calendar/ical/******gmail.com/private-*************/basic.ics", name:'personal' }, ], views: [ { name: "Default", mode: "upcoming", position:"lower_third", calendars: ['personal'] }, ], scenes: [ { name: "DEFAULT", views:[], }, ], }, `` -
@sg437
I think your ICAL URL might be wrong. Check that URL with the default calendar model. (See the log - what the module said.)And, I don’t recommend putting the
upcomingview into the horizontal region.upcomingview has only one slot so it will not match with the horizontal layout.upcoming viewin the vertical region ordaily view,weeks viewin the horizontal region is better.{ module: "MMM-CalendarExt2", config: { firstDrawingDelay: 10, calendars : [ { name: "Tottenham", url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics", icon: "emojione:chicken" }, { name: "Leeds", url: "https://www.google.com/calendar/ical/h2suh4c1iqvktk4olmfqtth4lg%40group.calendar.google.com/public/basic.ics", icon: "emojione-v1:shield" } ], views: [ { name: "Upcoming", header: "Upcoming Game", mode: "upcoming", position:"top_right", calendars: ['Tottenham'] }, { name: "Daily", mode: "daily", position: "lower_third", calendars: [], type: "row", slotCount: 7, fromNow: -2, useEventTimeRelative: true, } ], scenes: [ { name: "DEFAULT", views:[], }, ], } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login