I will try $seven_day rather than $week.
When I tried $span($day_delta=7) instead of $week I got the errors.
I have looked back in my log at the error messages and they are shown below, I have since gone back to using $week
Sep 4 11:35:15 Pi3-Weewx weewx[5658] INFO weewx.manager: Added record 2020-09-04 11:35:00 BST (1599215700) to database 'weewx.sdb'
Sep 4 11:35:15 Pi3-Weewx weewx[5658] INFO weewx.manager: Added record 2020-09-04 11:35:00 BST (1599215700) to daily summary in 'weewx.sdb'
Sep 4 11:35:15 Pi3-Weewx weewx[5658] INFO weewx.restx: PWSWeather: Published record 2020-09-04 11:35:00 BST (1599215700)
Sep 4 11:35:15 Pi3-Weewx weewx[5658] INFO weewx.restx: Wunderground-PWS: Published record 2020-09-04 11:35:00 BST (1599215700)
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: Generate failed with exception '<class 'NameMapper.NotFound'>'
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** Ignoring template /home/weewx/skins/Seasons/index.html.tmpl
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** Reason: cannot find 'maxtime' while searching for 'wind.maxtime'
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last):
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** File "/home/weewx/bin/weewx/cheetahgenerator.py", line 322, in generate
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond()
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_Seasons_index_html_tmpl.py", line 309, in respond
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** File "/usr/lib/python3/dist-packages/Cheetah/Template.py", line 1707, in _handleCheetahInclude
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** File "cheetah__home_weewx_skins_Seasons_hilo_inc_1599215717_0843155_15331.py", line 372, in respond
Sep 4 11:35:17 Pi3-Weewx weewx[5658] ERROR weewx.cheetahgenerator: **** NameMapper.NotFound: cannot find 'maxtime' while searching for 'wind.maxtime'
Sep 4 11:35:17 Pi3-Weewx weewx[5658] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 2.57 seconds
Sep 4 11:35:19 Pi3-Weewx weewx[5658] INFO weewx.imagegenerator: Generated 14 images for report SeasonsReport in 1.14 seconds
In hilo.ic
The section showing when the max wind occurred, I copied the variable from the tooltip for that section as tooltips don't work on my iPad in Safari?
<tr>
<td class="label">Wind Max</td>
#for $archive in $archive_data
<td class="data new_row hilo_$archive[0]">
<span title="$archive[1].wind.maxtime">
$archive[1].wind.max.format(add_label=False) ($archive[1].wind.maxtime)</span><br/>
$archive[1].wind.gustdir.format(add_label=False)
</td>
#end for
<td class="units">
$unit.label.wind<br/>
$unit.label.windDir
</td>
</tr>
Will let you know how I get on using $seven_day
Regards
Phil