Having a similar issue with missing graphs.  Looking at syslog it shows 
cheetah generating 4 files for Highcharts and 12 files for Belchertown 
fairly consistently.  Nothing in the graphs sub-directory on html path 
though, so nothing for FTP to send to remote server. - seguin.texwx.info

Additionally, I am currently trying to post to two sites.  The public site 
has a proper CSS formating but my semi-private server doesn't seem to have 
the CSS formatting.  All the same files are FTP'ed and images work (Since 
they point to the public URL anyway) and all files are actually on the same 
remote server (just different directories), is there a relative link that 
might be askew or something?  I can PM the other site if needed, just 
trying to keep it from getting indexed.

-Jonathan


On Sunday, September 30, 2018 at 10:36:11 AM UTC-5, [email protected] 
wrote:
>
> Thanks.  The files are being uploaded by FTP - examples from FTP part of 
> syslog are:
>
> Uploaded file /httpdocs/weather/belchertown/js/highcharts-dayplots.js
>
> and
>
> Uploaded file  /httpdocs/weather/belchertown/json/day.json
>
> and
>
> Uploaded file  /httpdocs/weather/js/highcharts-dayplots.js
>
> And I have checked the server containing the files and they are there, so 
> it seems the json files are being uploaded by FTP to 
> /httpdocs/weather/belchertown/json/ rather than /httpdocs/weather/json/.  
> Is this the problem perhaps?
>
> On Sun, 30 Sep 2018 at 15:42, Pat O'Brien <[email protected] 
> <javascript:>> wrote:
>
> Getting a 404 file not found on this file which would explain why the 
> graphs aren’t being generated. 
> http://www.djhindley.com/weather/json/day.json
>
>  
>
> So there may be an error in syslog or the file isn’t being copied if 
> you’re using the FTP skin to upload it? This file is generated by the 
> Highcharts_Belchertown skin. 
>
>  
>
> The file should be in /var/www/html/weewx/Belchertown/json according to 
> your configs. 
>
>  
>
> *From:* [email protected] <javascript:> [mailto:
> [email protected] <javascript:>] *On Behalf Of *David Hindley
> *Sent:* Sunday, September 30, 2018 10:36 AM
> *To:* [email protected] <javascript:>
> *Subject:* Re: [weewx-user] Re: Belchertown skin for weewx now available!
>
>  
>
> Site is at www.djhindley.com/weather
>
>  
>
> I will check syslog. 
>
>  
>
> Yes, the json directory has index.html and some .json files. 
>
>  
>
> On Sun, 30 Sep 2018 at 15:30, Pat O'Brien <[email protected] 
> <javascript:>> wrote:
>
> No I don’t think so. Those sections look good, too. Does your system log 
> show anything in error? Usually it’s at /var/log/syslog 
>
>  
>
> Also does /var/www/html/weewx/Belchertown/json have any files in it?
>
>  
>
> Is this site public? 
>
>  
>
> *From:* [email protected] <javascript:> [mailto:
> [email protected] <javascript:>] *On Behalf Of *David Hindley
> *Sent:* Sunday, September 30, 2018 10:28 AM
> *To:* [email protected] <javascript:>
> *Subject:* Re: [weewx-user] Re: Belchertown skin for weewx now available!
>
>  
>
>
> Sure.  It is below.  Thanks for looking at this.  Could it be due to 
> inclusion of forecast and cmon skins?  Maybe I should delete those?
>
>  
>
>  
>
> [StdReport]
>
>  
>
>     # Where the skins reside, relative to WEEWX_ROOT
>
>     SKIN_ROOT = /etc/weewx/skins
>
>  
>
>     # Where the generated reports should go, relative to WEEWX_ROOT
>
>     HTML_ROOT = /var/www/html/weewx
>
>  
>
>     # The database binding indicates which data should be used in reports.
>
>     data_binding = wx_binding
>
>  
>
>     # Each of the following subsections defines a report that will be run.
>
>  
>
>     [[StandardReport]]
>
>         # See the customizing guide to change the units, plot types and 
> line
>
>         # colors, modify the fonts, display additional sensor data, and 
> other
>
>         # customizations. Many of those changes can be made here by 
> overriding
>
>         # parameters, or by modifying templates within the skin itself.
>
>  
>
>         # The StandardReport uses the 'Standard' skin, which contains the
>
>         # images, templates and plots for the report.
>
>         skin = Belchertown
>
>         [[[Units]]]
>
>             [[[[Groups]]]]
>
>                 group_altitude = meter
>
>                 group_speed2 = meter_per_second2
>
>                 group_pressure = mbar
>
>                 group_rain = mm
>
>                 group_rainrate = mm_per_hour
>
>                 group_temperature = degree_C
>
>                 group_degree_day = degree_C_day
>
>                 group_speed = meter_per_second
>
>     [[forecast]]
>
>         HTML_ROOT = /var/www/html/weewx/forecast
>
>         skin = forecast
>
>     # [[exfoliation]]
>
>     #    HTML_ROOT = /var/www/html/weewx/exfoliation
>
>     #   skin = exfoliation
>
>     [[cmon]]
>
>         HTML_ROOT = /var/www/html/weewx/cmon
>
>         skin = cmon
>
>     [[Highcharts_Belchertown]]
>
>         HTML_ROOT = /var/www/html/weewx/belchertown
>
>         skin = Highcharts_Belchertown
>
>         [[[Units]]]
>
>             [[[[Groups]]]]
>
>                 group_altitude = meter
>
>                 group_degree_day = degree_C_day
>
>                 group_pressure = mbar
>
>                 group_rain = mm
>
>                 group_rainrate = mm_per_hour
>
> ...

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to