It is possible the error is to do with the first records in your archive
rather than the latest, though this would only likely be the case if your
NOAA format files have never been generated (otherwise the 2023 NOAA year
would currently be being generated, and since you are using WeeWX v3.9.2 I
Hi,
I am testing the wdc skin and have set the html document root to
/var/www/html/weather/wdc
If I go to https://weather.ubeaut.work/wdc/ (because I am testing and want
to leave my other webpages) it shows the wdc index.html which is good.
If I click on any of the menu items eg Today week mont
Hi Greg! Please set the base_path in skin.conf to '/wdc/':
base_path = /wdc/
See
https://github.com/Daveiano/weewx-wdc/wiki/WeeWX-related#setting-html_root-and-basepath
and https://github.com/Daveiano/weewx-wdc/wiki/Configuration#extras. This
should resolve the problem.
Greg from Oz schrieb
Yes that works.
I did a grep of the whole directory and sub directories looking for that
and missed it.
But I was looking for get_base_path and not just base_path
Thanks again.
On Thursday, 8 June 2023 at 19:05:48 UTC+10 David Bätge wrote:
> Hi Greg! Please set the base_path in skin.conf to '/
Hello , I installed weewx on a Pi zero-w using nginx last year running a
Lacrosse 2315 ws, I kept getting the same 403 error, what I did find out
after redoing the software several times is that it takes several minutes
to load the weather data after the pi zero has been restarted and it has
wo
11:34:22 raspberrypi systemd[1]: Stopping LSB: weewx weather system...
Jun 8 11:34:22 raspberrypi weewx[9085]: engine: Received signal TERM (15).
Jun 8 11:34:22 raspberrypi weewx[9085]: engine: Main loop exiting.
Shutting engine down.
Jun 8 11:34:26 raspberrypi weewx[9085]: restx: MQTT: Failed
I am trying to use an existing database with a new weeWX install. I copied
the existing database into /var/lib/weewx and restarted weeWX. I then ran
wee_debug --info and I see:
Archive info
Database name:weewx.sdb
Table name: archive
Version 4.0
Unit sy
Obviously, this is not the same database. Double check your steps. You can
also start weewxd, then look at the log. Perhaps it's not using the
database you think it is using?
Your original database has some bad timestamps, probably from a bad clock.
It's easy enough to get rid of them. See the wik
Thanks,
I had to change permissions on the file and directory. I see the correct
number of records now. Now I need to figure out how to get the Belchertown
skin records to use the entire database.
On Thursday, June 8, 2023 at 4:09:02 PM UTC-7 Tom Keffer wrote:
> Obviously, this is not the sa