Weather widget for GNOME Shell with hourly and 10-day forecasts, Weather Icons artwork, a thank-you wallet, and an interface in 18 languages. Forecasts and geocoding are fetched from Open-Meteo; automatic city detection uses ipinfo.io. The wallet address is copied to the clipboard only after an explicit user click.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:412
St.Clipboard.get_default()
EGO-A-004 warning
extension files should not contain excessive ungated console logging
File contains 6 ungated console.log/warn/error calls (threshold: 5).
extension.js:401
console.error(`iWeather interface: ${error}`)
extension.js:418
console.warn(`iWeather clipboard: ${error}`)
extension.js:583
console.warn(`iWeather localized location: ${error}`)
extension.js:598
console.warn(`iWeather localized location: ${error}`)
extension.js:603
console.warn(`iWeather location: ${error}`)
extension.js:675
console.warn(`iWeather forecast: ${error}`)
| Version | Status |
|---|---|
| 4 | Unreviewed |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |