MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-next-episode

    Scheduled Pinned Locked Moved Entertainment
    22 Posts 3 Posters 1.2k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • PierreGodeP Offline
      PierreGode Module Developer @rambomonkey
      last edited by

      @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.

      R 2 Replies Last reply Reply Quote 0
      • R Offline
        rambomonkey @PierreGode
        last edited by sdetweil

        @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

        S 1 Reply Last reply Reply Quote 0
        • R Offline
          rambomonkey @PierreGode
          last edited by sdetweil

          @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
            }
          },
          
          R 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @rambomonkey
            last edited by sdetweil

            @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 bar

            this will keep the formatting and make long items (logs) scrollable…

            I fixed the prior entries

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Reply Quote 1
            • R Offline
              rambomonkey @sdetweil
              last edited by

              @sdetweil Hi sorry about that I did not know.

              1 Reply Last reply Reply Quote 1
              • R Offline
                rambomonkey @rambomonkey
                last edited by

                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

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @rambomonkey
                  last edited by

                  @rambomonkey said in mmm-next-episode:

                  /MMM-next-episode

                  magic mirror is case sensitive…

                  I think the module name is mmm-next-episode

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  R 1 Reply Last reply Reply Quote 0
                  • R Offline
                    rambomonkey @sdetweil
                    last edited by

                    @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.

                    S 2 Replies Last reply Reply Quote 0
                    • S Offline
                      sdetweil @rambomonkey
                      last edited by

                      @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

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @rambomonkey
                        last edited by

                        @rambomonkey said in mmm-next-episode:

                        No /root/

                        also, NEVER run this stuff as root…

                        is that the user you used when you installed the module???

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        R 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy