noahp / fbapp-TimeDateWeather

FitbitOS clock app
MIT License
4 stars 3 forks source link

Weather won't show on clock face #11

Open TamMurBye opened 4 years ago

TamMurBye commented 4 years ago

Have tried everything. How exactly do I use the api key in the open weather app?

noahp commented 4 years ago

Thanks for the report, and sorry to hear that! Hmm, when this isn't working for me, opening the clockface settings and selecting C or F should force a weather update (see here), can you give that a try?

You can enter your own OWM API key by going here and following the instructions (you'll need an account 😕 ): https://openweathermap.org/api It looks like the default API key is working okay at the moment though, so that may not be the issue you're having.

kevinminor commented 4 years ago

I have the same problem. I got the API key from openweathermap and tried the default and tried creating a new key. Neither worked.

noahp commented 4 years ago

I've heard of problems with the phone app trying to fetch weather due to the network it's connected to. You might try turning wifi off on the phone to force using mobile data, and follow the above toggling C/F in the settings to force an update.

If that works, there's something on the wifi network preventing the phone from accessing OWM's API.

Also be sure you enabled all the permissions the clockface requests, or it won't be able to fetch the weather data.

kevinminor commented 4 years ago

I tried to disable WiFi and switch the temperature format option a couple of times. I also tried switching clock faces to something else and back to yours.The permissions are all enabled.I'm not sure what else to check.On Feb 18, 2020 10:14 AM, Noah Pendleton notifications@github.com wrote:I've heard of problems with the phone app trying to fetch weather due to the network it's connected to. You might try turning wifi off on the phone to force using mobile data, and follow the above toggling C/F in the settings to force an update. If that works, there's something on the wifi network preventing the phone from accessing OWM's API. Also be sure you enabled all the permissions the clockface requests, or it won't be able to fetch the weather data.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.