wifi parse html

Hello html gurus,

I am trying to drive RGB LEDs based on NOAA space weather data from this website:

http://www.swpc.noaa.gov/

The little squares depict current radio black out, solar and geomagnetic storm conditions.

using the inspect element function of my web browser, would this be the specific line to be parsed to retrieve the current radio black out conditions?

none

Thank you,

Greg

That does look like the line(s) you need except that when I look at the html, it says "no data" instead of "none".

Pete

el_supremo:
That does look like the line(s) you need except that when I look at the html, it says "no data" instead of "none".

That's what I also see if you look at the page without Javascript enabled or if I save the page as HTML is also says "no data"

The below TextFinder application might be of use. I've got some complex weather code from others that extracts data from a NOAA web page I can post if you want.

http://playground.arduino.cc/Code/TextFinder