Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@Sean said in MMM-CalendarExt2:
Can I also shrink the gap between events vertically somehow?
Tell me more exact details? Even a picture will help.
What I mean with gap between events is this:
-
@jani-karna
Hmmm… in Original CSS, there was no huge gap. It would be only 2px. I think you probably have modified CSS by yourself, but I don’t know what you changed. Sorry, can’t help you. -
@Sean said in MMM-CalendarExt2:
Hmmm… in Original CSS, there was no huge gap. It would be only 2px. I think you probably have modified CSS by yourself, but I don’t know what you changed. Sorry, can’t help you.
Thats fine, I’ll figure it out.
In the upcoming calendar, I have location or additional information in the events and their font is too big. Can I somehow make it smaller? Here’s a pic, the last row being the additional information:
-
@jani-karna
https://github.com/eouia/MMM-CalendarExt2/wiki/4.-Styling
Eachevent
haseventSub
(and its sub-elementseventLocation
andeventDescription
). By default, agenda(upcoming
andcurrent
) views would revealeventSub
, so, you can use that CSS selector to specify. -
@Sean said in MMM-CalendarExt2:
@jani-karna
https://github.com/eouia/MMM-CalendarExt2/wiki/4.-Styling
Eachevent
haseventSub
(and its sub-elementseventLocation
andeventDescription
). By default, agenda(upcoming
andcurrent
) views would revealeventSub
, so, you can use that CSS selector to specify.Missed that styling part… :grimacing_face: got it working, thank you again!
-
Hello again. is there a way to scroll the events when there are so many on a single day with displaying the (+x).
Thanks.
-
@code999
no. i was tried scrolling in my older CALEXT but too burden to rpi. -
@code999
Instead, you can sort and filter the order of events to be shown. -
Did CalendarExt in Weeks (or Month) view automatically adjust the height of the day to accommodate the events?
I swear if there was only one or two events for a day (in a given week), the whole row was shorter. -
@ChickenBeard
Not adjusted automatically. you can set the height of the slot manually.