I've been playing around with the warningsDE block, which I like because it uses the DWD as a reliable data source.
However, when you hit the "more" button, the block explodes into a list of one zillion warnings, because DWD issues detailed warnings on a district and municipality level. To collapse this huge list of warnings, you'll then have to scroll down for about five minutes to find the "close" button.
Would it be possible to filter the JSON data on a district (Landkreis) or local (Gemeinde) level? I think the latter requires the JSONP feed from DWD to be parsed, but district level should be possible with the JSON feed that warningsDE already uses as raw data.
As filter parameter, the district warncellID could be used and defined in the settings. A list of those is available here:
https://www.dwd.de/DE/leistungen/openda ... ds_csv.csv
I tried to do this myself but my JS/JSON skills are poor still. Perhaps anyone here on the board can play around with that idea.
Best regards
Chris

