UI-Lovelace-Minimalist / UI

UI-Lovelace-Minimalist is a "theme" for HomeAssistant
https://ui-lovelace-minimalist.github.io/UI/
Other
1.62k stars 431 forks source link

Bug with my-slider required card #952

Open fabiorcosta opened 2 years ago

fabiorcosta commented 2 years ago

Describe the bug I have made a clear install of Minimalist Ui. All the required buttons are installed: image

All extra modules are listed: image

Using the light card with slider = true: image

I am getting an error: image

tamet83 commented 1 year ago

I have the same problem as you. I don't know what happened, it worked yesterday.

EDIT: I found the solution for my problem. I added this info to my resources:

- url: /hacsfiles/my-cards/my-cards.js 
  type: module
Tosko4 commented 1 year ago

@fabiorcosta can you confirm if the resources are there? Could be as simple as that.

fabiorcosta commented 1 year ago

@Tosko4 I did not vahe resources area on my configuration.yaml. Should I put anywhere?

Tosko4 commented 1 year ago

@Tosko4 I did not vahe resources area on my configuration.yaml. Should I put anywhere?

@fabiorcosta you can go to settings > dashboards > three dots at the top > choose resources and add the lines there

crivera8602 commented 12 months ago

I have the same problem as you. I don't know what happened, it worked yesterday.

EDIT: I found the solution for my problem. I added this info to my resources:

- url: /hacsfiles/my-cards/my-cards.js 
  type: module

This worked for me! Thanks