A simple extension for displaying weather information from several cities in GNOME Shell
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
18 | Active |
17 | Active |
16 | Inactive |
15 | Inactive |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Rejected |
10 | Inactive |
9 | Active |
8 | Inactive |
7 | Rejected |
6 | Inactive |
5 | Rejected |
4 | Rejected |
3 | Inactive |
2 | Rejected |
1 | Rejected |
Hi gcampax ! Just a message in case you've forget this review (I know you have a lot of work :s) ... The user waiting a working version, because the v3 is buggy (need gschema added in the v5). Thanks a lot ! :) I have start the port to GWeather : I have no forcast with get_forecast_list() (I list with => forecastN = 0; for(let i in forecast){forecastN++;} but forecastN still equal 0. I use this to init my GWeather info => new GWeather.Info.new(this.weatherLocation,GWeather.ForecastType.LIST);