@sdetweil Thanks for answering!
I gave it a try. I did use the broadcastPastEvents. As I’m using the schedule view, it shows all the past events starting from the current day.
I have around 40+ events every day, I’m trying to show only 20 events on the screen, as a list. When using the broadcastPastEvents it shows past events beginning on current day (limiting by one day - zero shows nothing from the past), but as I want to limit to 20 events to be shown, it turns out that it only displays the 20 first events of the day, and I can’t see ongoing and upcoming events.
The broadcastPastEvents has a limitation by days, but I need to limit by events (because I’m not using a day or week view, but the schedule view).
I couln’t find anything else on the configurations that would help with the case. Well, I’m new to Magic Mirror and not very talented with coding as well, so if I’m missing something, I’d appreciate some help!