dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
82 stars 21 forks source link

meteo-qt forcast is not completing #126

Closed SamBozman closed 2 years ago

SamBozman commented 2 years ago

I am using Linux Mint. The program starts but only shows the current conditions. It shows that it is retrieving the UV conditions but never finishes. No future forecast is shown. It looks like open_weather_map has changed some of it's API's. Could this be the problem?

dglent commented 2 years ago

Which version do you use ? install the latest version or create a personal api key.

SamBozman commented 2 years ago

This was my fault. I missed this line in the instructions. In addition to the runtime dependencies stated above binariespylupdate5 of PyQt and lrelease of Qt Linguist are needed.

My apologies. It works prefectly!

Sam Bozman