summaryrefslogtreecommitdiff
path: root/services/Weather.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lock: fix weather2 * r + 2 * t2026-01-041-23/+45
|
* fix: get city for weather when given lat,long2 * r + 2 * t2026-01-031-8/+32
| | | | Fixes #1036
* internal: fix some widgets not respecting rounding scale2 * r + 2 * t2026-01-031-1/+1
|
* dashboard: add weather tabEzekiel Gonzales2026-01-031-11/+131
| | | dashboard: Added Weather tab that shows weather forecast
* plugin: add requests2 * r + 2 * t2025-09-111-0/+1
| | | | Replaces QML Requests singleton
* weather: use city instead of lat/long2 * r + 2 * t2025-08-241-7/+5
| | | | Also lazy load
* lock: add weather2 * r + 2 * t2025-08-101-9/+10
| | | | Also refactor weather service
* internal: create service configSoramane2025-07-161-2/+2
|
* internal: use new qs importsSoramane2025-07-161-2/+2
|
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-2/+4
| | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* weather: use xmlhttprequest2 * r + 2 * t2025-06-291-25/+14
| | | | | | Remove curl dependency Also add buffer period so it doesnt spam api requests
* weather: fix ipinfo undef err2 * r + 2 * t2025-06-251-1/+1
|
* feat: configurable weather location2 * r + 2 * t2025-06-161-2/+7
| | | | Impls #76
* internal: use stdiocollector2 * r + 2 * t2025-06-151-8/+20
| | | | | Removes dependency on jq Also fix beatdetector
* internal: move weather into service2 * r + 2 * t2025-05-281-0/+32
Also fix not escaping city properly