thomasloven / lovelace-flower-card

101 stars 38 forks source link

More Specific install instructions plz #3

Closed schneekluth closed 5 years ago

schneekluth commented 5 years ago

Hey, I've tried to use your custom-card but getting this error:

flower-card

I've created the following folder structure in .homeassistant/www/:

lovelace-flower-card/
├── data
│   └── data.js
├── flower-card.js
└── Images
    ├── abelia chinensis.jpg
    ├── abelia dielsii.jpg
    ├── abelia x grandiflora.jpg
    ├── abelia x.jpg
     ...

in lovelace-ui.yaml i have:

  - type: module
    url: /customcards/lovelace-flower-card/flower-card.js
iantrich commented 5 years ago

Check your browser console, it is likely telling you to go to https://github.com/thomasloven/lovelace-card-tools to install card-tools.

Edit: Actually, it's right there in the error card (nice addition @thomasloven)

thomasloven commented 5 years ago

As Ian says, the instructions are right there in the error message. Also it's not supposed to be easy yet. As stated at the top of the readme this is considered Early Beta.

schneekluth commented 5 years ago

Sorry, I forgot about this part... I have installed card tools but it is still not displayed in latest Firefox. I've just opened Chromium and Card is shown as expected. My fault. It's a compatibility issue with Firefox.