Question Month/Date ><

tomini

Active member
Joined
Jul 11, 2018
Messages
150
Likes
34
Points
38
#2
How to chage the date month, I want dd/mm, but have now, mm/dd? I use unicorn 4.4.0
I believe that is based on watchface setting only. Maybe with default MB5 stock watchface it changes based on your region, but otherwise it is tied to watchface code.

You can decompile the watchface (there is a guide for it) and flip it in code.
 

Chargez

Well-known member
Joined
Mar 17, 2020
Messages
584
Likes
445
Points
73
#3
I believe that is based on watchface setting only. Maybe with default MB5 stock watchface it changes based on your region, but otherwise it is tied to watchface code.

You can decompile the watchface (there is a guide for it) and flip it in code.
1st decompile the watchface with this tool. link to tool- Mi Band 5 - How to modify Watchfaces files | GeekDoing
then download any .json editor app.
Open the .json file in the decompiled file with the .json editor app.
After opening, you will see something like this(image in spoiler)
change the respected code , save it and then compile the watchface again:)
-----------------------
A free JSON EDITOR app from Microsoft store (image in spoiler)
?hash=d3279b5b9530d3b6554de67c82258876
or

you can simply follow these steps to edit .json file.(refer image below)

source- Mi Band 5 - How to modify Watchfaces files | GeekDoing
---------------------
(please don't ask about how to change the codes:))
--------------

thanks,:)
regards,

CHARGEZ
 

Attachments

Last edited:
Joined
Jun 10, 2019
Messages
3
Likes
1
Points
3
#4
How to chage the date month, I want dd/mm, but have now, mm/dd? I use unicorn 4.4.0
you must use "separate" in JSON, like this:

"Date": {
"MonthAndDayAndYear": {
"Separate": {
"Month": {
"TopLeftX": 45,
"TopLeftY": 39,
"BottomRightX": 70,
"BottomRightY": 49,
"Alignment": "TopLeft",
"SpacingX": 1,
"SpacingY": 0,
"ImageIndex": 24,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 14,
"TopLeftY": 39,
"BottomRightX": 70,
"BottomRightY": 49,
"Alignment": "TopLeft",
"SpacingX": 1,
"SpacingY": 0,
"ImageIndex": 24,
"ImagesCount": 10
}
 

Attachments

rafcastro

New member
Joined
Nov 10, 2020
Messages
2
Likes
0
Points
1
#5
Hi, i'm having the same problem... spanish language, default miband 5 watchface shows MM/DD date format.
Does anyone has the default miband 5 watchface with this parameter changed to DD/MM?

Thanks in advance

 

Trusted Store

Members online

No members online now.

Our Telegram Channel

Which color of official strap would you like to buy for your Mi Band 3?

  • Black

    Votes: 2,154 52.8%
  • Deep Blue

    Votes: 1,197 29.4%
  • Redish Orange

    Votes: 726 17.8%

Forum statistics

Threads
2,408
Messages
40,524
Members
211,820
Latest member
careylui
Top