diff --git a/README.md b/README.md index 2a2c898b..569895fe 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,8 @@ Module configuration: position The location of the module in which the module will be loaded.
Possible values:top_bar, top_left, top_center, top_right, upper_third, middle_center, lower_third, bottom_left, bottom_center, bottom_right, bottom_bar, fullscreen_above, fullscreen_below
- Note: This field is optional, but most modules require this field to be set. Check the documentation of the module for more info. + Note: This field is optional, but most modules require this field to be set. Check the documentation of the module for more info.
+ Note: Multiple modules with the same position will be ordered based on the order in the config file. @@ -144,7 +145,7 @@ var config = { }, { module: "helloworld", - position: "middle_center", + position: "lower_third", classes: "small" config: { text: "Hello world!"