Read the statement by Michael Teeuw here.
MMM-NOAA3
-
Add this to the custom.css and it’ll fix it :) It does that when it has another module over top of it…not sure why as I am NO css guru by far…
.MMM-NOAA3 {
margin: 0 auto;
float: right; //for right side use left for left side
width: 195px;
} -
@cowboysdude that totally fixed it by the way so big thanks AGAIN…i may just leave it at the top though since its so pretty…
Am I missing icons maybe - it does this sometimes…rarely i guess… -
@cyberphox great!! Yes it would appear as though you are :) Which service provider are you using?
-
@cowboysdude it was OpenWeather…
it’s all good…I’ll tinker with things here… -
Can we make requests here?
If so, can you add the “feels like” temp?
-
@apathia What weather provider are you using?
-
AQI is not working for my area ,can i remove it ?
-
@costascontis I sent you a PM
-
Hey,. a little to related to the topic…
Is it possible to enlarge the font?
Is there a way with the css?Thx
Jimmy -
I pulled these from one of the css files that come with NOAA3. You can put them in your custom.css file and change the values. I’m not sure if this is all of them as I did not test.
} .MMM-NOAA3 .font { font-size: 23px; } .MMM-NOAA3 .fontac { font-size: 23px; color:#e4ab5f; } .MMM-NOAA3 .fontss { font-size: 23px; color: #e0e29a; } .MMM-NOAA3 .fontauw { font-size: 23px; color:#51c7ca; } .MMM-NOAA3 .fontfor { font-size: 23px; color: #000; }