Closed pr0fetul closed 3 years ago
Config -> Lovelace Dashboards -> Resources
If you don't see the resources tab, then you don't have advanced mode turned on. You can do that from your profile page.
The easier method is to just use HACS though and install it from there.
Thank you very much. I missed that option - although having it set on advanced. Now, the error is gone, however, the card does not populate the entries from the feed. The card has: `columns:
And the sensor outputs: `
sensor.hotnews_romania | 10 | entries: - title: >- Coronavirus Italia: 756 de persoane au murit în 24 de ore / Bilanțul total - 10.779 link: >- https://www.hotnews.ro/stiri-coronavirus-23761880-coronavirus-italia-756-persoane-murit-24-ore-bilantul-total-10-779.htm image: 'https://www.home-assistant.io/images/favicon-192x192-full.png' - title: >- Bilanțul deceselor în România a ajuns la 42 / Este vorba de o femeie de 75 de ani și un bărbat de 82 de ani, ambii din Hunedoara / Niciunul nu avusese contact cu un caz confirmat link: >- https://www.hotnews.ro/stiri-coronavirus-23761862-coronavirus-in-romania-decese-bilant-29-martie.htm image: 'https://www.home-assistant.io/images/favicon-192x192-full.png' |
---|
`
Can you try formatting your config using backticks on here, I can't really tell what your config looks like right now. https://guides.github.com/features/mastering-markdown/#syntax
Hi Ian, I will try. So, the card config is: `columns:
Which is standard as per your instructions. And the sensor feed outputs the information like this:
`entries:
I hope it's better now.
Unfortunately I could not make it work :( it does not want to pick up the entries from the sensor. I cleared the browser's cache, I tried removing columns - it does not react unless I remove the sensor or the card - meaning the integration itself.
Maybe it is cut off in your screenshot, but I don't see a description column.
This card really just need a re-write, which I started but have not yet finished. It is very finicky in its current form
Indeed, the feeds do not have "description" as column, but even if I comment the description from the card, it does not react. I see, ok, no worries, I thought I did something "wrong"
Hi Ian, I think i sort of managed to fix my issue. I edited the feedparser component to extract Title, URL and image, and in the custom card, I only ended up with: `columns:
I am also having the issue of "Custom element doesn't exist: list-card.: I tried installing with HACS but it is reporting it failed to load. I also tried to just add the js as a resource and that failed as well. Any ideas?
Same, just ran across this and it won't load.
Same
Home Assistant 0.118.5
@crimsdings remove the dash in front of you and unindent accordingly
Hi, Awesome work man. I wanted to use your code with the RSS Feedparser, but I cannot make it work in the Lovelace card. the error is: `Custom element doesn't exist: list-card. columns:
I am running HA 0.107 in docker. And since a couple versions ago, they changed the location of resources. I cannot figure where the resources should be placed. I think that this is my issue.
Thank you for your time.