@hango Thanks for the help mate! Works perfekt :)
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
K
Posts made by kurtern84
-
RE: Font Awsome icons in the header
-
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.
-
RE: MMM-Profile
@santiago5 Hi there, try to set the url like this
url:"",
Add your picture in the picture folder. then rename it to the default picture, like this : MMM-Profile/pictures/user-profile.png.
Or you can change it in the mmm-profile.js file. (Line 121)
if (this.config.url === false) { Log.info("No URL set under config, using dafault profile image: " + this.data.path + "pictures/user-profile.png"); this.config.url = "./" + this.data.path + "pictures/user-profile.png"; }
-
MMM-Profile
Description
A simple module to show a profilpicture with your name and wheater report for your MagicMirror.
Screenshot
Download
[card:kurtern84/MMM-profile]
-
RE: MMM-NOAA V3.0 doesn't see anything
@alvaron14 Try adding position under NOAA3 in your config.js