pete, i seem to have gotten undisciplined in my releases. i did apply a fix for this, but it is un an unpublished release. my apologies!
the behavior you see happens only when the *remaining* daily high and low are the same (often at the end of the day) you can patch by doing this in forecast_iconic.inc: at line 97 insert a line to change this: #set $range_width = 0 #if $summary.tempMin.raw is not None and $summary.tempMax.raw is not None to this: #set $range_width = 0 #set $trailing_width = 0 #if $summary.tempMin.raw is not None and $summary.tempMax.raw is not None and around line 155 insert a line to change this: #set $range_height = 0 #if $summary.tempMin.raw is not None and $summary.tempMax.raw is not None to this: #set $range_height = 0 #set $trailing_height = 0 #if $summary.tempMin.raw is not None and $summary.tempMax.raw is not None or you can install exfoliation 0.44 and forecast 3.2.18 (i have been battling some css quirks in the vertical orientation of the 'strip' forecast display, and so far i am losing that battle) m -- 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]. For more options, visit https://groups.google.com/d/optout.
