[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = true
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = true
HTML_ROOT = /var/www/html/weewx/smartphone
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = true
HTML_ROOT = /var/www/html/weewx/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false
Station uses VANTAGE weather station.
Version: 4.8.0
--
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/0c23f1d6-4c73-4dd8-8f01-d1fe1705d1e0n%40googlegroups.com.
--
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.
--
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/c8a13bf2-af31-486e-8382-1cc0e0b922a3n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/00b4efbf-4d61-426e-96a4-3ef6e48769b8n%40googlegroups.com.
[[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
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d3b2f0bf-8617-4b33-ac81-c9f8bbaa4e69n%40googlegroups.com.
RESOLVED. I went ahead and reimaged my Rpi and reinstalled WEEWX. Everything to my knowledge working fine now! Thanks for your input!
/Eric G.
From: weewx...@googlegroups.com <weewx...@googlegroups.com> On Behalf Of Doug Jenkins
Sent: Tuesday, August 23, 2022 8:18 AM
To: weewx...@googlegroups.com
Subject: Re: [weewx-user] Re: problem with INDEX.HTML file version
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 <n8a...@gmail.com> 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 do...@dougjenkins.com 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 <n8a...@gmail.com> 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 n8a...@gmail.com 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.
--
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/c8a13bf2-af31-486e-8382-1cc0e0b922a3n%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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/00b4efbf-4d61-426e-96a4-3ef6e48769b8n%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/rAkfO7sy6wI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CACC0i0yNgPbskuP8T0%3DZNFTr0NJFtf%3DCqy2fToFJVKB6NwbSwQ%40mail.gmail.com.