summaryrefslogtreecommitdiff
path: root/services/Weather.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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