ok, I edited the script and now I have this result. The only problem now is the wifi and the forecast
FiveTemps=`grep "fiveday-temps" $TEMPNAME | sed -e "s#</div>#\n#g" | sed -e "s/&#.*>/ /" | grep -o "[0-9]* $Lowstr[0-9]*" |head -5 | sed -e "s# $Lowstr#/#"` FiveFore=`grep "fivedayforecast" $TEMPNAME | sed -e "s#</div>#\n#g" | grep -o "[a-z|A-Z| ]*$" | head -5 `