My apologies if this is a simple fix. I’ve just started with HA and am trying to add custom cards. All I receive is the error “Custom Element Doesn’t Exist”.
Install: HA running in Docker Container on a Ubuntu Server 18.04 server
HA Version: 0.92.0
This error happens with the Mini Media Player and the Button Card (one’s I’ve tried so far.
Hmm, thats interesting… I can’t access it, nor the temporary test.html file I placed there.
I’m correct in that /config/www/ is the correct location? I believe all the permissions are correct so maybe it’s something else here, but it would explain this issue.
You mean /config/www from the perspective of the Docker container? I think on the OS it should be /usr/share/hassio/homeassistant/config/www, at least for a Hassio installation U assume a Docker installation should be similar. The documentation does not list a leading / .
That was a typo and yes /config/www from the perspective of the docker container. On the OS it’s /home/$USER/docker/home-assistant/config/www which is normal for docker because it’s wherever you install docker.
EDIT: /home/$USER/docker is where I installed docker.
I’ve also confirmed that the permissions are correct.
The /www directory should be placed in the same directory as your configuration.yaml, often referred to as the config folder but could be named anything really.
But yes, it’s probably namedconfig if you are running the official docker container.
Actually not sure what the issue could be then, but make sure the /www directory is in the same directory as your configuration.yaml.