Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda
-
This is what I’ve got with your config.
Is it different with what you want? Tell/Show me what you expected. (AS-IS and TO-BE) -
@MMRIZE It seems to be loading everything now, but it’s not refreshing with the calendar app. If I add an event, it misses it until it refreshes at the top of the hour. This includes events going “live” - (bold).
-
@BKeyport what is the calendar refresh rate set to ?
-
module: "calendar", // Built in position: "top_center", config: { animationSpeed: 0, broadcastEvents: true, broadcastPastEvents: true, fetchInterval: 30000, maximumEntries: 99, ...
-
-
@sdetweil did I miss a zero there. Damn. Worked fine until this release of MMM-CX3A, tho.
-
@BKeyport
I changed that logic also, because, with some certain circumstances, the disharmony of refresh schedules of each individual calendars and notifications might make too many refreshing/flickering. So I have to change the job. -
@MMRIZE I see. I need the calendar to update more frequently, which is why I have my animations off normally. More options set. it now works, like it used to.
Thanks!
-
How do I remove the “fade to black” at the bottom of the agenda?
-
@Studio472
Append this to your custom.css.CX3A .agenda::after { display: none; }