A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda
-
@Dr8ke here is the full size
.CX3A .agenda { position: relative; max-height: 600px; overflow-y: hidden; // if it gets bigger, truncate and hide mask-image: linear-gradient(to bottom, transparent, black 10%); -webkit-mask-image: -webkit-linear-gradient(90deg, transparent, black 10%); }
-
Thank you very much!
-
@Dr8ke that was from the module css
-
Good day everyone, I just resurrect my MagicMirror and I saw so many new things and loving the new modules, got everything to work but haven’t figure out one thing with the CalendarExt3Agenda, I would like to display only today events, I tried different configurations with:
startDayIndex: 0, endDayIndex: 1,
With this, I get today and tomorrow, and I know this is right, but when I try
startDayIndex: 0, endDayIndex: 0,
I get a blank today without any event being display, any clue?
Thanks
Leo
-
@bassin12
I’ll look inside; maybe it was my mistake. -
@bassin12
Updated. There was a logical bug in the code. Sorry. -
@MMRIZE Nothing to apologize for, it is a great module.
Leo