Elements Not Sending to Watch

I’m working on a template for watchfaces as my own personal use. I will be using other people’s artwork so I can’t publish them.

The overall scheme of it should be fairly simple and I am happy with the look so far but I have some basic elements that show in the browser preview (Edge) but will not successfully transfer to my watch.
The elements that are not transferring are:
The blue shape arc across the top
The white Shape Triangle on the left side
The green shape rectangles that make up the battery hashmarks on the right side.

I am using a Galaxy Watch 7 on One UI 8 and Wear OS 6

1 Like

Perhaps a few things I found that could cause a problem:

  • Step Tracking Arc: the fill ratio should be : (clamp(#ZSC#/10000, 0, 1)*0.5)
  • the formulas in the 100% to 0% to not work
  • the green triangle is no longer there…

hope this helps

2 Likes

Ah I didn’t realize that I needed the beginning and ending Parenthesis for tracking arc formula thank you.
Is what I am trying to do possible in those battery hashmarks and I just have a wrong formula?

There is still a problem of the shapes not transferring to my watch though even with a correct formula. For example, the background arc I have doesn’t have any special formula on it at all but nothing comes though on my watch face.
Same with the white triangle above my heart monitor element. I even increased the size dramatically to test it and still no luck.


Here is an image where I drew the triangle that is missing and a circle around the battery hashmarks missing. You can also see the arc is no where to be seen across the top half.

1 Like

I have had this a while back.
Delete the arc and the triangle. Make them new. That may do the trick.

1 Like

Still no luck unfortunately. Thank you for the suggestions though.

1 Like