Hello,
I set up my weather station and I correctly get my results with arduino softwear 1.6.1 But i stick to send them to weather underground site. I have written the following commands in my code:
#define WLAN_SSID "XXXXXXX" my home wlan ssid
#define WLAN_PASS "XXXXXXX"my wlan password
#define ID "XXXXXXX" id wunderground
#define PASSWORD "XXXXXX" pass wunderground
#define WEBSITE "weatherstation.wunderground.com"
#define WEBPAGE "
http://www.wunderground.com/swf/Rapid_Fire.swf?units=english&station=I1144" type="application/x-shockwave-flash" width="600" height="400" /></object>"
I've made a mistake ? Οr Ι need another commands to see my results to the site?