I'm having a weird problem with this weather station too in receiving weather forecast data, and I think I've figured it out where it goes wrong but didn't find a solution yet..
This is what the software (V1.1) is doing for communicating with the server:
First it's getting the time:
http://server2.netinfostation.com/gettime2.php
Result will look like "13385041 1338504189 22:43:09 May-31-2012"
Then it tries to receive the weather forecast data:
http://server2.netinfostation.com/getweather.php?city=105976783
Result looks scrambled, but that's okay.
In the application, I can see the time showing up on the Home Weather tab. The time looks fine, but the date is off. Today it shows time as "2/11", while in fact it should be "31/5".
Looking at the data received for the gettime action, the second number appears to be the epoch for 31 May 2012 22:43:09 GMT.
Using a tool to intercept data from server and putting in my own response, I fiddled around with the epoch and found out that if I change this to "1325119180" it would show the correct date and time, and actually retrieves weather data.
So... my conclusion is that the current time/date code as received from the server is wrongly interpreted by the software, resulting in the software thinking it's November. So when weather data is received for May, it doesn't know what to do with it...
Anybody knows more about this?
Stefan Viveen
Fraser Valley Software
Hope, BC Canada