You can iterate over records. See the section *Iteration <http://www.weewx.com/docs/customizing.htm#Iteration>* in the Customizing Guide. For example (NOT TESTED):
#for $record in $day.records $record.dateTime $record.outTemp $record.outHumidity #end for This would create a line with temperature and humidity for every archive record since midnight. -tk On Fri, Apr 24, 2020 at 1:31 PM Hector Valenzuela <[email protected]> wrote: > Yes, my interval is 300 seconds but i want to see on NOAA template the > history register data every 5 minutes like wunderground: > > [image: Captura de pantalla 2020-04-24 a las 1.30.39 p.m..png] > > > El viernes, 24 de abril de 2020, 13:00:58 (UTC-7), Tom Keffer escribió: >> >> The NOAA tables get updated on every archive interval. So, if you archive >> interval is 5 minutes, then the current monthly and yearly HTML files will >> get updated every 5 minutes. >> >> On Fri, Apr 24, 2020 at 12:14 PM Hector Valenzuela <[email protected]> >> wrote: >> >>> Hi i have a Vantage Pro 2 running on Raspberry pi and i need to update >>> temperature / humidity data every 5 minutes on NOAA template, is that >>> possible? its like wunderground table but wunderground does not display >>> extra sensors. >>> >>> -- >>> 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/6b8565b3-6a32-4c42-8949-5387f65c0c1d%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/6b8565b3-6a32-4c42-8949-5387f65c0c1d%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/e7ba8b29-4a77-4fd1-9cec-1c10f004a613%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/e7ba8b29-4a77-4fd1-9cec-1c10f004a613%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/CAPq0zEBRSH0UFOnceCFavKVrYjO0gqfS7b9eiF6nRqW6vsbQMw%40mail.gmail.com.
