Page 1 of 1

Minus sign and degrees image error [Bip S]

Posted: 26 Oct 2022, 17:44
by kopskt
Hello!

I'm trying to create my own Watch Face for Bip S, but the only thing that is going wrong, is that every time I try to put weather temperature, I have this error:

"Debug|Reading config...
Fatal|Newtonsoft.Json.JsonSerializationException: Could not find member 'MinusSignImageIndex' on object of type 'TemperatureNumber'. "

The same error ocurs with degrees image.

I'm writing the code this way, it's wrong?

Code: Select all

"Weather": {
        "Temperature": {
            "Current": {
                "Number": {
                    "TopLeftX": 73,
                    "TopLeftY": 161,
                    "BottomRightX": 88,
                    "BottomRightY": 170,
                    "Alignment": "TopLeft",
                    "Spacing": 2,
                    "ImageIndex": 200,
                    "ImagesCount": 10
                },
                "MinusSignImageIndex": 217,
                "DegreesImageIndex": 218
            }
        }
    },

Thanks for the help!

Re: Minus sign and degrees image error [Bip S]

Posted: 27 Oct 2022, 01:54
by asoo

Code: Select all

      },
        "MinusImageIndex": 217,
        "DegreesImageIndex": 218
      }
I think syntax maybe like this :