On Wednesday, March 11, 2020 at 10:02:59 AM UTC-4, Parsoli 69 wrote: > > Thanks Gary. Frustration took over my fingers, as usual. In essence, > Apache wasn't aware of the conf.d config. In one section for Apache > installations, it says to create a weewx.conf file at > /etc/apache2/conf.d/weewx.conf. conf.d is not a directory so that step > fails. >
not sure which instructions you are referring to by 'one section for Apache installations'. the directory /etc/apache2/conf.d does exist for many apache installations, but it depends on how apache was packaged for the operating system and operating system version. if you would like to understand some of the permutations, the weewx wiki has a page that explains strategies for configuring some of the web server variations: https://github.com/weewx/weewx/wiki/webserver > I ended up creating a sym link shown below to get [ip address]/weewx to > show a page > sudo ln -s /home/weewx/public_html /var/www/html/weewx > that would be 'strategy 3' from the wiki page above. > Webpage still shows 12:30 and no statistics have updated. Temp still the > same, etc...reading more, I'm unsure if using meteobridge in this fashion > will ever work. > it should work > Syslog Tail now shows: > > Mar 11 09:00:17 weather weewx[1067]: vantage: DMPAFT complete: page > timestamp 2020-03-11 08:00:00 CDT (1583931600) less than final timestamp > 2020-03-11 12:30:00 CDT (1583947800) > > So the service is running correctly, but webpage still shows 12:30, same > time/temp/wind/bar, etc....as if page is not updating. Any thoughts? > Maybe a permissions issue? > looks like you have data in the weewx database that have a timestamp that is more recent than the time reported by your system. -- 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/bb1538bd-90ac-4e48-a5ab-2ef4abac3934%40googlegroups.com.
