Weather does not work

– Hello all, –


I’m using the latest kernel with Parrot, but I have an issue with the weather.
I think that when the timezone switched one hour in advance in Europe, that weather indicator in the taskbar stopped working.

Does anybody know why this can happen and how to resolve the issue?

Thanks in advance!

I found the issue by myself in the end.
I reinstalled the package “libmateweather1” because inside there was a 404 API call to some PHP script on the domain “www.aviationweather.gov”.

After the package was reinstalled, I had to reboot my PC so it started working again.

If for someone this does not work, you can execute this command to replace the old one with a new API call:
sudo sed -i 's|https://www.aviationweather.gov/adds/dataserver_current/httpparam|https://www.aviationweather.gov/cgi-bin/data/dataserver.php\x0\x0\x0\x0\x0\x0|' $(readlink -f /usr/lib/x86_64-linux-gnu/libmateweather.so.1)

Also, maybe you should consider backing up the original file libmateweather.so.1 in the first place.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.