Skip to content

Commit 03a6b11

Browse files
authored
Merge pull request #10 from gwrobbins1/fix_layout
Updating styling for magic mirror resolution.
2 parents 38e46b4 + d520d6c commit 03a6b11

21 files changed

+618
-32
lines changed

config/config.js

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,33 @@ let config = {
4545
module: "updatenotification",
4646
position: "top_bar"
4747
},
48+
{
49+
module: "admininfo",
50+
position: "top_bar"
51+
},
52+
{
53+
module: "compliments",
54+
position: "top_bar",
55+
config: {
56+
remoteFile: "../../config/custom_compliments.json"
57+
}
58+
},
59+
{
60+
module: "newsfeed",
61+
position: "top_bar",
62+
config: {
63+
feeds: [
64+
{
65+
title: "New York Times",
66+
url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
67+
}
68+
],
69+
showSourceTitle: true,
70+
showPublishDate: true,
71+
broadcastNewsFeeds: true,
72+
broadcastNewsUpdates: true
73+
}
74+
},
4875
{
4976
module: "clock",
5077
position: "top_left"
@@ -98,29 +125,9 @@ let config = {
98125
lon: -81.337884
99126
}
100127
},
101-
{
102-
module: "newsfeed",
103-
position: "bottom_bar",
104-
config: {
105-
feeds: [
106-
{
107-
title: "New York Times",
108-
url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
109-
}
110-
],
111-
showSourceTitle: true,
112-
showPublishDate: true,
113-
broadcastNewsFeeds: true,
114-
broadcastNewsUpdates: true
115-
}
116-
},
117-
{
118-
module: "admininfo",
119-
position: "bottom_bar"
120-
},
121128
{
122129
module: "traffic",
123-
position: "top_right",
130+
position: "top_center",
124131
header: "Traffic",
125132
config: {
126133
apiKey: "",

0 commit comments

Comments
 (0)