hi, I have created a plugin that allows me to change the %outlook% text. The Xoapweather plugin is still required. This plugin just 'sits on top of it'.
The only way I can think of changing the %outlook% text though is to parse the string, looking for common words and then change the sentance slightly.
At the moment, my outlook says
Highs in the low 60s and lows in the upper 50s
However a straight change of the '60s' number to celsius wouldn't really make sense?
It is ok when it says
i.e. high 63F
As I can do a straight conversion.
Also, for the wind - I want to change the mph to km but this will not suit people in the UK. I might look at the location and if it is 'UK' I will not make the mph change.
To speed things up, could someone please provide to me a list of the things that weather.com reports to them
i.e. Highs in the low 60s and lows in the upper 50s
I will then parse the string, looking for 'key phrases' which I will modify as need be.
Also, I do not know what the refresh issue is.
thanks
CaM