bobzer / weather-card

Weather Card with animated icons and graph for Home Assistant Lovelace
MIT License
6 stars 2 forks source link

Card Stopped Working (Solved) #8

Open gdreelin opened 4 years ago

gdreelin commented 4 years ago

This card has been working great for awhile now but then it went RED and displayed this ""forecast_max_Column" is read-only". I did not change a thing so not something I did. Any clues that can help fix it? I love this weather card the best.

Untitled

breti commented 4 years ago

Same here :-(

I'd guess it's related to this change: https://developers.home-assistant.io/blog/2020/02/18/106-custom-card-changes/

petterbellander commented 4 years ago

It works if you remove the row with "forecast_max_column", although you loose the possibility to change it. Default seems to be 9

breti commented 4 years ago

Thanks, you're right! That did the trick. But default seems to be 5, at least in my setup 5 days are shown now.

gdreelin commented 4 years ago

The issue was the amount of requests being sent. Once it exceeded 1000 it stopped so adjusted the levels to stay below that request. Although, pointless now that DarkSky is getting rid of API next year.