A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-darksky-hourly
-
Add these to your custom.css file.
.MMM-darksky-hourly .big-icon { display: none; } .MMM-darksky-hourly .summary { display: none; } .MMM-darksky-hourly .bright { display: none; }
-
@mykle1
Hi! Thank you! This has almost solved the issue. I still see the current temperature from the darksky-hourly module. Can you identify what I can alter to remove that? -
This hides the current temperature and the degree symbol at the top of the module. Make sure you enter it correctly in your custom.css file. If it does not then something is different between your version and mine. I downloaded it 2 days ago and have not altered any of the module files.
.MMM-darksky-hourly .bright { display: none; }
-
@mykle1
Ahh! I missed the .bright one you listed. For some reason I did not enter that… (/bonk)It’s working exactly as I wanted now. Thank you so much!
-
You’re welcome, mate! :thumbsup: