RE: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-26 Thread n8aay1
: [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 mailto:n8a...@gmail.com> > wrote: Okay- Looking on my web site target directory (/weather/4.8) there are not any

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-26 Thread Tom Keffer
Your website looks fine now, so I assume you were able to resolve this? On Tue, Aug 23, 2022 at 6:39 AM Eric Gammeter wrote: > 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

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
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

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
[[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.

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Doug Jenkins
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 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-popu

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-23 Thread Eric Gammeter
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

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread Doug Jenkins
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 grabb

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread Eric Gammeter
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.

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread matthew wall
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 informa

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-22 Thread Eric Gammeter
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.

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Doug Jenkins
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 inheri

Re: [weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Doug Jenkins
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. Ho

[weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Eric Gammeter
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

[weewx-user] Re: problem with INDEX.HTML file version

2022-08-21 Thread Eric Gammeter
both of the INDEX.HTML files referred to above are updating every 30 minutes. On Sunday, August 21, 2022 at 11:49:11 AM UTC-4 Eric Gammeter wrote: > 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 corr