The 7 Day forecast stopped functioning today. It appears the NOAA made a change to the domain where the forecast code is hosted. Apply the following to /weather/index.php to restore the forecast functionality:
Change:
$url="http://www.crh.noaa.gov/zipcity.php?inputstring=".$zip;
To:
$url="http://www.srh.noaa.gov/zipcity.php?inputstring=".$zip;