
Various Stuff lxqt meteo python qt5 weather
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/dglent/meteo-qt
A system tray application for the weather status
Data from OpenWeatherMap
To translate meteo-qt:
https://www.transifex.com/projects/p/meteo-qt/
v2.2 2 months ago
Add Weather Alerts support (source: https://openweathermap.org/api/push-weather-alerts#listsource)
Translations:
Update Russian translation by Alexey Zakaldaev
Update Hungarian translation by thelacesz
Update Japanese translation by Masamichi Ito
Update Slovak translation by jose1711
Update German translation by psyca
v2.2 2 months ago
Add Weather Alerts support (source: https://openweathermap.org/api/push-weather-alerts#listsource)
Translations:
Update Russian translation by Alexey Zakaldaev
Update Hungarian translation by thelacesz
Update Japanese translation by Masamichi Ito
Update Slovak translation by jose1711
Update German translation by psyca
dallboy
1 year ago
how to install meteo-qt on LMDE 3?
Report
jolugaju
3 years ago
How do I solve this?
Thanks!
Report
dglent
3 years ago
https://github.com/dglent/meteo-qt/commit/83245a949e6e5426633689f96fa4c13b7b345858
Report
dglent
3 years ago
This happened since the last update, i will fix it
Thanks for report it!
Report
janet
5 years ago
Report
dglent
5 years ago
[dglent@localhost meteo-qt-0.8.3]$ python3 setup.py --build
and then run the program:
[dglent@localhost meteo-qt-0.8.3]$ python3 meteo_qt/meteo_qt.py
The best is to make a package, for a rpm distribution i use this:
https://github.com/dglent/meteo-qt/blob/master/meteo-qt.spec
Report
janet
5 years ago
Report
dglent
5 years ago
It needs:
Qt 5.4.2
KDE Frameworks 5.7
See here:
https://github.com/dglent/meteo-qt/issues/34
Report