Read the statement by Michael Teeuw here.
AfterUpdate to v2.3.2 Small Problem
-
Sorry I already deleted that folder MM that I renamed MagicMirror to.
Found the issue, the NEW default clock_styles.css has these extra lines compared to the older default clock_styles.css file.
.module.clock .clock-hour-digital { color: var(--color-text-bright); } .module.clock .clock-minute-digital { color: var(--color-text-bright); } .module.clock .clock-second-digital { color: var(--color-text-dimmed); }
If I remove those lines my time on screen looks right again…
Which will mess up the next update probably…
At least I know what to repair to do the update next round. -
P plainbroke has marked this topic as solved on
-
@plainbroke yes, we changed the style names from the sample I did
Just change your custom.css to use those names
-
@sdetweil
So just replace “var(–color-text-bright)” with my preferred colors? -
@plainbroke yes, no need to get it from a variable, you know
-
@sdetweil
Thank you Sam,
That fixed my issue, and let me use the default clock files…
Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color.
Fun Fun Fun.