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$
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$
.
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.
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