Belchertown Graphs - not showing

140 views
Skip to first unread message

Xant

unread,
Jun 5, 2020, 1:10:26 PM6/5/20
to weewx-user

HighCharts Graphs stopped showing almost every day (or less), unless "wee_reports" command that forces to 'reappear' till disappear again. New strange behaviour after been stable for long (WeeWX-4.1; Belchertown skin-1.1).

Suggestions?

Xant

Pat

unread,
Jun 5, 2020, 1:18:41 PM6/5/20
to weewx-user
First I'm hearing of it. Have you made any changes to gapSize or anything? Whats the link to your site?

Mike Wren

unread,
Jun 5, 2020, 5:38:28 PM6/5/20
to weewx-user
The one weather station I upgraded to weewx 4.1.1 also had the belchertown skin 1.0.1 stop working for graphs and MQTT updates.

here's the website: https://websterweather.com

This is the first weewx update I've done that really broke belchertown. Haven't dug in to start troubleshooting yet.

Mike

Pat O'Brien

unread,
Jun 5, 2020, 5:54:45 PM6/5/20
to weewx...@googlegroups.com
Belchertown skin 1.1 is released. Try upgrading?

--
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/c0vqsVROVXM/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/57fff2c9-19f1-4534-af37-d388596e941fo%40googlegroups.com.

Mike Wren

unread,
Jun 5, 2020, 6:30:52 PM6/5/20
to weewx-user
That did it, thanks! Really appreciating your continued work on the skin!

Mike



On Friday, June 5, 2020 at 5:54:45 PM UTC-4, Pat wrote:
Belchertown skin 1.1 is released. Try upgrading?

On Fri, Jun 5, 2020, 5:38 PM Mike Wren <mike...@gmail.com> wrote:
The one weather station I upgraded to weewx 4.1.1 also had the belchertown skin 1.0.1 stop working for graphs and MQTT updates.

here's the website: https://websterweather.com

This is the first weewx update I've done that really broke belchertown. Haven't dug in to start troubleshooting yet.

Mike




On Friday, June 5, 2020 at 1:18:41 PM UTC-4, Pat wrote:
First I'm hearing of it. Have you made any changes to gapSize or anything? Whats the link to your site?

On Friday, June 5, 2020 at 1:10:26 PM UTC-4, Xant wrote:

HighCharts Graphs stopped showing almost every day (or less), unless "wee_reports" command that forces to 'reappear' till disappear again. New strange behaviour after been stable for long (WeeWX-4.1; Belchertown skin-1.1).

Suggestions?

Xant

--
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/c0vqsVROVXM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx...@googlegroups.com.

Xant

unread,
Jun 5, 2020, 9:23:19 PM6/5/20
to weewx-user

Pat

Thank you for prompt reply, as I wish u, family, and Baby all doing well.

1) I used to do a lot to tweaks upon WeeWX and Bskin... but now settle for long as I finally got my WXsite as I wish. That is, stable for long, till missing Chart behaviour started, at no other change...

2) As posted, WeeWX 4.1, Bskin 1.1


My WX Website: http://appnea.net/

Graphs section completely missing (while Grafana and DarkSky forecast plots still shows up).

To note (if you would check my site above), it is NOT consistent... sometimes HighCharts Graphs shows-up, sometimes not, while a "wee_reports" would temporarily fix it.

Thx, Xant

Jacques Terrettaz

unread,
Jun 6, 2020, 2:29:15 AM6/6/20
to weewx-user
Hi Xant,

I had a look at your site and it  seems that the json files are produced alternatively by different versions of Belchertown skin. Do you have multiple instances of weewx ?

Sometimes the beginning of ./json/homepage.json is :
{
    "belchertown_version": "1.1",
    "generated_timestamp": "06/06/2020 02:15:23",
    "colors": "#7cb5ec, #b2df8a, #f7a35c, #8c6bb1, #dd3497, #e4d354, #268bd2, #f45b5b, #6a3d9a, #33a02c",
    "chartgroup_title": "HomeGraphs",
    "tooltip_date_format": "LLL",
    "credits": "highcharts_default",
    "credits_url": "highcharts_default",
    "credits_position": "highcharts_default",
    "chart1": {
        "series": {
            "outTemp": {
                "polar": "false",
                "name": "Temperature",
                "yAxis_softMin": 32,
                "negativeColor": "#a3b7c9",
                "rounding": 1,
                "data": [
                    [
                        1591334100000,
                        70.99
                    ],

with version 1.1. With this json, the charts show-up;

But sometimes I see :
{
    "belchertown_version": "1.1b7",
    "generated_timestamp": "06/06/2020 02:05:20",
    "colors": "#7cb5ec, #b2df8a, #f7a35c, #8c6bb1, #dd3497, #e4d354, #268bd2, #f45b5b, #6a3d9a, #33a02c",
    "chartgroup_title": "HomeGraphs",
    "tooltip_date_format": "LLL",
    "chart1": {
        "series": {
            "outTemp": {
                "polar": "false",
                "name": "Temperature",
                "yAxis_softMin": 32,
                "negativeColor": "#a3b7c9",
                "rounding": 1,
                "data": [
                    [
                        1591333500000,
                        71.13
                    ],

with version 1.1b7. The "credits","credits_url" and "credits_position" lines are missing, this generates a javascript error and the charts are therefore not displayed.

Jacques

Xant

unread,
Jun 8, 2020, 3:09:53 AM6/8/20
to weewx-user

Jacques, good catch! Thanks for checking.

Sometime ago put RPi3 back to work and good use, after RPi4. Thought have disabled most... but forgot MQTT, and that's the conflict (ufff....).

My Bad! (apologies Pat)

Xant
Reply all
Reply to author
Forward
0 new messages