

New Belchertown (the updated fork of the original Belchertown) v2.0 is now out with a refreshed card-based layout and tons of new features. Let me know what you think!

i like the new records format a lot but the headings on https://weather.hillsandlakes.com/records/ are not aligned with the data items (cards?)
--- pablo
I've just installed v2.0Checked weewx.conf, restarted weewx.service, weectl report run, even renamed to /etc/weewx/skins/Belchertow.old.Nothing changed :-( What am I missing?
skin = new-belchertown HTML_ROOT = public_html enable = trueCheers!
--- pablo
My issue was that nginx was still redirecting to belchetown and not to new-belchertown.
[[new-belchertown]]
# See wiki for configuration help: https://github.com/uajqq/weewx-belchertown-new/wiki
skin = new-belchertown
HTML_ROOT = /var/www/html/weewx/new-belchertown
enable = true
Another issue now, is that the live data is updating with mqtt, but the graphs only updates when I run "weectl report run" manually.
Apologies, but I'm still learning.
--- pablo
Even after deleting all files and folders in /var/www/html/weewx/new-belchertown and then running weectl report run, the last graph updates are at at the time I updated the reports. (about an hour old). They should update every 5 minutes.
Can we perhaps get options to let us specify the strings we use in the various sections for their titles and 'view more' wording or alternately supersede the defaults with a something.conf file so we'd be upgrade-safe ?
Here's what the centering bug looks like on my iphone in chrome (attached).
--- pablo
--
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 visit https://groups.google.com/d/msgid/weewx-user/f70ac830-29ed-4fd4-9931-f40a9f2ae3d6n%40googlegroups.com.
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/Hw5eoV6lXV8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/21bfef0a-8499-4376-9af1-ef3d27bd8defn%40googlegroups.com.


--
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/Hw5eoV6lXV8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/5bd0c613-8141-4462-84d4-8539495cd7e8n%40googlegroups.com.
paho-mqtt.min.js:37 WebSocket connection to 'ws://wx:9001/mqtt' failed:
--
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 visit https://groups.google.com/d/msgid/weewx-user/e80069f1-5fc2-4d9a-b09d-dd312efcf7f7n%40googlegroups.com.
On 15 Jun 2026, at 03:46, John Smith <deltafo...@gmail.com> wrote:
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/CAGTinV5CXw4TOY6m3OnjF_c%3D_X6rnemaWQTBRMcx8uB00DmziA%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/5e2cfce6-42e3-4d96-8a3c-80f17fb76c02n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/7634E309-E649-4792-B662-78B59D778681%40btinternet.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/19ecd24b338.2848.44b74f35a7a433c111dbfaee4cca1c2d%40hillsandlakes.com.
I host at home and use nginx as a seperate reverse proxy
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/5e2cfce6-42e3-4d96-8a3c-80f17fb76c02n%40googlegroups.com.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/88A24A26-FA0E-4D37-9DB3-5BB4FF260C40%40btinternet.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/e8538f91-434b-4bcf-890f-ca3f3b2296c1%40hillsandlakes.com.
--- pablo
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/9D3CEB6D-47D3-48BE-A194-8822C1A3CBBE%40btinternet.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/57097f4a-452a-4793-950a-00e53436c46en%40googlegroups.com.
The simplest/least amount of converting was to set METRICWX for mqtt data as it otherwise defaulted to US units.
For anyone else interested and as a reminder to my future self, here's what I did.
In weewx.conf, add within MQTT stanza...
[[MQTT]]
unit_system = METRICWX
[[[inputs]]]
[[[[windSpeed]]]]
units = mile_per_hour
[[[[windSpeed10]]]]
units = mile_per_hour
[[[[windGust]]]]
units = mile_per_hour
I still need to figure out why my web facing page doesn't load the live mqtt data....
Nigel