MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rambomonkey
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 13
    • Groups 0

    rambomonkey

    @rambomonkey

    1
    Reputation
    4
    Profile views
    13
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    rambomonkey Unfollow Follow

    Best posts made by rambomonkey

    • RE: MMM-next-episode

      @sdetweil Hi sorry about that I did not know.

      posted in Entertainment
      R
      rambomonkey

    Latest posts made by rambomonkey

    • RE: MMM-next-episode

      I reinstalled as a normal user and not root, which indeed resolved my issue.

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @sdetweil Thank you so much, its now working!

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @PierreGode Hi, I have now re-installed it under user petek and I’m still seeing the same issue:

      petek@MagicMirror-v2:/home/MagicMirror$ ls -la /home/MagicMirror/modules/MMM-next-episode/MMM-next-episode.js
      -rw-r–r-- 1 petek petek 5798 Aug 26 19:34 /home/MagicMirror/modules/MMM-next-episode/MMM-next-episode.js
      petek@MagicMirror-v2:/home/MagicMirror$

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @PierreGode @sdetweil thanks you two, think I will just re-install as a normal user, you live and learn lol.

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @sdetweil Thanks for the info, sorry im new to Linux. Would you happen to know how I could give a specific user the permissions?

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @sdetweil to be honest I cannot remember if I used root or not:

      root@mmnew:~/MagicMirror/MMM-next-episode# ls -laF
      total 108
      drwxr-xr-x 6 root root 4096 Aug 21 19:22 ./
      drwxr-xr-x 15 root root 4096 Aug 19 20:51 …/
      drwxr-xr-x 8 root root 4096 Aug 19 18:45 .git/
      drwxr-xr-x 3 root root 4096 Aug 19 18:45 .github/
      -rwxr-xr-x 1 root root 31 Aug 19 18:45 .gitignore*
      -rw-r–r-- 1 root root 35149 Aug 19 18:45 LICENSE
      -rw-r–r-- 1 root root 602 Aug 19 18:45 MMM-next-episode.css
      -rw-r–r-- 1 root root 5798 Aug 19 18:45 MMM-next-episode.js
      -rw-r–r-- 1 root root 4613 Aug 19 18:45 README.md
      drwxr-xr-x 2 root root 4096 Aug 19 18:45 img/
      -rw-r–r-- 1 root root 2904 Aug 19 18:45 node_helper.js
      drwxr-xr-x 33 root root 4096 Aug 19 18:45 node_modules/
      -rw-r–r-- 1 root root 13972 Aug 19 18:45 package-lock.json
      -rw-r–r-- 1 root root 544 Aug 19 18:45 package.json
      root@mmnew:~/MagicMirror/MMM-next-episode#

      posted in Entertainment
      R
      rambomonkey
    • RE: 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.

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      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

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @sdetweil Hi sorry about that I did not know.

      posted in Entertainment
      R
      rambomonkey
    • RE: MMM-next-episode

      @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
        }
      },
      
      posted in Entertainment
      R
      rambomonkey