Read the statement by Michael Teeuw here.
Help with calendar
-
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
-
updating the screen works good.
all calendars are working.
butt when i hide the standard calendar then te addon calandar lost the events and is empty -
@gerbenz but thats not how it works! the calendar module just keeps sending even when no position is specified.
i have both setup on my system and it works perfectly
maybe 10releases ago modules w no
position would not be runyou should be able to see the broadcasts go out in the logs
-
@gerbenz show me the default calendar config whenExt3 is not working.
-
I changed nothing, only possition to unknown dor the standard calendar.
And then the addon calendar is show no events
-
@gerbenz no, NOT unknown, thats invalid, module will not be loaded (there will be an error in the log about this)
just add
//to the front of the line w position on it to comment it out
see mine that i posted earlier
https://forum.magicmirror.builders/post/123049 -
Okay i give it a try tomorrow.
Thanks so far for youre help.
I lett it know if it works.
And do i need delete the adresses from the standard calendar or not? -
@gerbenz address?
look at my example
-