Skip to content

Commit

Permalink
Merge pull request #44 from jmhardison/api-supports-c-to-f
Browse files Browse the repository at this point in the history
use api instead
  • Loading branch information
jmhardison committed Jul 21, 2023
2 parents b6d998d + d7420cd commit d78de29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/homedashboards/monitoror/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "HTTP-FORMATTED",
"label": "Nixa Weather",
"params": {
"url": "https://api.open-meteo.com/v1/forecast?latitude=37.043&longitude=-93.294&current_weather=true&hourly=temperature_2m",
"url": "https://api.open-meteo.com/v1/forecast?latitude=37.043&longitude=-93.294&current_weather=true&hourly=temperature_2m&temperature_unit=fahrenheit",
"format": "JSON",
"key": "(.current_weather.temperature * 9/5) + 32"
"key": ".current_weather.temperature"
}
}
]
Expand Down

0 comments on commit d78de29

Please sign in to comment.