Appreciated.

One thing I don't think is mentioned in the linked thread (but you must 
have worked it out since you previously got alltime tags working) is you 
will need to tell the Standard skin to load the xstats search list. You do 
this by adding a line to the Standard skin.conf:

[CheetahGenerator]
    search_list_extensions = user.xstats.ExtendedStatistics
    [[ToDate]]

If there happens to already be a search_list_extensions setting in skin.conf 
(there 
shouldn't be) then instead append a comma followed by the 
user.xstats.ExtendedStatistics:

    search_list_extensions = some.other.extension, 
user.xstats.ExtendedStatistics

Gary
On Thursday 12 September 2024 at 17:34:26 UTC+10 [email protected] wrote:

> Well ThankYou*10^100
>
> On Thursday 12 September 2024 at 13:52:19 UTC+12 gjr80 wrote:
>
>> The problem is the extension installer is not finding the xstats 
>> extension files in /usr/share/doc/weewx/examples/xstats. Creating the 
>> directory just creates an empty directory but none of the xstats files will 
>> be present. I know the readme says /usr/share/doc/weewx/examples/xstats, 
>> but have a look in /etc/weewx, is there a directory named examples? If 
>> so does it contain a directory named xstats and if so does it contain 
>> the xstats extension files? If it does try this command instead:
>>
>> $ sudo weectl extension install /etc/weewx/examples/xstats
>>
>> Note that if you install the xstats extension using weectl extension the 
>> example xtstats web page will be generated each report cycle. You don't 
>> need this file so you might as well disable its generation in weewx.conf. 
>> To do this locate the [StdReport] [[xstats]] stanza and add a line enable 
>> = false as follows:
>>
>> [StdReport]
>>     ....
>>     [[xstats]]
>>         skin = xstats
>>         HTML_ROOT = xstats
>>         enable = false
>>
>> or you can just delete the entire [[xstats]] stanza. Either or.
>>
>> On Wednesday 11 September 2024 at 19:21:49 UTC+10 [email protected] 
>> wrote:
>>
>> Thank you Gary, do you have a favorite charity? I would like to make a 
>> donation to it for your
>>
>>  
>> Not really. I am more than happy with just a 'thank you'
>>
>> Gary
>>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7cf00b9d-3afa-449b-b331-005896d45176n%40googlegroups.com.

Reply via email to