|
|
@@ -25,7 +25,7 @@ let config = {
|
|
|
config: {
|
|
|
transitionInterval: 30000,
|
|
|
showPageIndicators: true,
|
|
|
- showPageControls: true,
|
|
|
+ showPageControls: false,
|
|
|
ignoreModules: ['clock', 'alert', 'MMM-BurnIn'],
|
|
|
mode: 'slides',
|
|
|
slides: {
|
|
|
@@ -61,7 +61,6 @@ let config = {
|
|
|
{
|
|
|
module: "compliments",
|
|
|
position: "middle_center",
|
|
|
- disabled: false,
|
|
|
config: {
|
|
|
updateInterval: 20000,
|
|
|
fadeSpeed: 3000,
|
|
|
@@ -69,9 +68,7 @@ let config = {
|
|
|
morningEndTime: 12,
|
|
|
afternoonStartTime: 12,
|
|
|
afternoonEndTime: 19,
|
|
|
- compliments: {
|
|
|
- remoteFile: 'https://git.x0p.it/RW21/MagicMirror/raw/master/compliments.json'
|
|
|
- }
|
|
|
+ remoteFile: 'https://git.x0p.it/RW21/MagicMirror/raw/master/compliments.json'
|
|
|
}
|
|
|
},
|
|
|
{
|