I'm looking to extract the external temperature and wind speed from here;
http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=INORTHYO59
Does anyone have any snippets of code or can you help me to parse the above XML into the code to use on the display.
Many thanks
Re: Parsing XML data to use on GLCD
If you are using RPi you can download this url, extract values and send them to GLCD using the same script that updates emoncms - like time is sent. Few lines of PHP code should do the trick.
This would be my approach, maybe there is a better way.