Skip to content

Commit 7af91b3

Browse files
Change modules order
1 parent 25dbb8e commit 7af91b3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,14 @@ let config = {
5151
imageHeight: "60%",
5252

5353
}
54-
},
55-
{
56-
module: "streetmap",
57-
position: "middle_center"
58-
},
54+
},
5955
{
6056
module: "clock",
6157
position: "top_left",
6258
config: {
6359
timezone: "Europe/Brussels",
6460
}
6561
},
66-
{
67-
module: "greetings",
68-
position: "lower_third"
69-
},
7062
{
7163
module: 'MMM-MQTTbridge',
7264
disabled: false,
@@ -103,7 +95,15 @@ let config = {
10395
apiKey: "f8b3c5d1e4b3a80422d92bdf820148e9",
10496
colored: true
10597
}
106-
},
98+
},
99+
// {
100+
// module: "streetmap",
101+
// position: "middle_center"
102+
// },
103+
{
104+
module: "greetings",
105+
position: "lower_third"
106+
},
107107
{
108108
module: "newsfeed",
109109
position: "bottom_bar",

0 commit comments

Comments
 (0)