Display weather for the current or a specified location. Fork of OpenWeather. Weather data is provided by OpenWeatherMap.org or WeatherAPI.com or VisualCrossing.com. If location is set to "My Location," which is the case by default on laptops, this extension will use location services and Nominatim (from OpenStreetMap.org), or infoip.io if that failed.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
139 (18) | Active |
138 (17) | Active |
137 (16) | Active |
136 (15) | Active |
135 (14) | Active |
134 (13) | Active |
133 (12) | Active |
132 (11) | Active |
131 (10) | Active |
130 (9) | Active |
129 (8) | Active |
128 (7) | Active |
127 (6) | Active |
5 | Rejected |
4 | Active |
3 | Rejected |
2 | Rejected |
1 | Rejected |
1. `2` at the end of the name can mean version. so still has the same name as original. 2. You cannot import `Gtk` into the GNOME Shell process (line 19 extension.js): [EGO Review Guidelines: import](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-import-gtk-libraries-in-gnome-shell) 3. Don't modify something that you don't want to revert on disable (line 52 `extension.js`). anyway, use `St.IconTheme` instead: [St.IconTheme](https://gjs-docs.gnome.org/st13~13-icontheme/)