You’re welcome and everyone started like this, ask why I know…
First, configuration.yaml
:
lovelace:
mode: yaml
resources:
- url: /local/card-tools.js
type: module
- url: /local/auto-entities.js
type: module
- url: /local/grocy-chores-card.js
type: module
Note the module
vs. js
. But I’m not sure, if this gives an error. You said, you have installed the cards via HACS, than the folder is not correct. HACS normally has url: /hacsfiles/lovelace-card-tools/card-tools.js
Next thing, you have to note, how a card is set up in lovelace. Most cards have a few required things, one is type. So for your first example, the grocy-chores-card, there are a few options (look here). Two of them are required:
- type: 'custom:grocy-chores-card'
entity: sensor.grocy_chores
But, let me say one thing inbetween. I’m getting the feeling, there are some more things you should learn first. As I can see, you are not very far, regarding your config, so may I suggest the following: Start fresh! Not a new installation, but an overhaul of your config.
Post a few more information about your setup (how it is installed, which version, what addons/custom_components are installed and so on), so we can get you started. Helpful would be, if you could also post a list of files and subfolders in your config
folder, together with the content of your configuration.yaml
.
Please be aware, that you delete all passwords and personal data like latitude, longitude and so on before posting.