noahp / fbapp-TimeDateWeather

FitbitOS clock app
MIT License
4 stars 3 forks source link

Can’t change temp display to celsius #23

Open GregInTokyo opened 3 years ago

GregInTokyo commented 3 years ago

Been trying to set my wife’s Versa 2 to display Celsius with your face which is perfect in every way for her simple needs. However, no matter how many times I try to set and reset the temperature display option the watch stays on Fahrenheit. Is there something else we need to do? (New to Fitbits).

noahp commented 3 years ago

very likely there's a bug in the clockface :grimacing: let me double check and get back!

noahp commented 3 years ago

ok, i've tested on a versa 2 + a sense i have here, it seems to be working? after selecting Celsius or Fahrenheit, you might have to wait a few seconds, the clockface fetches a new weather data payload before refreshing on temperature setting change.

GregInTokyo commented 3 years ago

Thanks for checking Noah. Looks like it’s something on our side as the location is now showing as “unknown” although it was able to identify that we were in Tokyo before.

Having a glance at your code gave me the incentive to download the SDK and try to create a face myself. Looks like a fun challenge.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Noah Pendleton @.> Sent: Saturday, May 1, 2021 2:51:58 AM To: noahp/fbapp-TimeDateWeather @.> Cc: Gregory Smith @.>; Author @.> Subject: Re: [noahp/fbapp-TimeDateWeather] Can’t change temp display to celsius (#23)

ok, i've tested on a versa 2 + a sense i have here, it seems to be working? after selecting Celsius or Fahrenheit, you might have to wait a few seconds, the clockface fetches a new weather data payload before refreshing on temperature setting change.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/noahp/fbapp-TimeDateWeather/issues/23#issuecomment-830260358, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT4MJVZ4UHJJGFBPMYMOE6TTLLU35ANCNFSM43Z7Q64A.

noahp commented 3 years ago

Ah, that usually means either the default API key is overloaded or some network issue ☹️ Have fun with the SDK- it's such a nice (free!) feature of these watches 😍!

GregInTokyo commented 3 years ago

A few device reboots got us going again. Used my own owm API key and now we have accurate Tokyo weather. Thanks again.

Greg

Sent from my iPad

On May 1, 2021, at 8:16 PM, Noah Pendleton @.***> wrote:



Ah, that usually means either the default API key is overloaded or some network issue ☹️ Have fun with the SDK- it's such a nice (free!) feature of these watches 😍!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/noahp/fbapp-TimeDateWeather/issues/23#issuecomment-830615416, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AT4MJV4LZHN6HR74LYHVJODTLPPIDANCNFSM43Z7Q64A.

noahp commented 3 years ago

Awesome, glad it's working!