LOL! Yes, this error is a little obscure. The observation type 'wind' is found only in the daily summaries, not the main archive table. So, tags involving "wind" will only work for multiples of a day, such as $month.wind.max.
However, observation type 'windSpeed' does exist in the main archive table. So, instead use $span($hour_delta=1).windSpeed.max Maybe 'wind' should be used as a synonym for 'windSpeed' in queries involving the main archive table... -tk On Sat, Dec 12, 2020 at 5:28 PM Rob Cranfill <[email protected]> wrote: > (My last question was answered so quickly and well, let's see if that can > happen again!) > > Can my skin (which I'm developing for a little RPi LCD display, and I will > share once I'm semi-done) display the max wind in the last, say, 60 minutes? > > I've tried > > <div class="currentWind">Recent peak wind: > $span($hour_delta=1).wind.max</div> > > and variations thereon, to no avail. > > Anyone? > > > > -- > 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/a9777308-2ce8-42ca-b667-eb79afd9ffbdn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/a9777308-2ce8-42ca-b667-eb79afd9ffbdn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zECo8fG7ih7NHXf4Juo6SUDKkb0eDhet81cHHqxp-%2B3CzQ%40mail.gmail.com.
