Hello All, Some years ago I created this face Evileyeball - Cybercomb - watch face for Apple Watch, WearOS, Galaxy Watch, Pixel Watch, Huawei Watch, and more - Facer
Recently my watch updated to WearOS 6 and OneUI 8.
I understand that the WFF Format has the following warnings for my face
Moon Phases - Moon Phases Icons: Moon phase may not be accurate in this format.
Hour - #DbZ#: This tag may not include a leading zero in this format.
DD - #DdL#: This tag may not include a leading zero in this format.
PBT - #PBN#: Not supported in this format. Default value will be used
I am Totally OK with those issues Existing as really the only major one of them was the Phone battery which I can live without.
The thing is I have a Text field that is supposed to show the First letter of the Day of the week Except Substitute R for Thursday and U for Sunday.
It used to work using the expression $#DOW#!=0&&#DOW#!=4?#DES#:$$#DOW#==0?U:$$#DOW#==4?R:$
However On the new OS (Today which should be DOW=3 It just shows a 0 in the text place)
I also have coloured Hexes that should show an analog representation of things like Watch Battery Level, Heart Rate and Steps Using for example
Blue Hexes for Watch Battery: $#BLN#>90?100:$$#BLN#>82.5?50:0$ as Opacity setting
Red Hexes for Heart Rate: $#ZHR#>60?100:$$#ZHR#>45?50:0$
Magenta Hexes for Step Count: $#ZSC#>1500?100:$$#ZSC#>750?50:0$
Green Hexes for Phone Battery: NOT SUPPORTED ANY LONGER FOR WFF FORMAT
Since the update my coloured hexes are not showing Despite the Numeric Data in the middle showing properly (100 Battery and 84 HR at present, Steps never had a numeric display)
Any Idea why my Coloured hexagons and day of Week display are not properly showing since update since everything I read says they should be compatible.
Edit: I made a duplicate of my face and changed my DOW Display so it should just show #DOW# and even that shows just 0 not 3 like it should.so it doesn’t look like its my expression
When I tried this with #DOWB# it did show 4 after 2 syncs,
so I tried editing the expression to use DOWB and use 1 and 5 for R and U, Same thing with displaying 0
I even tried using #DES# to just show first letter and #DE# to show for example “Wed” and still got 0.