Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|improve this question

4 Answers

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

share|improve this answer
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" – Arindom Oct 27 '11 at 13:22
As soon as I put those commands into terminal (with my details) the extension worked, did not even have to log out. Thanks – Victor9098 Dec 1 '11 at 18:42
Thanks. Although it's weird the "new" applet does not have the ability to enter your location directly, whereas the "old" one did. – Cerin Mar 15 '12 at 13:49

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

share|improve this answer
1  
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? – Arindom Oct 27 '11 at 4:51
City: "FRA" (Frankfurt, Germany) WOEID: "GMXX0040" (changed to this after given the correct WOEID; I don't know your city) – brubaker Oct 27 '11 at 11:19
I am trying for city "Kolkata, India", for which the WOEID is "INXX0028". – Arindom Oct 27 '11 at 13:20

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|improve this answer
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 Oct 27 '11 at 13:18

http://xoap.weather.com/search/search?where=Guangzhou

That website is where I solved my problem. Change 'Guangzhou' to your city instead, and the id is what you want.

share|improve this answer
This does not provide a sufficient answer to the question. Try to add more information, and / or examples. – Mitch Oct 7 '12 at 10:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.