#for $x in $observations
#if $getVar('year.%s.has_data' % $x)
#if $x == 'barometer'
<tr>
<td class="label">$obs.label.barometer</td>
<td class="data">$current.barometer ($trend.barometer.formatted)</td>
</tr>#elif $x == 'windSpeed'...
#for $x in $observations
#if $getVar('year.%s.has_data' % $x)
#if $x == 'barometer'
<tr>
<td class="label">$obs.label.barometer</td>
<td class="data">$current.barometer ($trend.barometer.formatted)</td>
</tr>
# elif $x == 'outTemp'<tr>
<td class="label">$obs.label.outTemp</td>
<td class="data">$current.outTemp (∆ $trend(time_delta=86400).outTemp.format("%+.1f"))</td></td>
</tr>
# elif $x == 'windSpeed'
...
--
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/0a06df03-9a3d-0cf2-c21c-154800d2d385%40gmail.com.
This was very helpful and got me over my barrier of not quite getting the lay of the land on the inner logic and flow. Thank you.
Today I'll play about with this and learn more.
Being it is running on my test or 'play' system, I assume I can't really break anything by trying something.
A question comes up about order of items to be displayed. In these examples, the order in the autoprovisioning list determines the output to the Current Conditions display. When one removes the observation type from that list and inserts it into the current.inc, how does the display engine determine the order of the final output? Does it do all the observations in the auto list first, then reads the current.inc?
If someone has time to give me one more insight as to how this works I'd be grateful. I am not trying to be obsequious, but the amount of work that has gone into every portion of this program is astounding. Thanks for writing it! Dale
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEB4AoTKeYN8H2wxx52tga5ALfU5zoUxBSkBgSag-uUm%2Bw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a79df098-109b-d043-28f7-07aec5453e1c%40gmail.com.
No apologies, ever please. I was able to learn quite a bit from what you sent, and will just not modify the list of observations. Sometimes the learning process isn't as fast for me as it used to be. Thank you. Dale
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDhP75Puw9cUf6WUa477Xxr6JZ4gxOpb1CLEhFWO0yDHw%40mail.gmail.com.