Skip to content

Commit d36970a

Browse files
committed
Adding bing wallpaper.
1 parent 03a6b11 commit d36970a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

config/config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,19 @@ let config = {
137137
units: "imperial"// metric or imperial
138138
}
139139
},
140+
{
141+
module: "MMM-Wallpaper",
142+
position: "fullscreen_below",
143+
config: {
144+
source: "bing",
145+
slideInterval: 5 * 60 * 1000, // Change slides every 5 minutes
146+
updateInterval: 60 * 60 * 1000, // Check for new wallpapers every hour
147+
maximumEntries: 10,
148+
caption: true,
149+
crossfade: true,
150+
orientation: "auto"
151+
}
152+
},
140153
]
141154
};
142155

modules/default/defaultmodules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Default Modules List
33
* Modules listed below can be loaded without the 'default/' prefix. Omitting the default folder name.
44
*/
5-
const defaultModules = ["alert", "calendar", "clock", "compliments", "helloworld", "newsfeed", "traffic", "updatenotification", "weather", "admininfo"];
5+
const defaultModules = ["alert", "calendar", "clock", "compliments", "helloworld", "newsfeed", "traffic", "updatenotification", "weather", "admininfo", "MMM-Wallpaper"];
66

77
/*************** DO NOT EDIT THE LINE BELOW ***************/
88
if (typeof module !== "undefined") {

0 commit comments

Comments
 (0)