did you change the permissions for weewx web folder
/var/www/html/weewx
or
/home/weewx/public_html
whichever you are using ?
The example for the first path would be
sudo chmod -R 755 /var/www/html/weewx
only then the Apache webserver has the permission to read (and display) the /var/www/html/weewx folder content
(for a /home/weewx installation the command
would be:
sudo chmod -R 755
/home/weewx/public_html )
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b43bca91-0b12-42c0-b4db-dc06cfcf1fe0n%40googlegroups.com.
what do you get when you enter just the
RaspberryPi IP address in your browser ?
you should get the standard webserver page (Apache2 Debian
Default Page)
does this work ?
if so, has the folder /var/www/html/weewx
been created in the first place ?
can you see the folder in the Raspi File Manager ?
has weewx written the skin files into that directory ? (there
should be a lot of .png files and the index.html file)
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/eb612886-cc2a-4d0d-9c06-1486203b4c13n%40googlegroups.com.