Skip to content

Commit

Permalink
Merge pull request #43 from jmhardison/change-to-F
Browse files Browse the repository at this point in the history
change from c to f
  • Loading branch information
jmhardison committed Jul 21, 2023
2 parents e5da28d + 07c53fa commit b6d998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/homedashboards/monitoror/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"params": {
"url": "https://api.open-meteo.com/v1/forecast?latitude=37.043&longitude=-93.294&current_weather=true&hourly=temperature_2m",
"format": "JSON",
"key": ".current_weather.temperature"
"key": "(.current_weather.temperature * 9/5) + 32"
}
}
]
Expand Down

0 comments on commit b6d998d

Please sign in to comment.