--
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/XQjAgjwRff8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The Vantage Vue Console unfortunately needs the WeatherLink Package to connect. It is pricey and you don't use the software since you are using weewx. You just use the board that goes in the console for the USB connectivity.
I started up weewx as:sudo weewx weewx.confI then get an error message, because the configuration file is in /etc/weewx not in /home/piif 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 ?
If weewx was installed using setup.py, you must tell Apache where to find the weewx reports. One method is to install an Apache configuration snippet:
sudo cp util/apache/conf.d/weewx.conf /etc/apache2/conf.d
Be sure that the path in the Apache configuration snippet matches the HTML_ROOT defined in the weewx configuration file. For example, the path for a default setup.py installation would look like this:
Alias /weewx /home/weewx/public_html <Directory /home/weewx/public_html> Options FollowSymlinks AllowOverride None </Directory>
Restart Apache to make the changes happen:
sudo /etc/init.d/apache2 restart
--
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+unsubscribe@googlegroups.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/XQjAgjwRff8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.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/XQjAgjwRff8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.