You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hallo,
i have installed weewx 5 Hi, I installed weewx5 via pip. What I unfortunately don't understand in the instructions, how do I access the data in the browser? The IP on the local network is 192.168.2.27. And do I need a websever like apache2?
michael.k...@gmx.at
unread,
Jan 8, 2024, 9:20:38 AM1/8/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Yes and no, there are so many possibilities. For the narrow context, given you want to access the pages weewx created, on the machine, weewx is running: you need a webserver on that machine. Once this is set up, you need to have the pages accessible to the webserver. This can easily be done creating a symlink from the servers html root to the folder, where the pages reside.
puckthefly
unread,
Jan 8, 2024, 11:40:16 AM1/8/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Thanks, I was able to solve the problem like this, maybe it can help someone else: ln -s ~/weewx-data/public_html/ /var/www/html chmod o+x /root/weewx-data/public_html/ chmod o+x /root/weewx-data/ chmod o+x /root/