Skip to content

Commit e66a168

Browse files
authored
[updatenotification] Added option to iterate over modules directory instead using modules defined in config.js, doc for MagicMirrorOrg/MagicMirror#3755 (#295)
1 parent cee5e92 commit e66a168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/updatenotification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following properties can be configured:
3333
| `updates` | Array of updates modules commands. <br> **Default value:** `[]` (see bellow) |
3434
| `updateTimeout` | Maximum Update duration before cancel it. <br> **Default Value:** `120000` (2 minutes) |
3535
| `updateAutorestart` | Restart automaticaly MagicMirror² after update is done. <br> **Default Value:** `false` |
36+
| `useModulesFromConfig` | If `false` iterate over modules directory instead using modules defined in `config.js`. <br> **Default Value:** `true` |
3637

3738
### `updates` Array
3839

0 commit comments

Comments
 (0)