Read the statement by Michael Teeuw here.
Highlight current day in calendar
-
@sdetweil I am on the current latest version.
-
@rvnbrg ok, he provides css that targets ‘today’
.MMM-MonthlyCalendar .today { background-color: rgba(192, 192, 192, 0.2); }
so, just add that to custom.css and change the color
-
@sdetweil omg it worked! Thank you very much!
-
-
@sdetweil I did so and it worked the first day(s) but today and Yesterday the background was gone. I checked the custom css and all lines are still present. Did I do something wrong? Or does it have to do something with the weekend days?
-
@rvnbrg I do not know. I would have to look at the content to see if the classes were applied
see here how to look at the content
https://forum.magicmirror.builders/post/90135 -
@sdetweil today I noticed that I do see the highlighted background when I open Magic Mirror on my phone’s web browser, but not on the mirror itself. A bit strange isn’t it?
-
@rvnbrg if you refresh the MagicMirror screen, if you have a keyboard hit ctrl-r
or restart MagicMirror -
@sdetweil i tried that multiple times
-
@rvnbrg did you use the developer window to look at the styles?
-
@sdetweil my raspberry 3 a+ is a bit too slow to navigate through the dev screen. That’s why I checked via my laptop’s chrome browser. But there is the background of today highlighted as expected.
Side question: If I replace my rb 3a+ with a rb 4. Can I get everything working as it is now by just changing the sd card?