Page 1 of 1

WF Background issue if the watch isn't connected via bluetooth

Posted: 05 Jun 2020, 19:44
by cugard
Hi,

i recently figured out a problem at my created wf. If the watch isn't connected via bluetooth for a while, the background "0000.png" of my watchface is displayed two times. (may be caused by the weather function?) First in correct position, and the second time with top left corner at the center of the clock. It look likes the second background overlayed the first one.
After reconnecting with bluetooth the watchface show up corretly.

does anyone know this problem or does someone have a solution?

I use GTR_WatchFace editor for Windows by SashaCX75 for creation the wf.

Thx.

link to the wf:
https://amazfitwatchfaces.com/gtr/view/6173

Re: WF Background issue if the watch isn't connected via bluetooth

Posted: 06 Jun 2020, 05:22
by asoo
cugard wrote: 05 Jun 2020, 19:44
Hi,

i recently figured out a problem at my created wf. If the watch isn't connected via bluetooth for a while, the background "0000.png" of my watchface is displayed two times. (may be caused by the weather function?) First in correct position, and the second time with top left corner at the center of the clock. It look likes the second background overlayed the first one.
After reconnecting with bluetooth the watchface show up corretly.

does anyone know this problem or does someone have a solution?

I use GTR_WatchFace editor for Windows by SashaCX75 for creation the wf.

Thx.

link to the wf:
https://amazfitwatchfaces.com/gtr/view/6173
Your problem was caused by you incorrectly "json" coding about "error symbol" of weather
you set "error symbol" to use 0000.png when the weather not show or error so when have error it's will show 0000.png

you can fix by change it's to show the empty picture with other picture

Image

Re: WF Background issue if the watch isn't connected via bluetooth

Posted: 06 Jun 2020, 09:06
by cugard
Hi asoo,
Thanks a lot. :)