watchface-web-editor icon indicating copy to clipboard operation
watchface-web-editor copied to clipboard

Days of the week do not work

Open gracified16 opened this issue 2 years ago • 1 comments

Any code that seems to be related to the days of the week disappears for me, at least on this watch face after converting to gen 7. (https://amazfitwatchfaces.com/mi-band-6/view/4100) I attempted to fix it, but I have almost no coding experience so I've only been able to copy code and hope it works.

gracified16 avatar May 15 '23 02:05 gracified16

Thank for your feedback. This watchface displays weekday using WeekDaysIcons which is not supported by the conveter.

The reason is not supported is because it's not commonly used and it allows each day image to be displayed in a different position, which can't be done as easily on the mi band 7

But in the watchface you provided each day is actually display at the same position, so you could technically add this in the Date block, and it should convert correctly.

  "ENWeekDays": {
        "X": 4,
        "Y": 314,
        "ImageIndex": 60,
        "ImagesCount": 7
  }

Nadeflore avatar Dec 22 '23 03:12 Nadeflore