ZSC or something for kilometers?

Hi,

I’m looking for an expression to display kilometers instead of steps in a watch face. Obviously, I found the #ZSC# for steps, but is there a way to show kilometers?

TIA.

2 Likes

Welcome @PaniTheBoss. You already have the answer. Ther are many topics in the Community Archives. I am on my mobile at the moment.
Get back if you dont find the Answer with a search.
You only have to multiply steps by a small number which I can not remember.

Look for the tutorials made by TOMAJA

((round((#ZSC#*0.00762)))/10)

5 Likes

Thank you very much, @russellcresser!!! I found the way to do what I wanted using TOMAJA’s formulas and a few recalculations. Nice!

3 Likes

And here is also formula for miles/km, it auto-changes depending on user watch settings:

$#UNITSYS#=IMPERIAL?((round((#ZSC#*2.65)/52.8))/100) mi:((round((#ZSC#/2000)*152))/100) km$

4 Likes

Thank you, @masterboyhr!!! It’s a great job, very useful :ok_hand:

3 Likes

Hi, I just do basic free faces but I have had a request to add this for people in Australia Where would I place this OR do i not have the ability to do so because I use the basic creator?

Where or how do i add this

$#UNITSYS#=IMPERIAL?((round((#ZSC#*2.65)/52.8))/100) mi:((round((#ZSC#/2000)*152))/100) km$

2 Likes

You put that string into text field

4 Likes

thank you

1 Like