Skip to content

Commit a826ede

Browse files
authored
Merge pull request #344 from sdetweil/lint_errors
Lint errors
2 parents bebe4fa + 81d03b1 commit a826ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ are:
7575
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
7676
| MM_CONFIG_FILE | This specifies an alternate configuration file for the system. This is useful when running multiple mirrors on the same device. This does not work with the template option below. NOTE: this file **_MUST_** be located in a directory within the MagicMirror directory. Ideally, place any config file in the config subdirectory. |
7777
| MM_PORT | This specifies an alternate TCP/IP port, overriding "port" item within the config file. This is useful for testing to see if the product will run using another port. |
78-
| mmFetchTimeout | time in milliseconds for fetch timeout. default (30000) <br><br>this value can be used to adjust the nodejs fetch function timeout value for all node_helper modules that use fetch() |
78+
| mmFetchTimeout | time in milliseconds for fetch timeout. default (30000) <br><br>this value can be used to adjust the nodejs fetch function timeout value for all node_helper modules that use fetch() |
7979

8080
#### Examples of use
8181

modules/updatenotification.md

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

3636
### `updates` Array
3737

0 commit comments

Comments
 (0)