Hallo,

the page and the graphic are generated automatically

my changes "cydiagenerator.py" line ca. 548 

                #if rec['dd_cumulative'].raw > horizon_dd:  <<---   
                cydiaA = rec['dd_cumulative'].raw
                if cydiaA > horizon_dd:

            in line 154
            image_root = os.path.join(self.config_dict['WEEWX_ROOT'], 
plot_options['HTML_ROOT'])
            #skin_root = os.path.join(self.config_dict['WEEWX_ROOT'], 
plot_options['SKIN_ROOT'])
            img_file = os.path.join(image_root, '%s.png' % species_name)
    --->   html_file = os.path.join(image_root, '%s.html' % species_name)
    --->   ai = 86400   #test  600 #  86400 = 24 h


only for testing "ai = 600"

and the the y-scale is degree_C

Thanks!
Hartmut

-- 
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.

Reply via email to