Distance Miles/KM code

Are there any work around for the Distance Miles/KM code yet?

$#UNITSYS#=IMPERIAL?((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100) mi:((round((#ZSC#*2.34)/32.8))/100) km$

You have to have two separate elements. One that is ((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100) mi with opacity of $#WM#==F?100:0$ AND the other one as ((round((#ZSC#*2.34)/32.8))/100) km with opacity of $#WM#==F?0:100$.

1 Like

On their own layer?

Yes, one layer for miles and a second layer for metric. You can see how I did it below. Inspection is open.

4 Likes

Thank you @mrantisocialguy I got it!!

And I see they got the Battery issue fixed too.

3 Likes

The watch battery has been working all along, it’s just a glitch in Facer Creator that is flagging it as an issue.

ok, well, not seeing a red x anymore

1 Like