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.
    • S Offline
      sdetweil @rambomonkey
      last edited by

      @rambomonkey uou can see root owns the files

      if you try to run as a normal user, you dont have permission to access them at all

      thus the not found

      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 Thanks for the info, sorry im new to Linux. Would you happen to know how I could give a specific user the permissions?

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

          @rambomonkey

          the permissions are 3 sets of 3 rights

          user read/write/execute
          group anyone in this group
          other anybody not specified above

          the commands

          are chmod which can set the individual
          permissions using flags or a number
          777 means all for all
          770 mean user and group users can do anything, everyone else no access

          the there is chgrp to change the group

          all commands have help
          –help

          and most have a page in the manuals

          man commandname

          man chmod
          man chgrp

          you
          eill need root permission to take root
          permissions away

          sudo gives root permission for this command

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • PierreGodeP Offline
            PierreGode Module Developer @rambomonkey
            last edited by

            @rambomonkey
            So this is how you want your Magic mirror setup to look like.
            c0d9545e-9aff-4ea6-b82c-50f473f98532-image.png

            yeah no /root/ that can create a loads of headaches like this.

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

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

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

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

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

                  @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

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @sdetweil Thank you so much, its now working!

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

                      @rambomonkey awesome!! what changed?

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • PierreGodeP Offline
                        PierreGode Module Developer @sdetweil
                        last edited by

                        @sdetweil
                        Fixed: typo missing : after password in the readme

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 2 / 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