in your skin.conf?
>
> The variables $SummaryByXXX are filled only if there is something to be
> generated.
>
> -tk
>
> On Wed, Mar 22, 2017 at 4:35 PM, Tony Colley wrote:
>
>> I have the following in an html template:
>>
>> #if $varExists('Sum
I have the following in an html template:
#if $varExists('SummaryByYear')
Years: #echo len($SummaryByYear)
#else
SummaryByYear does not exist
#end if
#if $varExists('SummaryByMonth')
Months: #echo len($SummaryByMonth)
#else
Almost. "trend_dict" is undefined.
So, I looked thru the weewx codebase and found this bit of code in
cheetahgenerator.py that I inserted prior to the "all_stats =
TimespanBinder(timespan)" line in xstats.py:
try:
trend_dict = self.generator.skin_dict['Units']['Trend']
I installed the xstats extension into weewx v3.6.2 on Xubuntu.
I want to output the total heating degree days over the last seven days; so
I put $seven_day.heatdeg.sum in my tmpl file. The template is not processed
and I find the following in syslog:
Mar 8 02:10:16 localhost weewx[1100]: cheet
When updating from 3.6.1 to 3.6.2, I noticed that the new weewx.conf no
longer has the archive_delay setting (in StdArchive). I don't recall
specifically adding this to my weewx.conf, but my memory is unreliable.
Is archive_delay no longer supported?
--
You received this message because you ar