A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-next-episode
-
@rambomonkey I just installed the module
git clone cd MMM-next-episode npm install
used the sample config from the readme
(typo missing : after password in the readme){ module: "MMM-next-episode", position: "bottom_right", header: "Next-Episode", config: { id: '', hash_key: '', username: '', password: '', displaySeasonAndEpisode: false, displayShowingOn: false, displayEpisodeName: false, maxdays: 7, ShowThumbnail: true, ThumbnailSize: 'small', updateInterval: 180 } },
and see the qr code on the screen under the header
-
@sdetweil Thank you so much, its now working!
-
@rambomonkey awesome!! what changed?
-
@sdetweil
Fixed: typo missing : after password in the readme -
I reinstalled as a normal user and not root, which indeed resolved my issue.