How do I install htrn-weather-chart-card

Hi. I tried installing htrn-weather-chart-card through HACS but the weather chart card doesn't show up in the visual editor, and when I add what the repository says to add to my configuration.yaml file it gives me an error. is there any way to fix it? htrn is the only fork of the weather chart card that supports twice-daily forecasts, which is what my weather provider gives.




i looked at how other hacs things handle manual installs and fiddled with some things and got this, which file editor says has no errors and hass' config check says won't stop my system from starting

it still doesn't show up even after doing this, though. i have no idea why.


log shows this. i have no idea how to fix it.

image

image286×169 3.89 KB

move line 12, 2 dashes to the right ... same goes for line 13


still throws a bad indentation of a mapping entity error

image
if i do this it doesn't throw an error. not sure if it'll get rid of my "Lovelace is running in storage mode. Define resources via user interface" warning though. will update once i restart hass

it's telling me to use Settings > Dashboards > Resources. didn't know that existed until now

I got it working! it turns out what i needed to do was change "/hacsfiles/htrn-weather-chart-card/htrn-weather-chart-card.js" to "/hacsfiles/htrn-weather-chart-card/dist/htrn-weather-chart-card.js" in the resources UI.