I am currently working on my first magic mirror and I cannot get the QR code for my news feed to appear. Here is my code:
{
module: "MMM-News-QR",
position: "bottom_right",
config: {
updateType : "push",
interval: "2000",
animationSpeed: "2500",
colorDark: "#fff",
colorLight: "#000",
imageSize: "150"
}
},
Any advice?