I have installed Weewx on a Raspberry Pi 4 and get the message on the image above. It weems to be directing the command to the wrong directory.Weewx is installed in /etc/weewx so cannot be found.How do I change the startup command to the correct directory.Is there a way to view the working application on the local pc to test it before uploading to my ftp.What files do I need to put on the ftp to display it.Thanks.
Installed with these 2 commandssudo apt-get update sudo apt-get install weewx
The configuration went through ok.
-------------------------------------------------------------------------
pi@raspberrypi:~/Desktop/weewx/consolewdfiles $ sudo apt-get install weewx
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
sqlite ftp httpd
The following NEW packages will be installed:
weewx
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,572 kB of archives.
After this operation, 5,972 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package weewx.
(Reading database ... 94076 files and directories currently installed.)
Preparing to unpack .../archives/weewx_3.9.2-1_all.deb ...
Unpacking weewx (3.9.2-1) ...
Setting up weewx (3.9.2-1) ...
Setting record_generation to software.
Saved configuration to /etc/weewx/weewx.conf
Processing triggers for systemd (241-7~deb10u1+rpi1) ...
pi@raspberrypi:~/Desktop/weewx/consolewdfiles $
---------------------------------------------------------------------------