## Australian Index Forecast panel ## Included in index.html.tmpl ## ## Depending of your location and XML file in skin.conf ## you will need to adjust this file in a few places ## #import dateutil.parser
| Forecast for the rest of $dateutil.parser.parse($FC.getNode('forecast-period',index=$fcIndex).start__time__local).strftime("%A") | #else$dateutil.parser.parse($FC.getNode('forecast-period',index=$fcIndex).start__time__local).strftime("%A %-d %b") | #end if||
|
|
$FC.getNode('forecast-period',index=$fcIndex).text
#if $FC.getNode('forecast-period',index=$fcIndex).getNode('element',type="air_temperature_minimum") is not None
Min $FC.getNode('forecast-period',index=$fcIndex).getNode('element',type="air_temperature_minimum") #else #end if #if $FC.getNode('forecast-period',index=$fcIndex).getNode('element',type="air_temperature_maximum") is not None Max $FC.getNode('forecast-period',index=$fcIndex).getNode('element',type="air_temperature_maximum") #end if |
||
| Full Forecast | |||