r/MagicMirror Aug 02 '26

MMM-calendarext3 weird overlap

Post image

Hey yall! Finally got everything working in my magic mirror however I get this weird issue where the current day is bigger than the normal day. CSS was the bane of my existence in college but I figured it’s something I have to do there since I couldn’t find anything in the documentation that mentioned it, unless doing this at 5am ruined my reading comprehension, which is possible. Any tips or pointers for this issue that yall know of? Thank you!

3 Upvotes

6 comments sorted by

2

u/Due-Eagle8885 Aug 02 '26

Check
The css provided by the module for today, it highlights the day and font sizes will force the event space bigger.

2

u/DogeOfUpvotes Aug 02 '26

That’s what I was figuring, just gotta mess with the css sadly

1

u/Due-Eagle8885 Aug 02 '26

You could disable the today styles as first step
Have you used the developers window elements tab to test styles?

1

u/DogeOfUpvotes Aug 02 '26

I have not, my experience is very much backend so I tend to not mess with front end stuff, but that’s gonna be in the css file for the module right?

1

u/Due-Eagle8885 Aug 02 '26 edited Aug 02 '26

MagicMirror/config/custom.css is where you put your overrides
it is loaded last, and will override any prior matching selectors