{
module: "MMM-Comics",
position: 'lower_third',
header: "Daily Comics",
config: {
debug: true,
// comics: ["calvin+hobbes"],
// updateInterval: 1000 * 60 * 30,
// coloredImage: false,
// maxWidth: 500,
// maxHeight: 500,
// timeForDaily: [6,9]
}
},
Which I'd think would produce log responses, but I don't know where to find them. Also - I think the documentation has an error, because it lists maxWidth twice, and I think the second one should be maxHeight.
Which I'd think would produce log responses, but I don't know where to find them. Also - I think the documentation has an error, because it lists maxWidth twice, and I think the second one should be maxHeight.