Read the statement by Michael Teeuw here.
Default weather font size
-
@KD This is going to slightly change (I reworked some of the sizing CSS that’s been accepted into the develop branch) however, here’s what I recommend you do.
My instructions are based on Windows Edge. Adjust as needed.
Access the mirror webpage from another computer. You may have to change the “address” line in config.js to “0:0:0:0” from “localhost”… the default address will be http://{PiHostName}.local:8080 or http://X.X.X.X:8080 (by IP address) This shows your mirror on a computer you have more control over.
Use the developer tools (F12) to access the gritty behind the webpage. In that window there will be a icon that is a pointer at a screen in the upper left corner. If you click that, you can use your mouse to highlight the css elements you need. More than likely they would show something along the lines of
class="module-header"
and the like. You can use this in your owncustom.css
to alter it. More than likely, based on the CSS file in the directory, the classes it’s using is coming frommain.css
- you can copy and paste the classes tocustom.css
fix it your way. DO NOT CHANGE MAIN.CSS -
.modulename .module-header { font-size: }
-
@sdetweil … or you could just have someone give you the answer, rather than figuring it out yourself. 🤣
-
@BKeyport well, my text doesn’t work as is…
I try to point them to the dev window instructions
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1663441193880 -
@BKeyport well, my text doesn’t work as is…
I try to point them to the dev window instructions
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1663441193880