From 70b999d09b2c78769f511e39dc7eadd190154ff1 Mon Sep 17 00:00:00 2001 From: simon04 Date: Tue, 21 Jun 2011 07:44:10 +0200 Subject: [PATCH] Better link to get the WOEID. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28883fa..3efe859 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ That's it! gnome-shell-extension-weather uses gsettings to save your configuration. You can use `dconf-editor` or `gsettings` from the command line to modify some parameters. -#### Location (cf. [WOEID](http://developer.yahoo.com/geo/geoplanet/guide/concepts.html)) +#### Location -You can specify your location using the following command: +See [WOEID Info](http://sigizmund.info/woeidinfo/) to determine your WOEID. You can specify your location using the following command. Perhaps you need quotation marks as in the second command. gsettings set org.gnome.shell.extensions.weather woeid your_woeid + gsettings set org.gnome.shell.extensions.weather woeid "'your_woeid'" #### Temperature Units (optional, celsius by default)