I am trying to edit my first WF. I already have the day and night temperature and now I want to add the current one. The problem is that when I keep both of 3 temperatures everything weather realated vasnishes.
Summing up:
Just current temperature: works
Just day and night temperature: works
All 3 of them: Everything weather realated vasnishes
On the WFPreview every thing works just fine.
The code section is presented below:
Codice: Seleziona tutto
"Temperature": {
"Current": {
"Number": {
"TopLeftX": 20,
"TopLeftY": 130,
"BottomRightX": 0,
"BottomRightY": 0,
"Alignment": "TopLeft",
"SpacingX": 4,
"SpacingY": 0,
"ImageIndex": 24,
"ImagesCount": 10
},
"MinusImageIndex": 112,
"DegreesImageIndex": 113
},
"Today": {
"Separate": {
"Day": {
"Number": {
"TopLeftX": 20,
"TopLeftY": 109,
"BottomRightX": 0,
"BottomRightY": 0,
"Alignment": "TopLeft",
"SpacingX": 4,
"SpacingY": 0,
"ImageIndex": 24,
"ImagesCount": 10
},
"MinusImageIndex": 112,
"DegreesImageIndex": 113
},
"Night": {
"Number": {
"TopLeftX": 20,
"TopLeftY": 151,
"BottomRightX": 0,
"BottomRightY": 0,
"Alignment": "TopLeft",
"SpacingX": 4,
"SpacingY": 0,
"ImageIndex": 24,
"ImagesCount": 10
},
"MinusImageIndex": 112,
"DegreesImageIndex": 113
}
}
}
},