I’m a beginner, not skilled what so ever, but want to try and install mushroom cards and themes. I think I’m down at my last hurdle, but don’t know how to fix it myself.
Pi 4 with ssd
Installed Homeassistant through “Raspberry Pi Imager” (from mac)
(Choose os → Other specific-purpose OS → Home assistants and home automation → Home assistant → Home Assistant OS 10.2 (RPI 4/400)
I installed:
SSH
Samba
Dwains Dashboard
Somehow I get the following message when trying to install mushroom cards.
“Mushroom
When downloaded this will be located in ‘/config/www/community/lovelace-mushroom’
After the download completes, since you are not using Lovelace in storage mode you need to manually add the resource with these settings:
url: /hacsfiles/lovelace-mushroom/mushroom.js type: module
“
Don’t know how to turn on/of storage mode so decided to try and install it manually.
In the config folder I did not have a “www” folder, so I created one and restart my system.
In the www folder I placed mushroom.js and restart the system.
I don’t know what to do next.
In docs says to add following code to lovelace section
resources:
- url: /local/mushroom.js
type: module
but don’t know in what file. The only Lovelace folder and ui-lovelace.yaml I see are in the Dwains Dashboard folder. Should I post it there?
“Mushroom
When downloaded this will be located in ‘/config/www/community/lovelace-mushroom’
After the download completes, since you are not using Lovelace in storage mode you need to manually add the resource with these settings:
url: /hacsfiles/lovelace-mushroom/mushroom.js type: module
“
And there where no “mushroom cards” available when I want to add a card.
“Storage mode” in HA terms means the dashboard is handled via the UI and safed in .storage. The other mode would be “YAML mode” where you have to specify the configuration for your dashboard in a YAML file.
The cards are visible not, don’t know how. I think
Using UI:Settings → Dashboards → More Options icon → Resources → Add Resource → Set Url as /local/mushroom.js → Set Resource type as JavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile