Documentation updated

cosmetic markdown fixes
yahoo_weather
ecyrbe 14 years ago
parent 96cb3a1e40
commit c536623b83
  1. 29
      README.md

@ -20,23 +20,34 @@ That's it!
### Configuration ### Configuration
Gnome extension weather use gsettings to save your configuration Gnome extension weather use gsettings to save your configuration. you can use dconf-editor or gsettings from the command line to modify some parameters
You can modify the temperature unit with the following command
. gsettings set org.gnome.shell.extensions.weather unit 'celsius' #### Location (cf [WOEID](http://developer.yahoo.com/geo/geoplanet/guide/concepts.html))
or You can specify your location buy using this command:
```bash
gsettings set org.gnome.shell.extensions.weather woeid 'your location'
```
. gsettings set org.gnome.shell.extensions.weather unit 'fahrenheit' ### Temperature units (optional, celsius by default)
You can specify your location buy using this command, (cf. [WOEID](http://developer.yahoo.com/geo/geoplanet/guide/concepts.html)) You can modify the temperature unit with the following command
. gsettings set org.gnome.shell.extensions.weather woeid 'your location' ```bash
gsettings set org.gnome.shell.extensions.weather unit 'celsius'
```
or
```bash
gsettings set org.gnome.shell.extensions.weather unit 'fahrenheit'
```
### Displayed location (optional)
Sometimes your woeid location isn't quite right. it's the next major city around. to customise the displayed city you can type : Sometimes your woeid location isn't quite right. it's the next major city around. to customise the displayed city you can type :
. gsettings set org.gnome.shell.extensions.weather city 'your city' ```bash
gsettings set org.gnome.shell.extensions.weather city 'your city'
```
### Restart Gnome-Shell ### Restart Gnome-Shell
Don't forget to restart Gnome-Shell Don't forget to restart Gnome-Shell

Loading…
Cancel
Save