Página 1 de 1

My watchfaces doesn't show battery

Publicado: 13 Jun 2020, 21:01
por Luis00
Hi, I don't know if this is the right place to create this topic but I have a problem with one of my watchface,
this one: https://amazfitwatchfaces.com/mi-band-4/view/16298

When I use it on my xiaomi mi band 4, I don't see the battery. Why?

Thank you!

Re: My watchfaces doesn't show battery

Publicado: 14 Jun 2020, 08:08
por Jackall Digital

Código: Seleccionar todo

"Battery": {
      "BatteryConfig": {
        "BoxWidth": 0,
        "Alignment": 0,
        "Order": 0
      },
      "Text": {
        "TopLeftX": 74,
        "TopLeftY": 4,
        "BottomRightX": 104,
        "BottomRightY": 22,
        "Alignment": "BottomRight",
        "Spacing": 0,
        "ImageIndex": 31,
        "ImagesCount": 10
      },
      "Icon": {
        "X": 107,
        "Y": 4,
        "ImageIndex": 41,
        "ImagesCount": 10
      }
    }
This is just an example code. What you're missing is the BatteryConfig property(boxwidth, alignment, order), then it should work. You can use text or icon, you don't need to use both.

Re: My watchfaces doesn't show battery

Publicado: 14 Jun 2020, 20:55
por Luis00
Jackall Digital Thank you so much, it worked.