Thanks yes, that has sorted out the temp to current temp. I have also changed this value in [MeasureWeather]:Yeah, looking at the code, I think that is the problem: it gives the max temp for the current day, when the user normally expects the current temperature. Just tested the skin myself and it is indeed off because of that. The solution would be to change:in [MeasureWeather] to:Code:
RegExp=(?siU)"cloudCoverPhrase":"(.*)".*{"calendarDayTemperatureMax":\[(.*),.*"city":"(.*)".*
Code:
RegExp=(?siU)"cloudCoverPhrase":"(.*)".*"temperature":(.*),.*"city":"(.*)".*
Code:
UpdateRate=100
Statistics: Posted by ravv3 — Today, 4:55 pm