Read the statement by Michael Teeuw here.
Maximizing Screen Use with MMM-CalendarExt2 and Custom.css
-
@Sean I’ve been looking at custom.css, and I admit it’s very new to me. Which value should I try changing to reduce the upper margin?
-
@CliffordW
By default, infullscreen
position,month
andweek
view will be positioned to the bottom of the screen.MMM-CalendarExt2.css
.fullscreen .CX2 { /* when the view is located on `fullscreen_below` or `fullscreen_above` */ position:fixed; bottom: 10px; margin: 20px; width:calc(100vw - 40px); }
So you can redefine this section in your
css/custom.css
but not recommended. -
@CliffordW
If what you want is just enlarge the height, setslotMaxHeight
to bigger value. -
@Sean I’d like to be able show 4 rows instead of 3. There is a considerable amount of unused space at the top of the monitor, so I’d like to reduce (remove) this margin at the top.
I hope I’m making sense.
-
@Sean Thanks for the guidance. I missed it the first time. Considering this pi is a single function, I might just give this a shot.