Minus sign and degrees image error [Bip S]
Posted: 26 Oct 2022, 17:44
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?
Thanks for the help!
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!