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 6:01:37 PM UTC-5, Matthew Van Arsdale wrote: > 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, rich T wrote: >> >> 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 >> /etc/apache2/conf-enabled/weewx.conf >> >> This conf file should contain the following: >> >> +++++++++++++++++++++++++++++++++++++++ >> >> Alias /weewx /home/weewx/public_html >> <Directory /home/weewx/public_html> >> Options FollowSymlinks >> AllowOverride None >> # for apache 2.2 >> Order allow,deny >> Allow from all >> # for apache 2.4 >> Require all granted >> </Directory> >> >> +++++++++++++++++++++++++++++++++++++++++ >> >> If you need to update or add the files, need to restart apache server. >> >> On Sunday, March 1, 2020 at 10:37:01 AM UTC-5, Matthew Van Arsdale wrote: >> >>> 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 >>>> use singular units; so foot not feet, meter not meters etc. In your case >>>> you want: >>>> >>>> altitude = 623, foot >>>> >>>> Gary >>>> >>>> -- 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/b931d10b-8348-4287-b07f-f1dab2166698%40googlegroups.com.
