I answer my own question
it work perfectly for the 3 forecast.
The WU 3 days forecast
the 6 hour WU forecast
The zambretti forecast
in addition of the mwall previous post
i have just add the following code under the .inc include
*#set $periods = $forecast.weather_periods('WU',max_events=6)*
*#if len($periods) > 0*
*<h1>Weather Underground</h1>*
*<p>*
*#for $period in $periods*
*$period.event_ts $forecast.label('Weather', $period.clouds)<br/>*
*#end for*
*</p>*
*#end if*
*#if $varExists('forecast.zambretti')*
*<h1>Zambretti</h1>*
*<p>*
*The forecast is $forecast.label('Zambretti',
$forecast.zambretti.code)<br/>*
*<span style="font-size: 8pt; font-style: italic; color: #aaaaaa;">*
*Issued at $forecast.zambretti.issued_ts*
*</span>*
*</p>*
*#end if*
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.