Read the statement by Michael Teeuw here.
MMM-darksky-hourly
-
Hello,
Is it possible to modify the MMM-darksky-hourly module to just show the hourly forecast rows and exclude the current conditions which are at the top? The reason I was looking to do this is that I like the default module for current weather as it includes wind, sunrise / sunset details. I currently have both but the redundant current conditions are bothersome and don’t match due to differing sources… I assume there’s something in the module javascript which I could remove but I am not familiar with this… Thank you to anyone who can help… -
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: