A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
I'm trying to get MMM-News-QR working, but I don't see any QR?
-
Hi All
I’m on MM 2.8, and the news module has
broadcastNewsFeeds
broadcastNewsUpdates
enabled.
The module is configured like this:{ module: 'MMM-News-QR', config: { updateType : 'push', interval: 2000, animationSpeed: 2500, colorDark: '#fff', colorLight: '#000', imageSize: 150 } }
But I don’t see any QR anywhere?
-
Hi @fribse
just add the position on the module, like so.
{
module: ‘MMM-News-QR’,
position: ‘bottom_left’,
config: {
updateType : ‘push’,
interval: 2000,
animationSpeed: 2500,
colorDark: ‘#fff’,
colorLight: ‘#000’,
imageSize: 150
}
} -
@str3pto Ok, that worked, I thought it just put it into the existing news item, as it wasn’t shown in the docs that it wanted a position :winking_face: