The log will tell you where reports are being written. Look for a line like the following:
Jul 12 00:20:07 charlemagne weewx[22501] INFO weewx.reportengine: Copied 119 files to /home/weewx/public_html > On Jul 13, 2020, at 6:58 AM, Michael Grossie <[email protected]> wrote: > > > Andrew, > > Thanks for the response - That answered my question regarding the Simulator > Station. I now need to find out where the data it is generating is going. > > > Michael H Grossie > [email protected] > > >> On Mon, Jul 13, 2020 at 12:18 AM Andrew Milner <[email protected]> >> wrote: >> setting station type to simulator effectively creates a station which >> pretends to create data and gives the data to weewx. weewx then does >> everything it should do with the 'received' data including generate reports. >> it will also store the dta in the database, so when you have finished using >> simulator you will need to clear out the simulation data from the database - >> usually just deleting the database file is sufficient. >> >> >>> On Monday, 13 July 2020 01:01:25 UTC+3, Michael Grossie wrote: >>> Andre, >>> Thanks for the response - in the [StdReport] section of the weewx.conf, it >>> shows, "where generated reports should go, relative to WEEWX_ROOT >>> HTML_ROOT= public_HTML" >>> >>> Since the station is set to Simulation, will there be any reports generated? >>> >>> TIA >>> >>> >>> Michael H Grossie >>> [email protected] >>> >>> >>>> On Sun, Jul 12, 2020 at 2:41 PM Andre <[email protected]> wrote: >>>> First, take a look to your weewx.conf >>>> Section [StdReport] >>>> There is HTML_ROOT = /path/name/path >>>> >>>> If you have only have one website you can point to your default Apache2 >>>> path or you can edit your /etc/apache2/sites-available/000-default.conf >>>> After editing restart Apache2 with sudo /etc/init.d/apache2 restart >>>> >>>> >>>> Am Sonntag, 12. Juli 2020 20:59:03 UTC+2 schrieb Michael Grossie: >>>>> >>>>> Answered one of my questions - I changed the Weather Station to Simulator >>>>> and the weewx/public_HTML folder was created and populated. >>>>> However running http://localhost/weewx yields the Page Not Found error. >>>>> >>>>> >>>>> Michael H Grossie >>>>> [email protected] >>>>> >>>>> >>>>>> On Sun, Jul 12, 2020 at 12:18 PM Michael Grossie <[email protected]> >>>>>> wrote: >>>>>> This is a very old thread - but it relates to my question - with the >>>>>> exception of Ubuntu >>>>>> Raspberry Pi 2 B >>>>>> Raspbian Stretch >>>>>> Station: Argent WS1 >>>>>> >>>>>> I have got Apache2 installed, followed the setup and completed the >>>>>> Apache configuration snippet. I have checked and the various files and >>>>>> directories are in place, however I do not find the >>>>>> /home/weewx/public_html file. >>>>>> Since I am not connected to active weather instruments at this time, >>>>>> could it be that this file will not be created until the weewx program >>>>>> receives data - >>>>>> the http://localhost/weewx gives me a 404 page not found error. >>>>>> >>>>>> TIA >>>>>> >>>>>>> On Friday, September 16, 2016 at 2:28:31 PM UTC-5 [email protected] >>>>>>> wrote: >>>>>>> How did you guys configure Apache? >>>>>>> Apache2 for instance is able to serve multiple/different sites from >>>>>>> different directories based on the requesting url. >>>>>>> I created a virtualhost in Apache based on the url, which tells Apache >>>>>>> to serve the weewx pages from the directory where they are located. >>>>>>> You could read this: >>>>>>> https://help.ubuntu.com/lts/serverguide/httpd.html >>>>>>> >>>>>>> i placed >>>>>>> >>>>>>> DocumentRoot /var/www/weewx >>>>>>> >>>>>>> In the configuration file for the site, and this works >>>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to a topic in the >>>>>> Google Groups "weewx-user" group. >>>>>> To unsubscribe from this topic, visit >>>>>> https://groups.google.com/d/topic/weewx-user/kzXjvLjWI-k/unsubscribe. >>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>> [email protected]. >>>>>> To view this discussion on the web visit >>>>>> https://groups.google.com/d/msgid/weewx-user/7ff66258-27e1-4418-83c2-11ed49e5c77an%40googlegroups.com. >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "weewx-user" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/weewx-user/kzXjvLjWI-k/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/weewx-user/0a0eeb25-e5b4-4767-a254-92168ff6ed72o%40googlegroups.com. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "weewx-user" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/weewx-user/kzXjvLjWI-k/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/1b232c4f-e536-4ab5-9952-ea862c0576cfo%40googlegroups.com. > > -- > 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/CAJBcQpVDsV6kNeLXnY_xgFtqNnVbu1CBmVb7rgeJDRPJ7A1rpA%40mail.gmail.com. -- 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/D4A70C86-77B8-4505-AFF5-E7F12A0C7714%40johnkline.com.
