Y
var config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
language: 'en',
timeFormat: 24,
units: 'metric',
modules: [
{
module: 'alert',
},
{
module: "updatenotification",
position: "top_bar"
},
{
module: 'clock',
position: 'top_left'
},
{
module: 'calendar',
header: 'US Holidays',
position: 'top_left',
config: {
calendars: [
{
symbol: 'calendar-check-o ',
url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
}
]
}
},
{
module: 'MMM-SoccerLiveScore',
position: 'top_left',
header: 'Live-Scores',
config: {
leagues: [17, 17, 17],
showNames: true,
showLogos: true,
displayTime: 60 * 1000,
showTables: true
}
},
{
module: 'MMM-Globe',
position: 'center',
config: {
style: 'europeDiscNat',
imageSize: 600,
ownImagePath:'',
updateInterval: 10*60*1000
}
},
{
module: 'helloworld',
position: 'bottom_right', // This can be any of the regions.
config: {
text: 'MIA by Karl M. Holst'
}
},
{
module: 'MMM-Carousel',
config: {
transitionInterval: 30000,
ignoreModules: ['clock', 'alert', 'currentweather'],
mode: 'slides',
slides: [
['calendar', 'MMM-Globe', 'weatherforecast', 'helloworld'],
['weatherforecast', 'MMM-Globe', 'MMM-SoccerLiveScore', 'helloworld'],
['MMM-iHaveBeenThere']
],
}
},
{
module: 'MMM-ethereum',
position: 'top_right',
config: {
updateInterval: 30000,
exchange: "bitfinex"
}
}
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== 'undefined') {module.exports = config;}