I have added minmax and maxmin to the SmartPhone temp.html.tmpl. I use the weekly outside temeprature for examples. The standard but useless (becuase it does not relate to the above graph) form works perfectly fine:
maxmin2: $week.outTemp.minmax at $week.outTemp.minmaxtime<br/> minmax2: $week.outTemp.maxmin at $week.outTemp.maxmintime<br/> But, when I try my span delta modified version, not only they do not display, temp.html stops being generated at all until I remove these lines completely! I added two lines in front of the regular max and min: minmax: $span(day_delta=7).outTemp.minmax<br/> maxmin: $span(day_delta=7).outTemp.maxmin<br/> -- 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/3a012719-f136-49d6-878e-f020b180be5b%40googlegroups.com.
