This is a new install (today) on an existing Davis station. I am running 
weewx and apache2 on the same machine, which is a Raspberry Pi running 
Ubuntu 20.04. I installed using the "setup.py" method, so I expect to see 
my html data in public_html. If I run "bin/weewxd weewx.conf" I do see 
looping data so I know it is able to get data from the console. If I view 
the /public_data/index.html file I do see my data but it is unformatted 
without tables, skins, and graphs, also it is three days old like it was 
stored on the console. My /etc/apache2/conf.d file shows:

Alias /weewx /home/weewx/public_html
<Directory /home/weewx/public_html>
  Options FollowSymlinks
  AllowOverride None
</Directory>

which I thought would tell Apache2 where to publish the output data. Like I 
said, I just did this today so it wouldn't be too heartbreaking if I have 
to start over but I was hoping for an easy fix. Anybody have an idea what I 
might be overlooking? Using SQLite.

Thanks!
Jimmy K

-- 
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/d12d0530-7c22-4196-9a67-ac28917c567fn%40googlegroups.com.

Reply via email to