A
/* Magic Mirror Config file
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var config = {
port: 8080,
ipWhitelist: [], // Set [] to allow all IP addresses.
language: "en",
timeFormat: 24,
units: "metric",
modules: [
{
module: "MMM-WordClock",
position: "top_left",
config: {
width: "300px",
height: "300px"
}
},
{
module: "calendar_monthly",
position: "top_left",
config:{
// The config property is optional
// Without a config, a default month view is shown
// Please see the 'Configuration Options' section for more information
}
},
{
module: "compliments",
position: "bottom_bar"
},
{
module: "MMM-AlexaPi",
position: "lower_third",
config: {
// The config property is optional.
// If no config is set, defualt values are used
// See 'Configuration options' for more information.
}
},
{
module: "MMM-WunderGround",
position: "top_right",
header: "",
config: {
apikey: "d2c28567ee4d5e00",
pws: "pws:KPAGRATZ2",
currentweather: 0,
coloricon: true,
hourly: "1",
fcdaycount: "5",
hourlyinterval: "2",
hourlycount: "1",
animationSpeed: 5000,
alerttime: 10000,
alerttruncatestring: "english:",
roundTmpDecs: 0,
UseCardinals: 1,
windunits: "mph",
sysstat: "0"
}
},
]
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}