Yevgenium / weather-chart-card

Custom weather card with charts
MIT License
275 stars 81 forks source link

Improve check of weatherObj attributes #52

Closed the-louie closed 3 years ago

the-louie commented 3 years ago

Error: weather-card-chart.js:307:43 Uncaught TypeError: Cannot read property 'forecast' of undefined

The check of weatherObj have moved earlier in the drawChart function and extended to also check that weatherObj.attributes exist

the-louie commented 3 years ago

Fixes #34

rsnodgrass commented 3 years ago

When will these get merged? Thanks.

scstraus commented 3 years ago

Nice glad to see these finally get solved.

rsnodgrass commented 3 years ago

@scstraus your HA and Lovelace configuration rocks by the way...I've been digging into all the files this morning. Closest example I've found to many of my ideas that I'm working on for my own setups. Thanks for sharing!

Yevgenium commented 3 years ago

Thanks!