The weather applet merely gives a rainy icon when there is a severe weather condition even to the extreme of a state of emergency being declared. This is using NOAA as a weather source, which itself has detailed information on this condition. It seems like the applet ought to at least alert of conditions vaguely. Reproducible: Always
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3743
Git commit fd34ca37053e6f138daea134b2b86ec847f44535 by Ismael Asensio. Committed on 19/01/2024 at 18:28. Pushed by iasensio into branch 'master'. dataengines/weather: Implement Warnings for NOAA provider The NOAA service issues alerts for the US region, via the CAPv1.2 JSON API: https://www.weather.gov/documentation/services-web-api The alerts are filtered by county because it includes all the events. Using the forecast zone would miss some of them, and the lat/lon point corresponds to the weather station, not necessarily the user location. FIXED-IN: 6.1 M +182 -1 dataengines/weather/ions/noaa/ion_noaa.cpp M +19 -0 dataengines/weather/ions/noaa/ion_noaa.h https://invent.kde.org/plasma/plasma-workspace/-/commit/fd34ca37053e6f138daea134b2b86ec847f44535