A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
CSS basics
-
@broberg the secondsWrapper is the only sup tag so it can be accessed by
.clock sup.dimmed
-
@broberg thanks, but still not clear. The missing space is clear. So, what will be in the custom to get time in green? I’m totally lost…
-
.clock .time { Color: green; }
And as @strawberry-3-141 mentioned. Just the seconds
.clock sup.dimmed { Color: #00FFAA; }
-
@broberg ah, thanks. I was trying that, but without the space between classes. This works, perfect, thanks. I hope, I’ll once get it…
-
Have you tried to use an external Browser e.g. from your Laptop to Open your Magic Mirror Homepage ? (192.168.178.20:8080 for example) there you could use F12(developer Mode) to find out the css class names you Need