Display the current weather in the panel and click the indicator to open GNOME Weather. The indicator position can be adjusted in preferences (on GNOME 45+). You need GNOME Weather installed for this extension to function properly and an active internet connection to retrieve and display weather information. This is a fork of the Weather O'Clock extension.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:219
this._weatherUpdateTimeout = GLib.timeout_add_seconds(
GLib.PRIORITY_LOW,
600,
() => {
this._weather.update();
return GLib.SOURCE_CONTINUE;
},
)
| Version | Status |
|---|---|
| 50 (22) | Unreviewed |
| 50 (21) | Active |
| 49 (20) | Active |
| 48.1 (19) | Inactive |
| 48 (18) | Inactive |
| 47.2 (17) | Inactive |
| 47.1 (16) | Inactive |
| 47 (15) | Inactive |
| 46 (14) | Inactive |
| 45.1 (13) | Inactive |
| 12 | Inactive |
| 11 | Inactive |
| 10 | Inactive |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Inactive |
| 6 | Rejected |
| 5 | Active |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Inactive |
| 1 | Inactive |