NOWWORKINGON
LXM standard : Weather Desklet
weather services : BBC : je moet op de BBC weather site de juiste code voor een stad zoeken
verschillende andere weather services beschikbaar , maar deze vergen allen een API key = account nodig ?
en deze in de Location invullen : 2797656 = gent
pro:
heel mooi op cinamon desktop
con
- gent , niet zomergem
- verschillende config opties hebben geen effect
ik vertouw de data niet zo , mismatch met buienradar
Gis-Weather
a very customizable weather widget , with a lot of detailed information.
weather info for several days, detailed weather for today and tomorrow and the support for themes and customizations.
install Gis-Weather
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install gis-weather
sudo add-apt-repository ppa:noobslab/apps && sudo apt-get update && sudo apt-get install gis-weather
/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (3.0.4) doesn’t match a supported version!
warnings.warn(“urllib3 ({}) or chardet ({}) doesn’t match a supported “
Cannot add PPA: ‘’This PPA does not support focal’‘.
My Weather Indicator
shows the current weather situation and a weekly forecast for two different locations through the desktop widget.
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator
https://github.com/atareao/my-weather-indicator
search werkt langs geen kanten , kan niet overweg met een vpn
past cursors aan
uninstalled : apt-get purge my-weather-indicator
Meteo-Qt
https://github.com/dglent/meteo-qt
weather data from https://openweathermap.org/ : deze herkent zomergem BE , dus ok
https://openweathermap.org/city/2783196
(city code = = location code )
some runtime dependencies ( PyQt, SIP and lxml ) need to be installed ( zijn alle 3 reeds ok)
if that is done, three possible approaches to run/installe
- meteo-qt can be run right from the source tree : python3 /path/to/meteo-qt/meteo_qt/meteo_qt.py
- installing is possible as well and relying on on a file setup.py as commonly used in Python.
- also, some binary packages are available.