[[FTP]] (obfuscated)
# FTP'ing the results to a webserver is treated as just another
report,
# albeit one with an unusual report generator!
skin = Ftp
# If you wish to use FTP, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = true
user = ********
password = ***********
server = ftp.n8aay.net
path = /weather/4.8
# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = False
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx
# Most FTP servers use port 21
port = 21
# Set to 1 to use passive mode, zero for active mode
passive = 1
[[RSYNC]]
# rsync'ing to a webserver is treated as just another report
skin = Rsync
# If you wish to use rsync, you must configure passwordless ssh
using
# public/private key authentication from the user account that weewx
# runs to the user account on the remote machine where the files
# will be copied.
#
# If you wish to use rsync, set "enable" to "true", then
# fill out server, user, and path.
# The server should appear in your .ssh/config file.
# The user is the username used in the identity file.
# The path is the destination directory, such as
/var/www/html/weather.
# Be sure that the user has write permissions on the destination!
enable = false
server = replace_me
user = replace_me
path = replace_me
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = /var/www/html/weewx
# Rsync can be configured to remove files from the remote server if
# they don't exist under HTML_ROOT locally. USE WITH CAUTION: if you
# make a mistake in the remote path, you could could unintentionally
# cause unrelated files to be deleted. Set to 1 to enable remote
file
# deletion, zero to allow files to accumulate remotely.
delete = 0
On Tuesday, August 23, 2022 at 8:17:55 AM UTC-4 [email protected] wrote:
> We need to see the ftp section of the weewx.conf file in order to help
>
> On Tue, Aug 23, 2022, 8:11 AM Eric Gammeter <[email protected]> wrote:
>
>> Okay- Looking on my web site target directory (/weather/4.8) there are
>> not any .css or .js files present, only .png and .html files. What steps
>> will I need to re-populate them? I guess I am reliant upon WEEWX to ftp
>> whatever files it needs to operate.
>>
>> On Monday, August 22, 2022 at 5:00:21 PM UTC-4 [email protected]
>> wrote:
>>
>>> Can you confirm on the target of the website that seasons.css file is
>>> there? Matt responded earlier that if you use the developer tools in your
>>> browser, you will see that the seasons.css file is missing on your apache
>>> web server directory.
>>>
>>> Since you are FTP'ing the files, verify that you are grabbing all the
>>> files from the source directory. It should include .js, .css, and .png, and
>>> .html files.
>>>
>>> DDJ
>>>
>>> On Mon, Aug 22, 2022 at 3:34 PM Eric Gammeter <[email protected]> wrote:
>>>
>>>> I have WEEWX running on the Rpi3; also on that Rpi is Apache web
>>>> server. From there, all I know of is the WEEWX ftp process to upload
>>>> files
>>>> to my web site. I access my web site file manager and see all (37?) files
>>>> there. So- the only mirroring I know of is WEEWX ftp'ing up to the web
>>>> site. I installed WEEWX using the DEB package.
>>>>
>>>> On Monday, August 22, 2022 at 11:16:27 AM UTC-4 matthew wall wrote:
>>>>
>>>>> the seasons.js and seasons.css files are not on your public-facing web
>>>>> server. so whatever mechanism you use to mirror your pi to n8aay.net
>>>>> is not copying all of the files.
>>>>>
>>>>> use the 'developer tools' option in your web browser to diagnose this
>>>>> kind of problem. that will provide lots of information about which files
>>>>> are loaded, which css attributes are applied (or not), javascript errors,
>>>>> etc.
>>>>>
>>>>> On Monday, August 22, 2022 at 9:58:25 AM UTC-4 [email protected] wrote:
>>>>>
>>>>>> Just to reiterate my situation: When I view my local Rpi ip address:
>>>>>> 192.168.1.38/weewx) I see the full graphic-laden screen. That is
>>>>>> good! When I view my internet source (https://www.n8aay.net) I see
>>>>>> only the text-only version.
>>>>>>
>>>>>
>>>>> [image: no-js-css.png]
>>>>>
>>>> --
>>>>
>>> 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/c8a13bf2-af31-486e-8382-1cc0e0b922a3n%40googlegroups.com
>>>>
>>>> <https://groups.google.com/d/msgid/weewx-user/c8a13bf2-af31-486e-8382-1cc0e0b922a3n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> 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/00b4efbf-4d61-426e-96a4-3ef6e48769b8n%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/weewx-user/00b4efbf-4d61-426e-96a4-3ef6e48769b8n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
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/e5afb1d2-5d58-4d96-a367-96dade9cbbfdn%40googlegroups.com.