Buienradar: How do display (/create?) a rain forecast card?

The Home-assistant documentation clearly describes how to add the “Integration” for “Buienradar” (a Dutch rain forecast app). But how do I display a nice rain forecast card?
Did I miss this in the docs? Or is there none available?

I have always done wget "https://gpsgadget.buienradar.nl/data/raintext?lat=51.028&lon=3.8385" -O rain.txt to get the forecast data, but that left me with the same issue: How to get this is a nice graph.
(I am more of an electronics person and less of a programmer)
thank you in advance for any pointers
ChrisV

If you are familiar with HACS, maybe this is a good option. There is a card integrated.

Thanks @BebeMischa
I removed the “official” integration and installed this one via HACS
So far so good… only, I don’t see the Neerslag Card under Lovelace
On the filesystem there is a file homeassistant/custom_components/neerslag/home-assistant-neerslag-card/neerslag-card.js
(I had just opened a separate thread for that)
any ideas?
thanks
chrisV

it showed for me after HA restart, had the same problem :wink:

Due to caching, The Neerslag Card might not be visible in the Home Assistant card selector. Restart Home Assistant and clear the browser cache.

1 Like

Arch ! yes, that was it.
I restarted HA, actually even rebooted the host, but I had never expected this would have been cached
Thank you so much @_Mitch07