MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
UNSOLVED MMM-NEWS-QR not appearing
-
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?