mtatsuma / MMM-WeatherChart

Magic Mirror Module for displaying weather chart
MIT License
26 stars 8 forks source link

If there is no rain -> hide rain chart #24

Closed keineAhnung667 closed 3 years ago

keineAhnung667 commented 3 years ago

Hello mtatsuma,

I have a feature request: Is it possible to hide the rain chart if there is no rain? Or at least hide the "0"s?

Example: Right now: 111 I think this would look better: 222

Thank you :)

mtatsuma commented 3 years ago

Hi

Thank you for the feature request!

I added an option to hide rain chart when there is no rain. Please clone the latest module and set "showZeroRain": false in your module config.

keineAhnung667 commented 3 years ago

Great, thats nice. Maybe if showZeroRain is false and active, you could move the hours-axis more to top so there not so much empty space between the temperature line and the hour-axis ;)