07-26-2022 02:27
07-26-2022 02:27
I’m developing a watch face using sdk 4.3 and I'm trying to use the fitbit weather api to display weather in the watch. The watch face works in the Fitbit simulator, but when connecting to/installing on a real versa 2 some properties are missing in the weather response. I’m trying to access data.locations[0].days but days is undefined on my watch, it's not in the simulator. I get a value in e.g. data.locations[0].name, so location access shouldn't be the problem. Am I missing something, or is it not available for versa 2/sdk 4.3, despite working with the simulator?
08-04-2022 13:23
08-04-2022 13:23
Any thoughts?