Mushroom Cards Not Loading Properly. (Troubleshooting Guide?) #169
Replies: 2 comments
-
Installed the file explorer and added this to the end of my lovelace:
resources:
- url: /hacsfiles/mushroom-strategy/mushroom-strategy.js
type: module My complete # Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
lovelace:
resources:
- url: /hacsfiles/mushroom-strategy/mushroom-strategy.js
type: module |
Beta Was this translation helpful? Give feedback.
-
I'm not quite sure what you're doing, but you're supposed to follow the guide at /~https://github.com/AalianKhan/mushroom-strategy/wiki#installation. You install the prerequisites first and then install the strategy either through HACS or manually, but not both. If installing manually, the resource must be added to Home Assistant either by using the GUI or by editing Then, to apply the strategy to an existing dashboard, follow the instructions of the Basic Setup. |
Beta Was this translation helpful? Give feedback.
-
I could not find one of these with a quick search. Might be useful to have a troubleshooting guide for this? Hopefully others will find this in the future.
I have installed Mushroom and followed the steps in #90.
I have redownloaded Mushroom.
Rebooted
Cleared Cache.
I can see the Resources
URL: /hacsfiles/mushroom-strategy/mushroom-strategy.js
Resourcetype: JavaScript-module.
Unsure how to check this part
Using YAML
The following code should be added to the lovelace section of configuration.yaml.
lovelace:
resources:
- url: /hacsfiles/mushroom-strategy/mushroom-strategy.js
type: module
Any assistance with this would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions