Failing to set manual location on a resource

I run HA on Docker, and I have a folder structure such as /docker/homeassistant/config, and in that folder is everything (including, .storage).

I’ve copied mini-graph-card-bundle.js to /docker/homeassistant/config/mini-graph-card-bundle.js, and when adding the resource through the GUI I select: /local/config/mini-graph-card-bundle.js, but it’s clearling not loading properly.

I also tried putting the js file on .storage, and then on GUI: /local/mini-graph-card-bundle.js, but is not working either, its failing to load the components.

What am I doing wrong?

Shouldn’t it be in docker/homeassistant/config/www ?

Seems so! I created www folder and did the trick

1 Like