You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very simple question this one:
Where is the best place to store my API key during compilation, rather than enter in manually in the weather app config on the watch?
Should I be adding a weatherapikey.txt in a top level directory or similiar?
Thanks a million 👍
The text was updated successfully, but these errors were encountered:
LukeThomasDawson
changed the title
Where to store the OpenWeather API key?
Where to store the OpenWeather API key? 🌤️
Feb 5, 2024
Put a file called weather.json in the files directory with the following content:
{
"apikey": "",
"lat": "",
"lon": "",
"autosync": true,
"showWind": true,
"imperial": false,
"widget": false
}
G'day,
A very simple question this one:
Where is the best place to store my API key during compilation, rather than enter in manually in the weather app config on the watch?
Should I be adding a weatherapikey.txt in a top level directory or similiar?
Thanks a million 👍
The text was updated successfully, but these errors were encountered: