Hi all,
for my kitchen screen project I want to display an rss feed on the main dashboard (VRT NWS: nieuws). The goal is to display one entry at a time, with the title, description, website link and particularly the image link available.
After a lot of searching and trying (HA beginner here) I got two options working, feedreader and feedparser. The problem is they both seem to have their limitations:
-With feedparser i can get all the data but there seems to be a bug which prevents it from updating automatically, it only updates after a full home assistant reset.
-With feedreader i can retrieve the title, description and link, and it updates automatically, but i don’t think there is an easy way to get the feed image link.
Does anybody knows a working option where all the feed data and image link is available? Like mentioned i’m a beginner so some help would be very appriciated.