Phil Bilboe <[email protected]> wrote:
I pretty sure weewx is running the simulator, however I get Firefox can’t find the file at /var/www/html/weewx/index.html. when I paste into my web browser.
The files are on the computer that runs weewx, not your local computer. You will need a webserver that serves the diretory `/var/www/html/weewx`. For testing purpose you could go into that directory (on your Raspberry? you didn't told us where your WeeWX is running) and run a simple http server with python: `python -m http.server`. You would then browser this via Firefox with `http://192.168.1.13:8000` where this would be the address of the computer that runs WeeWX. If you want this to be running at all time I suggest installing Apache2 or Nginx webserver (`apt get apache2` or `apt get nginx`). -- If you tell the truth, you don't have to remember anything. - Mark Twain -- 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/%24wvvpctzst-%24DxdSQGd-%24VscdV-2024%40odin.oe7drt.com.
