Found it - it has to do with your relative url. It's not defined correctly since this is a custom page.
Open the skins/Belchertown/js/belchertown.js.tmpl file, and find this line: var pages = ["graphs", "records", "reports", "about"]; Then make it look like var pages = ["graphs", "records", "reports", "about", "station"]; Then see if it gets updated on next archive interval. If not, restart weewx and see if that fixes it On Saturday, April 18, 2020 at 3:42:14 PM UTC-4, Manfred Maier wrote: > > > > Am Samstag, 18. April 2020 21:30:29 UTC+2 schrieb Pat: >> >> Can you share the weewx.conf [Belchertown] section too? Make sure to omit >> passwords and sensitive data. >> >> >> On Saturday, April 18, 2020 at 3:27:42 PM UTC-4, Manfred Maier wrote: >>> >>> Here you go >>> >>> >>> Am Samstag, 18. April 2020 21:21:41 UTC+2 schrieb Pat: >>>> >>>> That's weird. Why would it be looking for it in the wrong spot? If your >>>> front page graphs are working this one should be too. Can you share your >>>> configs? >>>> >>>> >>>> >>>> On Saturday, April 18, 2020 at 3:17:29 PM UTC-4, Manfred Maier wrote: >>>>> >>>>> The station.json is stored at: >>>>> https://www.wetter-zorneding.de/json/station.json >>>>> >>>>> So it searches for the file in the wrong folder. >>>>> >>>>> >>>>> Am Samstag, 18. April 2020 21:06:47 UTC+2 schrieb Pat: >>>>>> >>>>>> For some reason the station.json isn't being generated. Check to make >>>>>> sure the station.json file exists in your json folder in public_html >>>>>> >>>>>> This is returning 404 not found: >>>>>> https://www.wetter-zorneding.de/station/json/station.json >>>>>> >>>>>> On Saturday, April 18, 2020 at 2:53:24 PM UTC-4, Manfred Maier wrote: >>>>>>> >>>>>>> Another issue after switching to version 1.1: >>>>>>> On my "station" page I used to have an embedded Highchart. But now >>>>>>> it's not produced anymore :( >>>>>>> >>>>>>> In the graphs.conf I have: >>>>>>> >>>>>>> [station] >>>>>>> show_button = false >>>>>>> time_length = 259200 # 72 hours in seconds >>>>>>> aggregate_type = last >>>>>>> aggregate_interval = 300 # 5 min >>>>>>> gapsize = 300000 # 5 min >>>>>>> >>>>>>> [[rxchart]] >>>>>>> title = ISS Empfangsstärke >>>>>>> [[[rxCheckPercent]]] >>>>>>> name = Stärke des Funksignals >>>>>>> color = "#e5544e" >>>>>>> lineWidth = 1 >>>>>>> yaxis_min = 20 >>>>>>> yaxis_max = 100 >>>>>>> >>>>>>> >>>>>>> My station.inc begins with: >>>>>>> >>>>>>> #encoding UTF-8 >>>>>>> <script type='text/javascript'>showChart("station");</script> >>>>>>> >>>>>>> ... and later on there is the line >>>>>>> <div id="rxchart" style="margin-top:20px;"></div> >>>>>>> >>>>>>> On my website the chart still is not visible (but it had been with >>>>>>> version 1.0). >>>>>>> https://www.wetter-zorneding.de/station/ >>>>>>> >>>>>>> >>>>>>> Again some encoding issue? >>>>>>> >>>>>>> Any hints are highly welcome. >>>>>>> >>>>>>> Best regards, >>>>>>> Manfred >>>>>>> >>>>>>> -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/4714156d-a987-47b3-9499-7d568826d9a4%40googlegroups.com.
