Read the statement by Michael Teeuw here.
MMM-next-episode
-
Re: MMM-next-episode - Track your TV shows and movies
Hi All,
I have followed @PierreGode instructions for installing said module, but when I run the MagicMirror the QR code does not appear on my mirror, any ideas as to why this would be the case?
Thank you in advance, any help would be much appreciated!
Regards
-
@rambomonkey
Hi! I am the maintainer of MMM-next-episode
could you verify that you have this in your config.js{ module: "MMM-next-episode", position: "bottom_right", header: "Next-Episode", config: { id: '', hash_key: '', username:'your-next-episode-username', password: 'your-next-episode-password', displayShowingOn: true, displaySeasonAndEpisode: false, maxdays: 5, ShowThumbnail: true, ThumbnailSize: 'small', updateInterval: 180 } },
I just tested it on main branch and gave me the qr code after a pm2 restart
then the id and hash might appear as one long string but the first 9 numbers is your id and the rest is the hash.verify that magic mirror is latest version.
-
@PierreGode Hi thanks for coming back to me. Below is in my config:
//MMM-Next-Episode { module: "MMM-next-episode", position: "bottom_right", header: "Next-Episode", config: { id: '', hash_key: '', username: 'myuser', password: 'mypass', displaySeasonAndEpisode: true, displayShowingOn: true, displayEpisodeName: true, maxdays: 7, ShowThumbnail: true, ThumbnailSize: 'small', updateInterval: 180 } },
MM version is v2.32.0
-
@PierreGode Hi, thanks for coming back to me. MM version is v2.32.0, and below is what’s in my config.js
//MMM-Next-Episode { module: "MMM-next-episode", position: "bottom_right", header: "Next-Episode", config: { id: '', hash_key: '', username: 'myuser', password: 'mypass', displaySeasonAndEpisode: true, displayShowingOn: true, displayEpisodeName: true, maxdays: 7, ShowThumbnail: true, ThumbnailSize: 'small', updateInterval: 180 } },
-
@rambomonkey in the future, please use the code block wrapper for config entries and any log info
to do this
select the text you want to paste
in the message editor, paste the text, with a blank line before and after
then select the text you just pasted and press the </> button on the editor menu barthis will keep the formatting and make long items (logs) scrollable…
I fixed the prior entries
-
@sdetweil Hi sorry about that I did not know.
-
This might have something to do with it @PierreGode I see an error on server startup:
[2025-08-21 19:19:45.691] [WARN] No /root/MagicMirror/modules/MMM-next-episode/MMM-next-episode.js found for module: MMM-next-episode.
But MMM-next-episode.js is present in the MMM-next-episode DIR
-
@rambomonkey said in mmm-next-episode:
/MMM-next-episode
magic mirror is case sensitive…
I think the module name is mmm-next-episode
-
@sdetweil Hi, I have changed the config.js and I still get the same error:
[2025-08-21 19:25:57.758] [WARN] No /root/MagicMirror/modules/mmm-next-episode/mmm-next-episode.js found for module: mmm-next-episode.
-
@rambomonkey ok, so if you go to the MagicMirror/modules folder and do
ls -laF
do you find a folder with the proper name…
note the module name, the folder name AND the js file AND the register in the js file names MUST match exactly