hello @santiago5 @trividar can you send me a link from the icon, which you want to implemented?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
P
Posts
-
RE: Changing icons of the modules Current Weather and Weather Forecast
-
RE: MMM-TouchAlarm - Your touchable Alarm Clock
@janloebel interesting module. Can you add some pictures?
-
RE: adjust the size of the currentweather and weatherforecast icons
@doudy try this:
.currentweather .weathericon { position: absolute; z-index: 0; height: 20px; right: 180px; margin-top: -65px; }
How did you integrate the new icons?
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@tagriel i have used svg Icons because it was easier for me.
I can try to make a solution with the CSS Icons which you have linked here. -
RE: ,Change Fonts
@lavolp3 my solution works.
For the web server is the Magic Mirror directory the “root” directory. So you have to create the fonts directory in the Magic Mirror directory. -
RE: ,Change Fonts
Try to put your fonts directory in the Magic Mirror directory.
-
RE: ,Change Fonts
Try this:
@font-face { font-family: "MyFont"; font-style: normal; font-weight: 100; src: local("SF-Pro-Display-Light"), url("/fonts/SF-Pro-Display-Light.otf") format("truetype"); }
and i have change this too:
.thin { font-family: "MyFont"; font-weight: 100; } .light { font-family: "MyFont"; font-weight: 300; } .regular { font-family: "MyFont"; font-weight: 400; } .bold { font-family: "MyFont"; font-weight: 700; }
hope it helps.
-
RE: Changing icons of the modules Current Weather and Weather Forecast
@smotx you’re welcome, no problem