Graph of Buienradars rain forecast
-
Download and copy
buien-rain-card.js
into yourconfig/www
directory. -
Add a reference to
buien-rain-card.js
inside yourui-lovelace.yaml
.
resources:
- url: /local/buien-rain-card.js
type: module
- type: 'custom:buien-rain-forecast'
long: 4.8945
lat: 52.3667
lineColor: 'rgba(89, 160, 238, 1)'
fillColor: 'rgba(89, 160, 238, 0.2)'
update_interval: 300
icon: 'mdi:weather-rainy'
- update interval is in seconds
- no point in refreshing faster than every 5 minutes, as the source only updates their data in 5-minute intervals.
(https://www.buienradar.nl/overbuienradar/gratis-weerdata)