I want to show the battery percentage without the % sign. Is the any way to do so ?
The Battery Indicator shouldn’t come with a percentage.
When you want to show the battery, use a “Text” object, and in the field, type [BATT_PER].
It should show the value like this for exemple: “86”.
If you type “[BATT_PER]%”, the text will be shown like this: “86%”.
3 Likes
Thank you very much
1 Like
BATT_IS_CHARGE , Do you have any idea how can i make an image shown when watch is charging using this tag ?
1 Like
Hello,
You can do this by following the steps below:
- Add an image
- Open the properties tab for the image
- Go to the Color section from the Properties tab
- Open the tags for the Color visibility percentage
- Add this expression (([BATT_IS_CHARGE]==0?-100:0))
Hope this helps you. Please let me know if you face any issues.
2 Likes