Ok, this

  # Where the generated reports should go, relative to WEEWX_ROOT

     HTML_ROOT = /var/www/html/weewx
>

tells me you have a .deb (or dpkg) weeWX install. Not sure why the parsing 
error appeared, directory public_html does not exist on a .deb install but 
that should not give a parsing error. No matter. I assume you are back to 
having this error:

Aug 28 19:00:17 debian weewx[30456]: cheetahgenerator: Generate failed with 
> exception '<type 'exceptions.OSError'>'
> Aug 28 19:00:17 debian weewx[30456]: cheetahgenerator: **** Ignoring 
> template /etc/weewx/skins/ss/index.html.tmpl
> Aug 28 19:00:17 debian weewx[30456]: cheetahgenerator: **** Reason: [Errno 
> 2] No such file or directory: '/etc/weewx/skins/ss/index.html.tmpl'
> Aug 28 19:00:17 debian weewx[30456]: ****  Traceback (most recent call 
> last):
> Aug 28 19:00:17 debian weewx[30456]: ****    File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 327, in generate
> Aug 28 19:00:17 debian weewx[30456]: ****     
>  filtersLib=weewx.cheetahgenerator)
> Aug 28 19:00:17 debian weewx[30456]: ****    File 
> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1259, in 
> __init__
> Aug 28 19:00:17 debian weewx[30456]: ****      self._compile(source, file, 
> compilerSettings=compilerSettings)
> Aug 28 19:00:17 debian weewx[30456]: ****    File 
> "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1546, in 
> _compile
> Aug 28 19:00:17 debian weewx[30456]: ****      self._fileMtime = 
> os.path.getmtime(file)
>

Did you check that all of the SteelSeries skin files are where they should 
be? With a deb install your skins directory will be /etc/weewx/skins. If 
you copied the SteelSeries skin files over you should have a directory 
/etc/weewx/skins/ss and in that directory you should have the file 
index.html.tmpl. Is this file there? If not it needs to be copied over. 
Also if index.html.tmpl is not there it begs the question are the other 
files there as well, I am guessing skin.conf is there or the skin would not 
be processed. 

On the other hand if you are no longer getting the above error, are you 
getting any errors in your log or none at all?

Gary

On Tuesday, 29 August 2017 10:06:35 UTC+10, Robert Schneider wrote:
>
> This what i had to to stop geting Err 
> But this not working 
>
>
> [StdReport]
>
>  
>     
>
>     # Where the skins reside, relative to WEEWX_ROOT
>     SKIN_ROOT = /etc/weewx/skins
>     
>     # Where the generated reports should go, relative to WEEWX_ROOT
>      HTML_ROOT = /var/www/html/weewx
>      
>
>     [[SteelSeries]]
>         skin = ss
>         HTML_ROOT = /var/www/html/weewx/ss
>
> On Monday, August 28, 2017 at 7:48:33 PM UTC-4, Robert Schneider wrote:
>>
>> its telling me to added 
>>  [StdReport]
>>     ...
>>     [[SteelSeries]]
>>         skin = ss
>>         HTML_ROOT = public_html/ss
>> wen i added i get this Err
>> root@debian:~# sudo tail -f /var/log/syslog
>> Aug 28 19:45:57 debian systemd[1]: Starting LSB: weewx weather system...
>> Aug 28 19:45:57 debian weewx[30792]: engine: Initializing weewx version 
>> 3.7.1
>> Aug 28 19:45:57 debian weewx[30792]: engine: Using Python 2.7.13 
>> (default, Jan 19 2017, 14:48:08) #012[GCC 6.3.0 20170118]
>> Aug 28 19:45:57 debian weewx[30792]: engine: Platform 
>> Linux-4.9.0-3-686-pae-i686-with-debian-9.1
>> Aug 28 19:45:57 debian weewx[30792]: engine: Locale is 'en_US.UTF-8'
>> Aug 28 19:45:57 debian weewx[30792]: engine: pid file is 
>> /var/run/weewx.pid
>> Aug 28 19:45:57 debian weewx[30782]: Starting weewx weather system: weewx.
>> Aug 28 19:45:57 debian systemd[1]: Started LSB: weewx weather system.
>> Aug 28 19:45:57 debian weewx[30796]: engine: Error while parsing 
>> configuration file /etc/weewx/weewx.conf
>> Aug 28 19:45:57 debian weewx[30796]: ****    Reason: 'Parsing failed with 
>> several errors.#012First error at line 188.'
>>
>>
>> On Monday, August 28, 2017 at 7:37:14 PM UTC-4, Robert Schneider wrote:
>>>
>>> Will do thanks 
>>>
>>> On Monday, August 28, 2017 at 7:11:53 PM UTC-4, gjr80 wrote:
>>>>
>>>> That's a little different to the original problem, no matter. The 
>>>> template file that is used to generate the SteelSeries HTML page cannot be 
>>>> found. Go back and check the weeWX SteelSeries install instructions 
>>>> carefully making sure (and verify) everything has been copied to the 
>>>> correct directories on the weeWX machine.
>>>>
>>>> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to