A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Font Awsome icons in the header
-
Hi!
Anyone who knows how to use Font Awsome icons in the header?
Tried with image in css, but with no luck using this.MMM-DHT-Sensor header:before { background: url('house-chimney-solid.png'); display: block; width: 16px; height: 16px; /* These rules allow you to position the image anywhere you want in the header */ position: absolute; right: 30px; top: 0px; }
nothing shows in the header field.
-
This post is deleted! -
@hango Thanks for the help mate! Works perfekt :)
-
@hango Hi again!
Did set some classes, but the changes works when refreshed and disapper after a second.
Do you have a solution for that?
-
This post is deleted! -
@hango
My custom css:
.normal { color: #8a8a8a; }
I use that one for the header, but the text turn back to white after a second
-
This post is deleted! -
@hango Also tried that with the same result.
-
This post is deleted! -
@hango !important; Did the tricks!
Thanks so much with the help.