<div dir="ltr"><div>A while back, I posted to this list on why I switched from Kubuntu 16.04 to Xubuntu 16.04, partially because the former did not have a working weather forecast widget, and the latter having one.<br><br>Now, xfce4-weather-plugin has stopped working.<br><br>This is because the provider has changed the API.<br><br>And for the new API to work, you require a newer version of the package.<br><br>The instructions below are for Xubuntu, but if you had weather stop updating since May 9th or so), whether on KDE, Unity or Gnome, then you can do something similar. <br><br>This is what I did:<br><br></div># Purge the existing weather application<br><div><div>sudo aptitude purge xfce4-weather-plugin<br><br></div><div># Find the process ID of the running app<br></div><div>ps -ef | grep weath<br><br></div><div># Kill it<br></div><div>kill 2249<br><br></div><div># Find the newer application version<br>Visit <a href="http://packages.ubuntu.com/zesty/xfce4-weather-plugin">http://packages.ubuntu.com/zesty/xfce4-weather-plugin</a> in your browser, and scroll down to your architecture (most likely amd64), and click on the download link for a list of mirrors<br><br></div><div># Download the .deb of the newer version. <br></div><div>wget <a href="http://mirrors.kernel.org/ubuntu/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.9-1_amd64.deb">http://mirrors.kernel.org/ubuntu/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.9-1_amd64.deb</a><br><br></div><div># Install the .deb using gdebi<br></div><div>sudo gdebi xfce4-weather-plugin_0.8.9-1_amd64.deb <br><br></div><div>Only drawback is that you will not get updates for this package, since it is directly installed using gdebi (not from repos), but now I have working weather.<br clear="all"></div><div><br>-- <br><div class="gmail_signature">Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br></div>
</div></div></div>