Read the statement by Michael Teeuw here.
MagicMirrorBonn
-
Here´s another MagicMirror from Germany: http://www.bussardstrasse131.de/category/magicmirror/.
-
Hello @McIntyre,
first of all congrats to your great work, the mirror looks fantastic. :thumbsup_tone2:
You mentioned in your blog that you fiddled with the brightness of the text in css. What customizations did you do in your custom.css therefore, would you mind to share it?
Greetz Jay -
Thanks for your post!
The brigthness ist on my todo-list. I think i will start working on this issue at the weekend. And of course i can share the CSS here.
-
@McIntyre you might want to look into the class
dimmed
which is used for the light grey text, to change that you just have to do.dimmed { color: /* hex code of a more powerfull color*/ }
into custom.cssI also liked the other posts about the renovation stuff on your blog
-
Thanks @strawberry-3-141 for your hint! It worked perfectly. I edited the custom.css file in the css folder like this:
.dimmed { color: #fefefe; } .normal { color: #fefefe; }
And also thanks for reading through my little blog. :-)
-
Amazing job!!! I like it!