Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda - Two questions
-
@BKeyport I know it says its broadcasting 400+ events so I’m assuming it’s sending old stuff.
-
@Kelemvor I pretty much bet it’s that setting - with it I get what you want:
-
I think I fixed it and I Just found a typo in the official documentation:
On this page:
https://docs.magicmirror.builders/modules/calendar.html#configuration-optionsThe first instance of broadcastPastEvents is wrong.
It should say pastDaysCount, not maximumNumberofDays,
Anyway, I set broadcastPastEvents to True and PastDaysCount to 1. It seems to be showing now. I’ll know more tomorrow afternoon.
-
oh, and you can specify past events per calendar:
-
@Kelemvor I wouldn’t know the details on that part of the thing - I let my calendar spew the entire of the data download - it don’t hurt a thing.
-
@BKeyport Oh sheesh. After my change it’s now showing the entire mini calendar with all the events on it. It wasn’t like that before so it’s definitely sending things it wasn’t. I have the PastDays thing set to 1, in the base calendar but EXT3 calendar is showing events for all of March so that flag doesn’t seem to work right or something.
-
@Kelemvor pastDaysCount is an advisory to other modules. they dont have to honor it
we send all the events, there was a bug in clipping, i ‘fixed’ for 2.30, but made it worse. the temp fix removes clipping on past events
maximum days sets the range to view in cal, default 365 days