problem with INDEX.HTML file version

153 views
Skip to first unread message

Eric Gammeter

unread,
Aug 21, 2022, 3:49:11 PM8/21/22
to weewx-user
Seemingly out of the blue I have a problem with the INDEX.HTML.  IE:  When I look at my Rpi (192.168.1.38/weewx) in a browser locally-  the correct report formatting is there and it looks fine (has all it's graphs); however when I go to the web address (http://www.n8aay.net) the index file that I see there is only "formatted for RSS" (that is:  no graphics, only text).  I did recently upgrade to v 4.8.0 
?   /Thanks, EG

Eric Gammeter

unread,
Aug 21, 2022, 3:51:22 PM8/21/22
to weewx-user
both of the INDEX.HTML files referred to above are updating every 30 minutes.

Eric Gammeter

unread,
Aug 21, 2022, 4:17:22 PM8/21/22
to weewx-user
Aug 21 12:00:55 raspberrypi3WEEWX weewx[606] DEBUG weeutil.ftpupload: 56 ./index.html 522bce22f22f09c2ee428a8373f9f8d72f490b88a1463d82971d8ff3630fa1d2
Aug 21 12:00:55 raspberrypi3WEEWX weewx[606] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/4.8/index.html

 

    [[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

Doug Jenkins

unread,
Aug 21, 2022, 5:27:42 PM8/21/22
to weewx...@googlegroups.com
Eric:

First clear your  browser cache. you can check this by running in-private browsing in either edge or chrome. 

if that doesn't work, we are going to need a lot more information to help. Specifically:

1. What is your web server?
2. What port is your webserver serving weewx (assuming 80)
3. How are you routing your n8aay.net domain to your local RPi?
4. Do you have your firewall properly configured to route incoming 80/443 traffic to your RPi?

--
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.

Doug Jenkins

unread,
Aug 21, 2022, 5:30:04 PM8/21/22
to weewx...@googlegroups.com
The other thing to check is make sure you have the permissions set correctly for your web server account to access the subdirectories that are published. One thing I do is make sure the target public_html directly has read/write permissions for the weewx account and read permissions that are inheritable by the webserver account.

Once that is set, I clear the public_html directly completely (all files and folders) and restart weewx. it will recreate everything (including the folders) with the correct permissions.



On Sun, Aug 21, 2022 at 12:17 PM Eric Gammeter <n8a...@gmail.com> wrote:
--

Eric Gammeter

unread,
Aug 22, 2022, 1:58:25 PM8/22/22
to weewx-user
Well-  I admit I am not that proficient with linux- enough for me to check permissions on things (web server)-  I have now cleared my browser (Firefox) cache: no joy.  I have had WEEWX up and running for a number of years now- and I have managed to upgrade it from 1 version to the next version.  Perhaps there is a way I could re-install WEEWX?  As long as I maintain my WEEWX.SDB database file!  I want to retain all my WX history.  
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.  I can tell that this is a "situation" with the INDEX.HTML file.  In both situations the files are updated with the correct current time/date.  I have tried this on 2 different PC's here at home on my LAN- with the same result.  I also tried it on my smart phone browser when I was away from my home LAN: no joy there.  
The only 'thing' I have done recently is to upgrade from the previous WEEWX version- to the newest version (4.8.0); and even after I upgraded to 4.8.0 it was working just fine; nominally.  I appreciate your assistance.   /EricG     

matthew wall

unread,
Aug 22, 2022, 3:16:27 PM8/22/22
to weewx-user
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. 

no-js-css.png 

Eric Gammeter

unread,
Aug 22, 2022, 7:34:26 PM8/22/22
to weewx-user
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. 

Doug Jenkins

unread,
Aug 22, 2022, 9:00:21 PM8/22/22
to weewx...@googlegroups.com
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

--
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.

Eric Gammeter

unread,
Aug 23, 2022, 12:11:52 PM8/23/22
to weewx-user
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. 

Doug Jenkins

unread,
Aug 23, 2022, 12:17:55 PM8/23/22
to weewx...@googlegroups.com
We need to see the ftp section of the weewx.conf file in order to help

Eric Gammeter

unread,
Aug 23, 2022, 1:32:19 PM8/23/22
to weewx-user

[[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

Eric Gammeter

unread,
Aug 23, 2022, 1:39:33 PM8/23/22
to weewx-user
here is the ftp section from syslog
Aug 22 23:30:23 raspberrypi3WEEWX weewx[602] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.
Aug 22 23:30:23 raspberrypi3WEEWX weewx[602] DEBUG weewx.reportengine: Running report 'FTP'
Aug 22 23:30:23 raspberrypi3WEEWX weewx[602] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Aug 22 23:30:23 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Attempting connection to ftp.n8aay.net
Aug 22 23:30:23 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: FTP encoding not supported, ignoring.
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Connected to ftp.n8aay.net
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 0 ./telemetry.html 74decdc70c9f01a8ec003b56a4e413642983d67acf1155a50d22f04828a6b74c
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/telemetry.html to /weather/4.8/telemetry.html
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 1 ./celestial.html c3007ec0281c5103ecdfa9bee6cbfa601757ed8cf3b0e6c7932dc379402e9803
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/celestial.html to /weather/4.8/celestial.html
Aug 22 23:30:25 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 2 ./daytempleaf.png eb58dd536008095440fdf2b1c848eaea572ec2896f5de82e93e2823dba8e3592
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempleaf.png to /weather/4.8/daytempleaf.png
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 3 ./daywinddir.png 052912eb94c903028546f62009d4230e5b3ec98e5b329b2b928d5c2a419aad2c
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywinddir.png to /weather/4.8/daywinddir.png
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 4 ./daytempin.png c54b1a3cde478b7da4d3ae3db3fe79dd34090d551d718b59efde8aa4bb0d259d
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempin.png to /weather/4.8/daytempin.png
Aug 22 23:30:26 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 5 ./daybarometer.png adb11e6ba744394f18e2b5347cbee1e04cd72c80a92d458a94f6eff90b148c70
Aug 22 23:30:27 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daybarometer.png to /weather/4.8/daybarometer.png
Aug 22 23:30:27 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 6 ./statistics.html 26bf33fdec867b98e565141abb273ae899a03d2155ea7224583895a5cefc23f2
Aug 22 23:30:27 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/statistics.html to /weather/4.8/statistics.html
Aug 22 23:30:27 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 7 ./daymoistsoil.png 6efde047123d0a5c4c8829dc5e603f88fd6a9f80d3c40c6c44272aeba90c2e31
Aug 22 23:30:28 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daymoistsoil.png to /weather/4.8/daymoistsoil.png
Aug 22 23:30:28 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 8 ./dayrain.png 73c3004d753e102b2119814852a0ef1045489239946b36c219f8742df23461c1
Aug 22 23:30:28 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrain.png to /weather/4.8/dayrain.png
Aug 22 23:30:28 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 9 ./daywindvec.png da557a14590f592873244f956c5d082191eed5d68182e0dc77d4dcaf379e6dd9
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywindvec.png to /weather/4.8/daywindvec.png
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 10 ./daytempdew.png 79445850ebf6180dd454b824aeeeb69858ebcad87c413d36a5bc0772067eb6a4
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempdew.png to /weather/4.8/daytempdew.png
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 11 ./daywetleaf.png 5d55af7dea9a79ab040732f5459fe74b648ded87492bd13323695c7649dd7e20
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywetleaf.png to /weather/4.8/daywetleaf.png
Aug 22 23:30:29 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 12 ./daywind.png 114699f82e7cfc70b1f402baa29dab66fdbd8d2229335b094a9250160855d788
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daywind.png to /weather/4.8/daywind.png
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 13 ./dayhum.png 7303250843b3dc248f820ab453aac85679595bfcb0411d92e79632ffd5eae94d
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhum.png to /weather/4.8/dayhum.png
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 14 ./tabular.html 7aa3b051925234a829d845ed269af24a15873c968e96df2fad84e0c7d4615a4a
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/tabular.html to /weather/4.8/tabular.html
Aug 22 23:30:30 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 15 ./daytempfeel.png a740442c46b22dd5a5aca410234d7f64acdf2d8b7755da3093506caf74bd20c8
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempfeel.png to /weather/4.8/daytempfeel.png
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 16 ./dayET.png 0ee158b3fd98c423b1cfa5b948993c7dfe008c41ef7598c04e58b64eb061fa94
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayET.png to /weather/4.8/dayET.png
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 17 ./daytempsoil.png 47fde959b21171d6c92bf59cd18edc25da61210c4d2cc2fd8588ade907b4c387
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/daytempsoil.png to /weather/4.8/daytempsoil.png
Aug 22 23:30:31 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 18 ./dayvolt.png 6d10e92534c143121f45f47c28761816910c1ece5ce24dc520a5cb5816b94296
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayvolt.png to /weather/4.8/dayvolt.png
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 19 ./rss.xml 5498662597a5cfb2afaf37338ceecda8a2128aa6d1a0fad1579eb5ff08602c6d
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/rss.xml to /weather/4.8/rss.xml
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 20 ./dayrx.png cd5883bb9f1388f9ac536e809b020980757c05b77b7a7eea9dc72e06ee7dfc80
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayrx.png to /weather/4.8/dayrx.png
Aug 22 23:30:32 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 21 ./dayhumin.png d5f78fa7f287a7a229c462b6facecf13bb8b3b6e8fbcf9e389c693143bdf3ccc
Aug 22 23:30:33 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/dayhumin.png to /weather/4.8/dayhumin.png
Aug 22 23:30:33 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 22 ./index.html 74057675eec0ab4d7a3e04e83b37a60ea57da5044b650ee72e8157b06e6591d5
Aug 22 23:30:33 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/index.html to /weather/4.8/index.html
Aug 22 23:30:33 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 23 ./mobile/dayrain.png 765bc21f39ceaeeb77486a5369cf66350d4822186b08b0d6da8baf0a25dafbb8
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/mobile/dayrain.png to /weather/4.8/mobile/dayrain.png
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 24 ./mobile/daytempdew.png cc84df03988e35b28f3e172824549b4eee30b05cf1a2cb52ddf48f0bdf6304b9
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/mobile/daytempdew.png to /weather/4.8/mobile/daytempdew.png
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 25 ./mobile/daywind.png 249473490ea1f14332c84efea12d62ba663eefeb81f1895664f278ccdabc1949
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/mobile/daywind.png to /weather/4.8/mobile/daywind.png
Aug 22 23:30:34 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 26 ./mobile/daytempfeel.png 6cdd7ed655cbe61025a92601eff52d8806e7394a259e810c19c3b451a2b85944
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/mobile/daytempfeel.png to /weather/4.8/mobile/daytempfeel.png
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 27 ./mobile/index.html 2b8d56be1fcc4bb669db8afb43f3c6dc5d053507888f8f90341d286e43c89d2e
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/mobile/index.html to /weather/4.8/mobile/index.html
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 28 ./NOAA/NOAA-2022.txt df6f25b123b15794fa6dda481e00c3f781abe58a7cac8442c06bef4016cb2eaa
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2022.txt to /weather/4.8/NOAA/NOAA-2022.txt
Aug 22 23:30:35 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 29 ./NOAA/NOAA-2022-08.txt 64d15b45cf2a52e67e1cfa1aefc69a5aafa2b71fe9a8919ebd83b44edda7abb1
Aug 22 23:30:36 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/NOAA/NOAA-2022-08.txt to /weather/4.8/NOAA/NOAA-2022-08.txt
Aug 22 23:30:36 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 30 ./smartphone/daywinddir.png 9dea5671b374dadf04043eb530ea2a3011c1351f94b5b1828a4c43c3d85cbf33
Aug 22 23:30:36 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/daywinddir.png to /weather/4.8/smartphone/daywinddir.png
Aug 22 23:30:36 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 31 ./smartphone/daybarometer.png 8bfcfa5634fb26df754e3b19782c9d351345fd5d2c148b37a1b42be23f20f13f
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/daybarometer.png to /weather/4.8/smartphone/daybarometer.png
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 32 ./smartphone/dayhumidity.png 9576c8125e6ac7d322213942713440ee1b5ba67dbc9f109dfb0f3dfc53326c87
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/dayhumidity.png to /weather/4.8/smartphone/dayhumidity.png
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 33 ./smartphone/dayrain.png 765bc21f39ceaeeb77486a5369cf66350d4822186b08b0d6da8baf0a25dafbb8
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/dayrain.png to /weather/4.8/smartphone/dayrain.png
Aug 22 23:30:37 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 34 ./smartphone/daytempdew.png cc84df03988e35b28f3e172824549b4eee30b05cf1a2cb52ddf48f0bdf6304b9
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/daytempdew.png to /weather/4.8/smartphone/daytempdew.png
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 35 ./smartphone/daywind.png 249473490ea1f14332c84efea12d62ba663eefeb81f1895664f278ccdabc1949
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/daywind.png to /weather/4.8/smartphone/daywind.png
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: 36 ./smartphone/index.html 31b3228ef455036af60e849332aab563a6da709324002fe9c267c1ca3637f75c
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weeutil.ftpupload: Uploaded file /var/www/html/weewx/smartphone/index.html to /weather/4.8/smartphone/index.html
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] INFO weewx.reportengine: ftpgenerator: Ftp'd 37 files in 15.42 seconds
Aug 22 23:30:38 raspberrypi3WEEWX weewx[602] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.

Tom Keffer

unread,
Aug 26, 2022, 10:04:52 PM8/26/22
to weewx-user
Your website looks fine now, so I assume you were able to resolve this?

n8a...@gmail.com

unread,
Aug 26, 2022, 10:33:06 PM8/26/22
to weewx...@googlegroups.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.

--
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.

~WRD0000.jpg
Reply all
Reply to author
Forward
0 new messages