insert into macroheader values ('GET WEATHER','GET WEATHER',0,0,1); insert into macrodetail values ('GET WEATHER',1,15,'[LOCAL1]',NULL,'ph_geturl("http://www.weatherunderground.com/cgi-bin/findweather/getForecast?query=32712")',0,''); insert into macrodetail values ('GET WEATHER',3,15,'[LOCAL2]',NULL,'ph_regexsnap("\(.+\) °F","[LOCAL1]",1,0)',0,''); insert into macrodetail values ('GET WEATHER',5,15,'[LOCAL3]',NULL,'ph_regexdiff(">Humidity:~255","%","[LOCAL1]",1,0)',0,''); insert into macrodetail values ('GET WEATHER',7,15,'[LOCAL4]',NULL,'ph_regexdiff(">Wind Gust:~255"," ","[LOCAL1]",1,0)',0,''); insert into macrodetail values ('GET WEATHER',9,15,'[LOCAL5]',NULL,'ph_regexdiff(''

Updated:~255
~255
'',''
'',"[LOCAL1]",1,0)',0,''); insert into macrodetail values ('GET WEATHER',2,37,'',NULL,'The next line snaps out the temperature in degrees farenheight.',0,''); insert into macrodetail values ('GET WEATHER',4,37,'',NULL,'The next line uses the regexdiff function to get the humidity.',0,''); insert into macrodetail values ('GET WEATHER',6,37,'',NULL,'The next line gets windgust in mph.',0,''); insert into macrodetail values ('GET WEATHER',8,37,'',NULL,'The next line gets the current forecast.',0,''); insert into macrodetail values ('GET WEATHER',10,24,'No TTS',1,'"Temperature: [LOCAL2] degrees~r~nHumidity: [LOCAL3]%~r~nWindgust: [LOCAL4] mph~r~nForecast: [LOCAL5]"',0,'');