Standalone KDE Plasma weather provider for Met Éireann, the Irish Meteorological Service.
It adds a Met Éireann data source to the Plasma weather widget through the plasma/weather_ions plugin system.
- Plasma 6 weather widget
kdeplasma-addons- Qt 6
- KDE Frameworks 6
The plugin uses the weather runtime libraries shipped by kdeplasma-addons:
libplasmaweatherion.solibplasmaweatherdata.so
git clone https://github.com/alysson-souza/plasma-ion-meteireann.git
cd plasma-ion-meteireann
yay -Bi .After installation, restart plasmashell or log out and back in before adding the provider.
- CMake >= 3.16
- Extra CMake Modules (ECM) >= 6.22
- Qt 6 >= 6.10
- KDE Frameworks 6 >= 6.22
sudo pacman -S --needed cmake extra-cmake-modules qt6-base qt6-declarative \
kcoreaddons ki18n kio kunitconversion kdeplasma-addonscmake -B build -S .
cmake --build buildsudo cmake --install buildAfter installation, restart plasmashell or log out and back in before adding the provider.
cmake --install build --prefix ~/.localIf Plasma does not automatically discover a user-local install, make sure your session includes:
QT_PLUGIN_PATH=$HOME/.local/lib/qt6/pluginsand restart plasmashell.
- Open the Plasma weather widget configuration
- Type your location into the search field
- Select the result labeled with
(Met Éireann) - Click Apply or OK
Location search is currently handled through Met Éireann website lookup endpoints.
Forecast data comes from Met Éireann's official Open Data weather forecast API:
http://openaccess.pf.api.met.ie/metno-wdb2ts/locationforecast
This project redisplays Met Éireann data. For redistribution, review:
This repository is mixed-license:
- local project files are
GPL-2.0-or-later - vendored
include/ion.hisLGPL-2.0-or-later - vendored weather data headers in
include/areGPL-2.0-or-later
See:
