Closed NinDTendo closed 3 years ago
A default image for each, sure, I guess. You'd probably have to update the python source of feedparser to insert a default or the list-card itself I guess. Not something I'm going to support though. Thanks.
I've tried changing line 164 in list-card.js
from
card_content += `<img id="image" src="${url}" width="${image_width}" height="${image_height}">`;
to
card_content += `<img id="image" src="http://192.168.0.7:8123/local/nieuwsblad.jpg" width="${image_width}" height="${image_height}">`;
But it's still not loading even the local image (which I verified is working as it should).
I'm probably going about it all wrong though, coding experience is minimal.. if you can spare some time, please advise.. Thank you
The RSS feed of mine does not have images in
items
.Is it possible to add images through lovelace?
RSS example:
My Lovelace entry: