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
I am using the fitbit-weather to get the weather information, I added it the same way it's on the README, calling the weather.fetch, but it's not displaying the information always.
weather.fetch(50 * 60 * 1000)
.then(weatherResult => {
console.log(JSON.stringify(weatherResult));
drawWeather(weatherResult,tempAndConditionLabel,weatherImage);// my logic to draw it
})
.catch(error => console.log(JSON.stringify(error)))
It worked only when I turned off and on the location permission but after that, it is not updating the information anymore. I added 50 min to the cache.
The text was updated successfully, but these errors were encountered:
same issue, the fetch call returns undefined when running on my fitbit sense but returns correctly when running on a fitbit sense simulator. this is both with a simulator phone or my phone bridged.
I am using the fitbit-weather to get the weather information, I added it the same way it's on the README, calling the weather.fetch, but it's not displaying the information always.
It worked only when I turned off and on the location permission but after that, it is not updating the information anymore. I added 50 min to the cache.
The text was updated successfully, but these errors were encountered: