--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3cc40cb8-3fa0-4ece-b3dd-1e8a0a056d66o%40googlegroups.com.
Hi,The functionality that is not working is getting data from the weewx database in realtime and storing it in the json_day directory. Since you are hosting the template on a different machine than your weewx machine you must setup the remote web server section of weewx.conf called Weather34RemoteWebServer. If you do not have this section in your weewx.conf then the version of the template you are running does not support it. You then would need to contact Ian to get the latest version of the template that supports the remote web server. The is also a config setting in settings1.php that also needs to be setup. Finally you will need to have ssh keys setup between the two machines so rsync can be run.