Hi there!
I’ve a problem with [HR] “tag value” not working if used in a Circular Progress Bar
The same project correctly works with my Galaxy Watch 6 Classic but not with a TicWatch Pro 5 Enduro: the progress bar doesn’t move at all, but the [HR] is correctly shown if used in a text field…
Some details:
Watch Face Studio 1.7.13
TicWatch Pro 5 Enduro with Wear OS 4.0
Have you tried ([HR]/2)
. Some watches handle the syntax differently . Will your watch not update to WOS5 ?
Wow, this may be the solution, will try asap!
Unfortunately TicWatches are very slow with the updates, WOS4 is just arrived…
Many thanks for your suggestion, will be back soon
No way, even ([HR]/2) or [HR] alone did not solve the problem…
Really really weird, battery [BATT_PER] and steps [SC_PER] are working fine with progress bars, [HR] doesn’t
So does the HR show on other faces ? More specifically ones from the google store ? Looking at what you have shown us your MAX value should be 240 I think . But that will not necessary make it work . But of course if you are dividing by 2 that is different . I know it is silly but you could try (([HR])/2)
Make sure that your Face Has all the permissions for health data .
Hi Russel,
attached you can find a screenshot of the watchface, as you can see the HR value is correctly shown (so permissions should be ok)
, but the gauge around it “doesn’t move”, while the ones for battery and steps are working fine…
Is [HR] the value that’s sometimes returned as a string? If you, you need to use an expression to force the value to become a number. round() might work.
Wow, it worked! The “round” suggestion solved the problem
Thanks a lot Gondwana and Russel
I’m surprised too.
Brilliant . I always thought () made it into an intergern . I wish I could remember these things . Well done .