Hi guys,
I added the stats for alltime and seven days, but unfortunately for the alltime low values, there's no date displayed. For example: Lowest outside Temperature -10,9 °C N/A. So there is no date and time displayed, only N/A. It is only for low values, the other ones are shown correctly. It is also only for alltime, for seven day everything is as expected.
I changed this (week--> alltime) in stats.py.
# First, create TimespanBinder object for all time. This one is easy
# because the object timespan already holds all valid times to be
# used in the report.
all_stats = TimespanBinder(timespan,
db_lookup,
context='alltime',
formatter=self.generator.formatter,
converter=self.generator.converter,
skin_dict=self.generator.skin_dict) # 4
Afterwards I added alltime = %x %X to weewx.conf, restarted weewx, but that didn't help.
Can someone help me with this?
Thank you very much!
Florian