Hi Sean,So now you have to start looking at weewx conf file, your skin conf file and the syslog for answers. This assumes you have not changed anything to cause it. Is it possible your charts have been not working since may? If the directory is there is the file there and what permissions does it have and what is the owner and group?Thanks Jerry
On Monday, June 24, 2019 at 11:45:26 AM UTC-7, Sean Lane wrote:
No the file structure is there but the last update was may...
On 6/24/19, J D <balloon...@gmail.com> wrote:
> HI Sean,
> There is a 404 for your data
> /wxcharts/wxchartdata/24062019.csv?_=1561401356109:1 Failed to load
> resource: the server responded with a status of 404 (Not Found)
>
> Did you change your directory structure?
> Thanks Jerry
>
> On Monday, June 24, 2019 at 11:15:14 AM UTC-7, Sean Lane wrote:
>>
>> I have having issues with the stats / archive of data. As you can see by
>> my page https://weather.thelanes.ca/ there is data missing.
>>
>> Anyone?
>>
>
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/78865933-59d5-44fc-9958-78054f24d7d4%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
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/c27889a0-ae60-4353-8d5c-8b848d2d2068%40googlegroups.com.
I have having issues with the stats / archive of data. As you can see by my page https://weather.thelanes.ca/ there is data missing.Anyone?
--
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/7162616d-5b57-4e06-8f43-a74c174ac4e8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CADASSaR3SbQOKurkHzNsYPQ-4FPe75RtcqyQ%2BAWL%2Bp63VOEjDg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WMgS_RgJMDPNEMjXKnCbCwCJD%2BNBDu2dw3qgxgAFaoMSA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/A7CB1776-7B97-4B27-B2C1-0213B564CBE9%40gmail.com.
To enable WeeWX to communicate with the weather34 dashboard template, you must install the CRT plugin, (stands for Cumulus Real Time). Please follow the detailed instructions at https://github.com/weewx/weewx/wiki/crt. After installation edit the weewx-conf file. Go to the [CumulusRealTime] which will likely be near the end of the script. Change this section to reflect the following: -
[CumulusRealTime]
filename = /var/www/html/weewx/realtime.txt
unit_system = METRIC
If your path to your web root is different, please amend the path in front of 'weewx/realtime.txt' accordingly.
VERY IMPORTANT. It is crucial that the '[CumulusRealTime]' unit_system is set to METRIC as in the snippet above. If US or METRICWX setting is used, the resulting display will be un-predictable and even nonsensical!
Finally go to the '[StdReport]' section and add this: -
[[w34skinReport]]
# The w34skinReport uses the 'w34skin' skin, which contains the
# templates for the WX-HWS charts.
skin = w34skin
enable = true
[[[Units]]]
# The following section sets the units for w34skin.
# IMPORTANT do not change in any circumstance.
[[[[Groups]]]]
group_altitude = meter
group_degree_day = degree_C_day
group_pressure = hPa
group_rain = mm
group_rainrate = mm_per_hour
group_speed = km_per_hour
group_speed2 = km_per_hour2
group_temperature = degree_C
mbar = "mb"
hPa = "hPa"
inHg = "in"
mm_per_hour = "mm"
cm_per_hour = "cm"
inch_per_hour = "in"
km_per_hour = "km/h"
knot = "kts"
meter_per_second ="m/s"
mile_per_hour ="mph"
Once completed, make sure you save weewx.conf
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WPU6zhVDVP_1A4nxW51zrJY79Ofkr6B5e7PTkamu3UJkg%40mail.gmail.com.
<weewx.conf>
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WMgS_RgJMDPNEMjXKnCbCwCJD%2BNBDu2dw3qgxgAFaoMSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/D67BC0DD-187E-4A5A-B932-57D2BF3322BD%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WNw%2BDwS4LsmzHzm0zPf7yXQFbZaWNCr5P1%2BdwzgG9vX3Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7A5CB3C1-7AF5-4BF4-ABAD-C7558380ABC0%40gmail.com.
Hi Sean,Does the following directory exists
template = result.csv.tmpl
HTML_ROOT = /var/www/html/mbcharts
The charts are not working because the report generator cannot find the result.csv file.Usually the paths look like this
[[[DAILYCHARTS]]]encoding = strict_asciitemplate = result.csv.tmpl
HTML_ROOT = /var/www/html/pws/mbcharts
# Charts that plot "by month"[[[MONTHLYCHARTS]]]encoding = strict_asciitemplate = MMYYYY.csv.tmpl
HTML_ROOT = /var/www/html/pws/mbcharts/chartdata
# Charts that plot "by year"[[[YEARLYCHARTS]]]encoding = strict_asciitemplate = YYYY.csv.tmpl
HTML_ROOT = /var/www/html/pws/mbcharts/chartdataThanks Jerry7, Sean Lane wrote:
Sean,
Please see attached
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7162616d-5b57-4e06-8f43-a74c174ac4e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CADASSaR3SbQOKurkHzNsYPQ-4FPe75RtcqyQ%2BAWL%2Bp63VOEjDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WMgS_RgJMDPNEMjXKnCbCwCJD%2BNBDu2dw3qgxgAFaoMSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/A7CB1776-7B97-4B27-B2C1-0213B564CBE9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WPU6zhVDVP_1A4nxW51zrJY79Ofkr6B5e7PTkamu3UJkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
<weewx.conf>
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/D67BC0DD-187E-4A5A-B932-57D2BF3322BD%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAGP%2B8WNw%2BDwS4LsmzHzm0zPf7yXQFbZaWNCr5P1%2BdwzgG9vX3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7A5CB3C1-7AF5-4BF4-ABAD-C7558380ABC0%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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/2f831b1b-e220-4d73-883d-f90aa9330cca%40googlegroups.com.

HI Sean,There is a 404 for your data/wxcharts/wxchartdata/24062019.csv?_=1561401356109:1 Failed to load resource: the server responded with a status of 404 (Not Found)Did you change your directory structure?
Thanks Jerry
On Monday, June 24, 2019 at 11:15:14 AM UTC-7, Sean Lane wrote:
I have having issues with the stats / archive of data. As you can see by my page https://weather.thelanes.ca/ there is data missing.Anyone?
--
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/78865933-59d5-44fc-9958-78054f24d7d4%40googlegroups.com.