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!