Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda - Two questions
-
@Kelemvor the events have class
.passedapplied, so you could have a css entryfor
.CX3 .today .passed { some color shading }.today moves at midnight
-
@sdetweil Thanks. I’ll take a look tomorrow when my brain is fresh. ;)
-
There’s already this in the CSS that makes the passed events Gray:
.CX3A .event.passed {
filter: brightness(0.6) grayscale(0.33);
}But, there must be something else that removes them completely when it updates so they don’t show at all.
-
As for the #1 question, look at these config items:
startDayIndex endDayIndexThat will adjust your view to specific days -
startDayIndex: 0will set it to start on the current day, and then continue for the number of days listed inendDayIndex -
@BKeyport said in MMM-CalendarExt3Agenda - Two questions:
As for the #1 question, look at these config items:
startDayIndex endDayIndexThose are already set correctly. There’s something hard coded somewhere that removes events that are in the past from showing, even if they’re from Today. If those settings were wrong I wouldn’t see anything from today.
-
Maybe something in this section if I’m deciphering things correctly…

-
@Kelemvor do you have
broadcastPastEvents: true,set in the default calendar app? -
@Kelemvor Actually, I think you might be right - does look hardcoded.
-
@BKeyport said in MMM-CalendarExt3Agenda - Two questions:
@Kelemvor do you have
broadcastPastEvents: true,set in the default calendar app?Not if that goes in the normal Config area. Does that make ALL events from the entire calendar get passed over to Ext3? Is that going to overload anything since it’s decades of events? :)
-
@Kelemvor It won’t overload anything. broadcastPastEvents is required to show old events.
-
@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
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
