Read the statement by Michael Teeuw here.
Help with calendar
-
done,but not working. stays empty
-
@gerbenz can you show me output of
cd ~/MagicMirror git branch
-
- _fix_clipping
master
- _fix_clipping
-
@gerbenz ok, can you show the output of starting MagicMirror
if you are using pm2 then
pm2 logs --lines=xxx
xxx is the number of most recent lines , default 15you may need more
careful the cal broadcast message contains the full url so coukd expose personal infois it broadcasting events ?
-
-
@gerbenz no idea
can you show the calendar configuration
(xxx out the urls but don’ change anything else)you ARE just commenting out the calendar position line, right??
mine looks like this{ module: "calendar", classes: "page1", //position: "top_left", order: "*", index: 1, label: "instance 1", config: { broadcastPastEvents: true, fetchInterval: 120000, urgency: 0, dateFormat: "Do.MMM, HH:mm", fullDayEventDateFormat: "Do.MMM", getRelative: 0, hidePrivate: true, calendars: [
-
{ module: "MMM-CalendarExt3", header: "Afspraken", position: "middle_center", config: { mode: "week", weeksInView: 1, weekIndex: 0, instanceId: "basicCalendar", locale: 'nl-NL', maxEventLines: 5, firstDayOfWeek: 0, startDayIndex: 0, displayEndTime: true, calendarSet: null, refreshInterval: 60000, fontsize: '30px', eventHeight: '30px', useWeather: false, skipPassedEventToday: true, calendars: [ { name: "werk stefnie", color: "red", url: "https://xxxx" }, { name: "Stefanie", url: "webcal://p181-caldav.icloud.com/published/xxxx", }, { name: "Gezin", url: "webcal://p181-caldav.icloud.com/published/xxxx", }, { name: "Amber", url: "webcal://p181-caldav.icloud.com/published/xxxx", }, { name: "Luna", url: "webcal://p181-caldav.icloud.com/published/xxxx", }, { name: "Gerben", url: "webcal://p175-caldav.icloud.com/published/xxxx", } ] } },
-
@gerbenz no, the default calendar, where the events come from
-
module: "calendar", position: "middle_center", config: { coloredText: true, broadcastPastEvents: false, // <= IMPORTANT to see past events fetchInterval: 1000 * 60 * 1, calendars: [ { symbol: "werk stefnie", url: "xxxxx" }, { symbol: "Stefanie", url: "webcal://p181-caldav.icloud.com/published/xxxxx", }, { symbol: "Gezin", url: "webcal://p181-caldav.icloud.com/published/xxxxx", }, { symbol: "Amber", url: "webcal://p181-caldav.icloud.com/published/xxxx", }, { symbol: "Luna", url: "webcal://p181-caldav.icloud.com/published/xxxxxx", }, { symbol: "Gerben", url: "webcal://p175-caldav.icloud.com/published/xxxxx", } ] } },
-
@gerbenz fetch every 60 seconds?
might be a spammer
how about try 5 mins
and comment out the positionExt3 tries not to flash the screen w updates, you are probably running into that with so frequent updates and so many cals all at different times
you can look at the pm2’log and see timestamps when events are sent from each cal