Distance in progress bar in miles not steps

Hi sorry if this has been asked before but does anyone know the code to make the progress circle show a target distance?

The math is not exact, since it depends on the length of your step. I’ve done a face where I’ve used a factor of 0.762 for steps to meters and 1.25 for steps to feet as an average value.

You can check my watch face here.

1 Like

Hi, I cant remember there would be any tag for distance goal (distance is not even among the preview sliders). If we are talking about walked distance, it will remain function of step count and average step lenght. So if you have some goal of distance in mind (lets say 5 miles) then you would have to count first how many steps does it take (about 11k) and divide curent step count by that number to get the fill of the bar.

2 Likes