list-card icon indicating copy to clipboard operation
list-card copied to clipboard

Installed via HACS, visible in Resources, but not usable in YAML

Open crosenkr opened this issue 2 years ago • 5 comments

I have a weird issue. I installed the card, and it shows in HACS and also in the Lovelace resources (as "/hacsfiles/list-card/list-card.js?hacstag=145479324011").

However, the use of the card seems not to work. I usually start with the examples, so:

  • type: custom:list-card entity: sensor.engineering_feed title: Engineering Feed feed_attribute: entries columns:
    • title: Title field: title
    • title: Description field: description

But I already get "No card type configured".

My hunch is that the resource is somehow incorrect or broken?

crosenkr avatar Dec 21 '21 09:12 crosenkr

same here...

IZZE2000 avatar Jan 01 '22 20:01 IZZE2000

This assumes that you have the feedparser integration installed and configured with the engineering feed example. The engineering feed doesn't have a description (at least for me). Taking out the description field made it work for me.

kongo09 avatar Jan 05 '22 21:01 kongo09

Same issue. feedparser is install and configured with engineering example. I just keep getting "No card type configured"

nolageek avatar Jan 28 '22 00:01 nolageek

list-card error

Same issue here.

The config looks fine as well:

lovelace:
  mode: yaml
  resources:
    - url: /local/style.css
      type: css
    - url: /hacsfiles/lovelace-mushroom/mushroom.js
      type: module
    - url: /hacsfiles/lovelace-card-tools/card-tools.js
      type: module
    - url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
      type: module
    - url: /hacsfiles/compass-card/compass-card.js
      type: module
    - url: /hacsfiles/harmony-card/harmony-card.js
      type: module
    - url: /hacsfiles/vacuum-card/vacuum-card.js
      type: module
    - url: /hacsfiles/lovelace-layout-card/layout-card.js
      type: module
    - url: /hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js
      type: module
    - url: /hacsfiles/timer-bar-card/timer-bar-card.js
      type: module
    - url: /hacsfiles/bar-card/bar-card.js
      type: module
    - url: /hacsfiles/uptime-card/uptime-card.js
      type: module
    - url: /hacsfiles/list-card/list-card.js
      type: module
    - url: /hacsfiles/lovelace-swipe-navigation/swipe-navigation.js
      type: module

The js file is also in the correct path.

Madelena avatar Mar 15 '22 23:03 Madelena

@Madelena you should not use - type custom:list-card. Use:

type custom:list-card entity: sensor.nws_alert_rss_feed

Dynamix72 avatar Apr 06 '22 15:04 Dynamix72