09-14-2018 01:50
09-14-2018 01:50
im creating a clock face and i have it side loaded on my watch but ive noticed the stats (steps etc) are not updating on the watch quickly enough. is this because ive used the adjusted values or because it is side loaded ?
09-14-2018 02:08
09-14-2018 02:08
actually i think i can answer the original question myself... i think it is because i need to update the values somehow. i am only checking on initialising the clock, what is the best way to do this?
04-26-2019 08:52
04-26-2019 08:52
Hi Sleedoh, did you ever manage to fix this? I am having the same issue
04-26-2019 12:34 - edited 04-26-2019 12:35
04-26-2019 12:34 - edited 04-26-2019 12:35
yes i added in code to check the stats when the clock ticks using an event listener
clock.addEventListener("tick", updateStats);