Skip to content

lukevink/lovelace-buien-rain-card

Repository files navigation

*** THIS CARD IS NO LONGER IN DEVELOPMENT ***

I created this card out of desperation (there was no way to forecast) and its implimentation is pretty terrible. Please try the Neerslaag App from aex351 who did some awesome work and made a much better implimentation. Visit on HAS Forum

Home Assistant Buienradar Forecast Card

Graph of Buienradars rain forecast

Preview Image

Simple install

  1. Download and copy buien-rain-card.js into your config/www directory.

  2. Add a reference to buien-rain-card.js inside your ui-lovelace.yaml.

resources:
  - url: /local/buien-rain-card.js
    type: module

Add as a card to your UI

  - 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: 10
    icon: 'mdi:weather-rainy'

(update interval is in seconds)

An example in my own UI as a Picture Element:

Preview Image