On Saturday, December 24, 2016 at 5:54:20 PM UTC-5, Jerry Simonowits wrote: > > I started up weewx as: > > sudo weewx weewx.conf > > I then get an error message, because the configuration file is in > /etc/weewx not in /home/pi > > if I do a cd /etc/weewx and try to run it there, it can’t find the program. > > OK, it’s been years since I’ve seriously used Unix of any kind directly. > Any clues as to tell it how to find the config file ? >
you should be able to do: sudo weewxd /etc/weewx/weewx.conf the weewx daemon is called 'weewxd', not 'weewx' m -- 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]. For more options, visit https://groups.google.com/d/optout.
