Package of the day - gnome-shell-extension-weather

In my ever ending search for gnome-shell extensions, I came across this one on github;
https://github.com/ecyrbe/gnome-shell-extension-weather/blob/master/README.md

http://thumbnails20.imagebam.com/13563/62396d135621831.jpg](http://www.imagebam.com/image/62396d135621831)

It was easy to package as it had Makefiles etc rather than having to create from just the extension.js, metadata.json and stylesheet.css (and maybe a schema).

This one needs some info added via dconf-editor from the yahoo weather page, so ensure you have dconf-editor installed;

http://thumbnails14.imagebam.com/13563/fa6f2e135621834.jpg](http://www.imagebam.com/image/fa6f2e135621834)

So you need to go to Yahoo! Weather - Weather Forecasts | Maps | News enter you zipcode/location and then hover you mouse pointer over the RSS Feed button (Top Right) then check your location code via the status bar info (Bottom Left) in my case USMS0068…

So now press alt-F2 enter dconf-editor <press enter> and browse the tree to org.gnome.shell.extensions weather and enter your information as required, the location code is entered in woeid (See following image)

http://thumbnails37.imagebam.com/13563/0fa6e6135621843.jpg](http://www.imagebam.com/image/0fa6e6135621843)

You should now be good to go, so restart your shell, alt+F2 r <press enter>

Package is available here;
software.opensuse.org: Search Results

Please note that these packages (and my other home repository extensions) will move soon to GNOME:Apps :slight_smile:

I like your package of the day posts. Very informative. Thanks.

I guess now I have to remove my ConkyForecast repo? :frowning:

Good work as usual.

Malcolm:

I don’t have to remove anything. All my conky widgets show up after changing them all to “own_window_type desktop

I am One Happy Camper…

Here’s 34 more extensions:

hi.there is a easier way to get WOEID Info
example:-
http://sigizmund.info/woeidinfo/?woeid=singapore
And then use :-
gsettings set org.gnome.shell.extensions.weather woeid 1062617

Hey malcolmlewis,

You’ll build you a package from ‘gnome-shell-extension-weather’ for GNOME 3.2?

Greetings Linuxsusefan

Hi
Unfortunately the code has not been updated for 3.2.x yet :frowning: I think some extension developers are waiting to see what happens when extensions.gnome.org is available which is how extensions will be controlled;
https://live.gnome.org/GnomeShell/SweetTooth

Hi,

ah OK, thanks for your answer.

I am familiar with from package building unfortunately not, but I see on the github_simon04 the package is available for GNOME 3.2. I proceeded to install instructions and can now also available in the ‘G:Tweak-Tool’, can enable/disable the→ ‘gnome-shell-extension-weather’ → it now works with GNOME 3.2 … :slight_smile:

Greetings Linuxsusefan