You can find the solution here: https://github.com/poblabs/weewx-belchertown/issues/881 Download version v10.3.3 of Highcharts
and use these files locally and web space: highstock.js highstock.js.map highcharts-more.js highcharts-more.js.map exporting.js exporting.js.map offline-exporting.js offline-exporting.js.map solid-gauge.js solid-gauge.js.map In addition to roe-dl solution, you also need "offline-exporting". Necessary change in header.html.tmpl (my change: I use /*js/highcharts/* ) The corresponding files must of course also be located on the web space: *#if $page != "kiosk"<script type='text/javascript' src='$relative_url/js/highcharts/highstock.js'></script><script type='text/javascript' src='$relative_url/js/highcharts/highcharts-more.js'></script> <script type='text/javascript' src='$relative_url/js/highcharts/exporting.js'></script> <script type='text/javascript' src='$relative_url/js/highcharts/offline-exporting.js'></script> <script type='text/javascript' src='$relative_url/js/highcharts/solid-gauge.js'></script> ##<script type='text/javascript' src='//code.highcharts.com/stock/10/highstock.js'></script> ##<script type='text/javascript' src='//code.highcharts.com/10/highcharts-more.js'></script> ##<script type='text/javascript' src='//code.highcharts.com/10/modules/exporting.js'></script> ##<script type='text/javascript' src='//code.highcharts.com/10/modules/solid-gauge.js'></script> #end if* [email protected] schrieb am Donnerstag, 19. März 2026 um 07:07:10 UTC+1: > Check the browser's console for error output. > > Patrick Mendiuk schrieb am Mittwoch, 18. März 2026 um 21:34:46 UTC+1: > >> This is an old installation of WeeWx 4.10.2 in a ProxMox 8.2 Debian 12 VM. >> >> I'm using these plugins: >> >> Belchertown 1.3.1 >> MQTTSubscribe 2.2.2 >> mqtt 0.24 >> weatherflowudp 1.10.2 >> >> The installation has ran fine for a very long time with no recent changes >> or updates. >> >> On Wednesday, March 18, 2026 at 11:27:13 AM UTC-7 Patrick Mendiuk wrote: >> >>> I just noticed that the Belchertown graphs and charts are not being >>> displayed in Android Chrome or Firefox browsers. The page is being >>> displayed properly in my W10 Chrome browser. I don't see any errors with >>> journalctl. >> >> -- 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]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/0e2c73cd-8ce8-436a-a3ad-c17cd008b984n%40googlegroups.com.
