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/7b2fc6a4-69a0-4187-8163-63f904f86c41%40googlegroups.com.

Reply via email to