Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] no visual editor available #164

Closed
Silther opened this issue Sep 30, 2024 · 23 comments · Fixed by #165
Closed

[bug] no visual editor available #164

Silther opened this issue Sep 30, 2024 · 23 comments · Fixed by #165

Comments

@Silther
Copy link

Silther commented Sep 30, 2024

image

@Silther
Copy link
Author

Silther commented Sep 30, 2024

type: custom:vertical-stack-in-card
cards:

  • type: custom:mushroom-light-card
    entity: light.lights_kitchen
    name: Kitchen
    fill_container: false
    icon: mdi:stove
  • type: custom:mini-graph-card
    entities:
    • entity: sensor.switchbot_temperature_sensor_kitchen_temperature
      font_size_header: 10
      font_size: 45
      hour24: true
      points_per_hour: 2
      animate: true
      height: 125
      line_width: 3
      hours_to_show: 48
      show:
      icon: false
      name: false
      state: false
      labels: true
      points: false
      color_thresholds:
    • value: 26
      color: '#e73232'
    • value: 24
      color: '#e78032'
    • value: 21
      color: '#e7bd32'
    • value: 18
      color: '#32e7a7'
    • value: 14
      color: '#0273a6'
      state_map:
    • value: 26
      label: hot
    • value: 24
      label: warm
    • value: 22
      label: normal
    • value: 18
      label: cool
    • value: 14
      label: cold
      layout_options:
      grid_columns: 2
      grid_rows: 2

@Silther
Copy link
Author

Silther commented Sep 30, 2024

Configuration errors detected:

  • Cannot read properties of undefined (reading 'getConfigElement')

@ishbuggy
Copy link

ishbuggy commented Oct 4, 2024

I am getting the same error:
Configuration errors detected:

Cannot read properties of undefined (reading 'getConfigElement')

And so far the workaround to edit another working card then returning to this card does not work. I can set up the card once, and it continues to work, but the error prevents any further editing.

@pascalwinters
Copy link

Same here

@Oneshotblu
Copy link

Hi, similar isssue here, unable to save and apply the modifications due to " customElements.get(,,,) is undefined " error
immagine

@pctetra
Copy link

pctetra commented Oct 6, 2024

hello
i have the same problem randomly
to save, i temporarily replace
type: custom:vertical-stack-in-card
by
type: vertical-stack
and i put back
type: custom:vertical-stack-in-card

after this modification it disappears but it comes back after a while even by emptying the browser cache

vertical-stack-in-card version 0.5.0
home assistant Version core-2024.10.1

@BBE-FR
Copy link

BBE-FR commented Oct 7, 2024

Here, to get rid of this, i use the following workaround:

I face the same problem, from time to time, when opening or creating a vertical-stack-in-card. In the case the UI dosent load, I use the following sequence:

  • Exit the card I try to modify.
  • create a new card and select one of the core cards: "horizontal stack" or "vertical stack"
  • the UI opens
  • cancel the new card creation
  • re-open the vertical-stack-in-card I wanted to create/modify => UI is back

@Silther
Copy link
Author

Silther commented Oct 7, 2024

I know of this workaround but hope for a permanent fix

@fabien4444
Copy link

Same bug here!

@dgongut
Copy link

dgongut commented Oct 12, 2024

Same bug here 🫡

@oleg-d
Copy link

oleg-d commented Oct 15, 2024

following

@zain1144
Copy link

Same here.

I get this error
Configuration errors detected:
customElements.get(...) is undefined

I noticed when I click Add Card then cancel it the UI appears.

@samster395
Copy link

Also got the same issue but thankfully @zain1144's workaround sorts it out.

@xitters
Copy link

xitters commented Oct 30, 2024

image
Same bug

@Silther
Copy link
Author

Silther commented Oct 30, 2024

We know that the bug is common, please stop writing "I have it too".
I don't want to get notifications everytime another person has the same problem.

kgraefe added a commit to kgraefe/vertical-stack-in-card that referenced this issue Oct 31, 2024
@MPowerData
Copy link

Hi, any idea when this will be fixed? It is still occruring and makes editing the dashboard difficult.

@sharpsan
Copy link

sharpsan commented Dec 5, 2024

Do we know what's causing this bug in the first place?

@kgraefe
Copy link
Contributor

kgraefe commented Dec 5, 2024

hui-vertical-stack-card is accessed before it is loaded

@ofekashery
Copy link
Owner

Fixed now, thanks :)

@xitters
Copy link

xitters commented Dec 12, 2024

Fixed now, thanks :)

Dont work for me with v 1.0.0

@oleg-d
Copy link

oleg-d commented Dec 12, 2024

seems to be fixed for me in v1.0.0

@xitters
Copy link

xitters commented Dec 12, 2024

image

image

@kgraefe
Copy link
Contributor

kgraefe commented Dec 13, 2024

there's a follow-up issue for that: #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.