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.
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.
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)
Thank you very much, @russellcresser!!! I found the way to do what I wanted using TOMAJA’s formulas and a few recalculations. Nice!
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$
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$
thank you