Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Date and WeekDay NOT SHOWN in Mi Band 6 #47

Open
kxdkxd opened this issue Sep 9, 2021 · 2 comments
Open

Date and WeekDay NOT SHOWN in Mi Band 6 #47

kxdkxd opened this issue Sep 9, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kxdkxd
Copy link

kxdkxd commented Sep 9, 2021

I can edit and save the date in your GUI application, but when I export the bin to my mobile phone and upload it into my MiBand 6, the date and weekdays are INVISIABLE, while others are shown normally. I have already tried to change languages but did not work either. Plz help me with this problem, thx

@kxdkxd kxdkxd added the bug Something isn't working label Sep 9, 2021
@kxdkxd
Copy link
Author

kxdkxd commented Sep 9, 2021

Finally I succeed. In Simplified Chinese, Should add these following items in the json config file, however the GUI application cannot edit CN properly. I MANUALLY added the following lines and then it works.

    "ENWeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    },
    "CNWeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    },
    "CN2WeekDays": {
      "X": 87,
      "Y": 336,
      "ImageIndex": 25,
      "ImagesCount": 7
    }

@Johnson070
Copy link
Owner

Thanks, next update fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants