I’ve been, over the course of a month or so, trying to add DarkSky to HA. I keep coming back to it as I’m having a bizarre issue. I actually have everything working and showing up in Lovelace except for the icons. I can’t complete this step in the installation instructions:
- Download the amcharts icons from https://www.amcharts.com/dl/svg-weather-icons/ and put them in
<config-dir>/www/icons/weather_icons
. Create the directories if necessary.
You should end up with the following folders:
<config-dir>/www/community/lovelace-darksky-card/lovelace-darksky-card.js
<config-dir>/www/icons/weather_icons/animated/
<config-dir>/www/icons/weather_icons/static/
I can create any other folder in /www/ except for one named “icons”! I can create a new folder, but the moment I try to rename it “icons,” I get a Windows error, “could no longer find this item.”
In the meantime, I’ve created a folder named “icon” and placed the icon folders there, and that works just fine (at least, from a file structure standpoint):
However, despite editing lovelace-darksky-card.js
to point to the icon
directory, the icons don’t show up in Lovelace. I suspect that lovelace-darksky-card.js.gz
also needs to be changed, but I think that’s compiled. Ideally, I’d be able to figure out why I can’t create the icons
folder so I don’t run into any issues down the line (for plugin updating, for example).
Any ideas?
1 post - 1 participant