sudo wee_extension --install weewx-belchertown-release-1.1.tar.gz
--
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/b880b654-fe1f-4bf8-9dff-f8ef7fff54b3%40googlegroups.com.
On Thu, 9 Apr 2020 at 11:40, Colin Larsen <colin...@gmail.com> wrote:
Update done at 41south.net, as far as I can tell nothing broke and I haven't had to make any changes to graphs.conf - possibly I'm not using any of the changed options?Colin
On Thu, 9 Apr 2020 at 08:18, Colin Larsen <colin...@gmail.com> wrote:
Thanks Pat, I'll tackle this sometime in the next few days after I have a good read of the breaks ;)CheersColin
On Thu, 9 Apr 2020, 06:26 Pat, <p...@obrienphoto.net> wrote:
As mentioned in this thread, I've released Belchertown skin 1.1. This will be the last skin that uses the DarkSky API for weather conditions and forecasts. I'm going to begin working on 1.2 soon to migrate to OpenWeatherMap.--Read the entire release details here which outline the breaking changes, new changes, items removed, etc.Always have a backup before you upgrade!Download:
Then run:
sudo wee_extension --install weewx-belchertown-release-1.1.tar.gz
Restart weewx when finished configuring.Thanks!
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 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/434401fc-6e71-4b30-b36a-2c1e2adc5b8e%40googlegroups.com.
[[SeasonsReport]]
# The SeasonsReport uses the 'Seasons' skin, which contains the
# images, templates and plots for the report.
skin = Seasons
enable = false
[[SmartphoneReport]]
# The SmartphoneReport uses the 'Smartphone' skin, and the images and
# files are placed in a dedicated subdirectory.
skin = Smartphone
enable = false
HTML_ROOT = /var/www/html/weewx/smartphone
[[MobileReport]]
# The MobileReport uses the 'Mobile' skin, and the images and files
# are placed in a dedicated subdirectory.
skin = Mobile
enable = false
HTML_ROOT = /var/www/html/weewx/mobile
[[StandardReport]]
# This is the old "Standard" skin. By default, it is not enabled.
skin = Standard
enable = false
[[Belchertown]]
HTML_ROOT = /var/www/html/weewx/belchertown
skin = Belchertown
enable = truehello PAT
I just upgrade in skin 1.1 before I was in 1.1b9
that works fine . http://jurassikpat.ddns.net/weewx/belchertown/
good Job
pay attention to health, and congratulations on the baby.
Patrick
Upgraded from a previous 1.1 beta fine here.
--
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/033a99d1-69b3-4b22-819e-8e463854b54c%40googlegroups.com.
[[ToDate]]
# Reports that show statistics "to date", such as day-to-date,
# week-to-date, month-to-date, etc.
[[[weewx_data]]]
template = json/weewx_data.json.tmpl
[[Belchertown]]
template = js/belchertown.js.tmpl
[[[home]]]
template = index.html.tmpl
[[[about]]]
template = about/index.html.tmpl
[[[graphs]]]
template = graphs/index.html.tmpl
[[[records]]]
template = records/index.html.tmpl
[[[reports]]]
template = reports/index.html.tmpl
[[[station]]]
template = station/index.html.tmpl
[[[webcam]]]
template = webcam/index.html.tmpl
[[[pi]]]
template = pi/index.html.tmpl
[[[manifest]]]
encoding = utf8
template = manifest.json.tmpl
After upgrading to version 1.1 (from 1.0) I get a weird behavior: Two of my sub-pages ("about" and "station") are not generated. The respective folders get generated, but the folders are empty and the index.html file is missing.
#encoding UTF-8
[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#encoding UTF-8
<script type='text/javascript'>showChart("station");</script><div id="rxchart" style="margin-top:20px;"></div>var pages = ["graphs", "records", "reports", "about"];
var pages = ["graphs", "records", "reports", "about", "station"];

1) TotalRain (aggregated up until the respective day) - like on your annual Total Rain chart
2) The 'Daily Rain' - instead of the 'Daily Rain Rate' as it is currently plotted on your chart
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ecacebed-41d9-4306-a57f-cb83fa776702%40googlegroups.com.
Thanks!