mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
18 lines
572 B
Markdown
18 lines
572 B
Markdown
# [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`
|
|
|
|
``` ini
|
|
[Generators]
|
|
generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.imagegenerator.ImageGenerator, weewx.reportengine.CopyGenerator
|
|
```
|