simon04 / gnome-shell-extension-weather

An extension for displaying weather notifications in GNOME Shell.
GNU General Public License v3.0
146 stars 277 forks source link

Enable Selection of *Individual* Component Units (Especially Wind) #61

Open rnorris opened 12 years ago

rnorris commented 12 years ago

Maybe it's just me but I want the readout to be in degrees C and mph (I personally don't care about the pressure).

I finally realized it's the fault of the limited Yahoo API, such that for the 'yweather:units' it appears setting the temperature units automatically sets the units for the other items (speed, pressure, etc...)

This means g-s-e-w needs to do these conversions itself (when specified) - I don't think Yahoo API provides way to set individual units.

rnorris commented 12 years ago

Thanks for the speedy inclusion of the Wind Speed units patch.

I'll leave this Issue open for a while in case any one wants to implement the pressure units option (e.g. in a similar method to way I did the wind speed).