Files
weewx/docs_src/reference/skin-options/generators.md
2023-07-20 11:52:36 -04:00

595 B

[Generators]

This section defines the list of generators that should be run.

generator_list

This option controls which generators get run for this skin. It is a comma separated list. The generators will be run in this order.

For example, the Standard skin uses three generators: CheetahGenerator, ImageGenerator, and CopyGenerator. Here is the [Generators] section from the Standard skin.conf

[Generators]
    generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator