You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
# MMM-StyledSlideshow
2
2
3
+
*MMM-StyledSlideshow* is a module for [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) that displays a slideshow of images at a regular interval.
4
+
# MMM-StyledSlideshow
5
+
3
6
*MMM-StyledSlideshow* is a module for [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) that displays a slideshow of images at a regular interval.
4
7
5
8
## Screenshot
6
9
10
+

7
11

8
12
9
13
## Installation
@@ -15,6 +19,7 @@ In your terminal, go to the modules directory and clone the repository:
`imageFolder`|`string`|`example_images`|The folder to draw images from. MUST be a subfolder of MMM-StyledSlideshow.
64
73
`scrollInterval`|`integer`|`30000`|The rotation interval, in milliseconds
65
-
`width`|`integer`|`20`|The width of the image, in % of screen width
66
-
`height`|`integer`|`20`|The height of the image, in % of screen height
74
+
`refreshInterval`|`integer`|`360000`|The interval on which the program reloads all pictures from the folder
75
+
`width`|`integer`|`20`|The width of all pictures, in % of screen width
76
+
`height`|`integer`|`20`|The height of all pictures, in % of screen height
77
+
78
+
> As of now, the refreshInterval is a placeholder because of a bug I haven't figured out yet. If anyone wants to try, please fork the repo and once fixed, I will merge it.
0 commit comments