Gnome shell weather extension is not showing correct weather information

8,343

Solution 1

This is what i did:

  1. go to http://weather.yahoo.com and enter your location
  2. klick on "RSS" (on the right side)
  3. your location code is shown in the address-bar (eg. weather.yahooapis.com/forecastrss?p=GMXX0087&u=f)
  4. copy your code (GMXX0087 in my case) and open a terminal
  5. set location and city with

    gsettings set org.gnome.shell.extensions.weather woeid "'GMXX00187'"

    gsettings set org.gnome.shell.extensions.weather city YOURCITY

  6. logout & login again

Solution 2

Hmm, after I used the 3 letter code additional to my WOEID code it was successful.

Solution 3

Alternative:

http://www.omgubuntu.co.uk/2011/10/my-weather-indicator-adds-geolocation-support/?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed%3A+d0od+%28OMG%21+Ubuntu%21%29

A new ‘My Weather Indicator’ Adds Geolocation Support

Share:
8,343

Related videos on Youtube

Arindom
Author by

Arindom

Ubuntu User.

Updated on September 18, 2022

Comments

  • Arindom
    Arindom over 1 year

    I am on Ubuntu 11.10 and I have installed Gnome shell extensions.

    For the weather extension the problem is that it is only showing the temperature that it showed when installed for the first time. That means while the current temperature is 25 it is continuing to show it as 32.

    I have entered the correct WOEID.

    Need your help to solve this issue.

  • Arindom
    Arindom over 12 years
    I have only mentioned the six character code of my city. That means I need to add three more letters code to it? Can you please specify more about three letter code and how to get it?
  • brubaker
    brubaker over 12 years
    City: "FRA" (Frankfurt, Germany) WOEID: "GMXX0040" (changed to this after given the correct WOEID; I don't know your city)
  • Arindom
    Arindom over 12 years
    Thanks for the link but will that work for gnome-shell (Sorry that I didn't mention specifically) ? I think it is meant for Unity.
  • Arindom
    Arindom over 12 years
    I am trying for city "Kolkata, India", for which the WOEID is "INXX0028".
  • Arindom
    Arindom over 12 years
    Thanks for the steps. Actually I did all the steps earlier and tried them again now. But for some reason my temp still shows "Haze 34 C" while it is actually Haze 28 C (I logged out and then logged in). The city for which I am trying to the get the temp is "Kolkata, India" WOEID is "INXX0028"
  • KD353
    KD353 over 12 years
    As soon as I put those commands into terminal (with my details) the extension worked, did not even have to log out. Thanks
  • Cerin
    Cerin about 12 years
    Thanks. Although it's weird the "new" applet does not have the ability to enter your location directly, whereas the "old" one did.
  • Mitch
    Mitch over 11 years
    This does not provide a sufficient answer to the question. Try to add more information, and / or examples.
  • MadMike
    MadMike over 10 years
    "The above suggestions" is really relative, since answers are always sorted by their voted score. So the order might change in the future.
  • MadMike
    MadMike over 10 years
    I've changed your answer make easier to read. You can always change it back if you don't approve.