From fe72525d8c492c9ad31076aa802c4881d6db2cc9 Mon Sep 17 00:00:00 2001 From: Burnallover <44618082+Burnallover@users.noreply.github.com> Date: Fri, 29 May 2020 19:54:46 +0200 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 34d4853..ecb05d7 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,8 @@ modules: [ | `fixed` | `[String...]` | `["MMM-page-indicator"]` | Which modules should show up all the time. | | `animationTime` | `int` | `1000` | Fading animation time. Set to `0` for instant change. Value is in milliseconds (1 second = 1000 milliseconds). | | `rotationTime` | `int` | `0` | Time, in milliseconds, between automatic page changes. | -| `delayTime` | `int` | `0` | Time, in milliseconds, of how long should a manual page change linger before returning to automatic page changing. In other words, how long should the timer wait for after you manually change a page. This does include the animation time, so you may wish to increase it by a few seconds or so to account for the animation time. | +| `rotationDelay` | `int` | `0` | Time, in milliseconds, of how long should a manual page change linger before returning to automatic page changing. In other words, how long should the timer wait for after you manually change a page. This does include the animation time, so you may wish to increase it by a few seconds or so to account for the animation time. | +| `rotationFirstpage` | `int` | `0` | Time, in milliseconds, between automatic return to first page. | For the `module` configuration option, the first element of the outer array should consist of elements that should be on the first page. The second element