Re: [weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread p q
When I set up my station, I had all kinds of trouble getting Apache to get the right rights and permissions. I ended up moving the weewx publichtml directory to where Apache worked rather than the other way around. On Sun, Mar 1, 2020 at 3:18 PM rich T wrote: > Check out the following link:

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread rich T
Check out the following link: http://www.weewx.com/docs/usersguide.htm , it gives information where all the files are located for different types of installations. I used the "setup.py" method to install, so the apache information is for the setup.py method. On Sunday, March 1, 2020 at

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread Matthew Van Arsdale
I did not have those folders, were they supposed to be created automatically somewhere or is the tutorial I'm following wrong? Should my code be exactly be under Alis /weewx/home/weewx/public_html If my Weewx directory is located in /etc/ ? On Sunday, March 1, 2020 at 10:53:05 AM UTC-5,

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread rich T
Are you still getting this error: Forbidden You don't have permission to access this resource. -- Apache/2.4.38 (Raspbian) Server at 192.168.1.31 Port 80 Do you have the folding file in these folders: /etc/apache2/conf-available/weewx.conf

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-03-01 Thread Matthew Van Arsdale
thank you, Now that thats fixed I'm having problems with weewx.html On Sunday, March 1, 2020 at 1:03:13 AM UTC-5, gjr80 wrote: > > Hi, > > Re altitude the format for the altitude setting is: > > altitude = value, unit > > where unit is foot or meter. You will find in settings, units etc WeeWX

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-02-29 Thread gjr80
Hi, Re altitude the format for the altitude setting is: altitude = value, unit where unit is foot or meter. You will find in settings, units etc WeeWX use singular units; so foot not feet, meter not meters etc. In your case you want: altitude = 623, foot Gary -- You received this message

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-02-29 Thread Matthew Van Arsdale
When I navigate to http://192.168.1.31/weewx/index.html Forbidden You don't have permission to access this resource. -- Apache/2.4.38 (Raspbian) Server at 192.168.1.31 Port 80 -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-02-29 Thread Matthew Van Arsdale
I think I am making progress: # Where the generated reports should go, relative to WEEWX_ROOT HTML_ROOT = /var/www/weewx/index.html I created a few different things thinking that might solve the problem, no luck. *pi@raspberrypi*:*/var/www/html $* ls index.html *weather* *weewx*

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-02-29 Thread Matthew Van Arsdale
Thanks, I went in and changed what I thought was the correct files . I changed this in weewx config # Where the generated reports should go, relative to WEEWX_ROOT HTML_ROOT = /var/www/html/index.html I then ran sudo tail -f /var/log/syslog and got this: *pi@raspberrypi*:*~ $* sudo

[weewx-user] Re: Setting up my Raspberry Pi Zero W to work with my father's Acurite 5 in 1.

2020-02-27 Thread vince
On Thursday, February 27, 2020 at 11:00:58 AM UTC-8, Matthew Van Arsdale wrote: > > Do I need to specify in the weewx.config where the site should be? > Yes. You need the webserver to look in a location weewx is writing its public_html tree to. You can either edit weewx.conf to match your