• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

How to MANUALLY install MM on your Pi. For absolute beginners.

Scheduled Pinned Locked Moved Troubleshooting
27 Posts 5 Posters 16.5k Views 5 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
    slametps @axellejamous
    last edited by slametps Oct 20, 2017, 2:08 AM Oct 20, 2017, 2:07 AM

    @axellejamous I still got no luck making 2.1.3 works. the log said MM run without error. Unfortunately, got a black screen using default config.js (copy from config.js.sample). If I remove config.js, the MM display to create a config. Still no clue how to solve this.

    regards,

    Slamet PS

    M 1 Reply Last reply Oct 20, 2017, 2:16 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @slametps
      last edited by Mykle1 Oct 20, 2017, 2:16 AM Oct 20, 2017, 2:16 AM

      @slametps said in How to MANUALLY install MM on your Pi. For absolute beginners.:

      If I remove config.js, the MM display to create a config. Still no clue how to solve this.

      You did a manual install and ran npm install in the MagicMirror directory? He solved his problem by running npm install in the vendor directory. I don’t know if you have the same issue.

      But it seems to me if MM is reporting “Create a config” that MM is launching correctly. You could try getting a fresh copy of the config.js.sample (in case something is wrong with the one you have) and trying again.

      Good luck

      Create a working config
      How to add modules

      S 1 Reply Last reply Oct 20, 2017, 2:19 AM Reply Quote 1
      • S Offline
        slametps @Mykle1
        last edited by Oct 20, 2017, 2:19 AM

        @Mykle1 said in How to MANUALLY install MM on your Pi. For absolute beginners.:

        @slametps said in How to MANUALLY install MM on your Pi. For absolute beginners.:

        If I remove config.js, the MM display to create a config. Still no clue how to solve this.

        You did a manual install and ran npm install in the MagicMirror directory? He solved his problem by running npm install in the vendor directory. I don’t know if you have the same issue.

        But it seems to me if MM is reporting “Create a config” that MM is launching correctly. You could try getting a fresh copy of the config.js.sample (in case something is wrong with the one you have) and trying again.

        Good luck

        Yap, I just copy config.js from config.js.sample, and got a black screen.
        I will give a try, running npm install in vendor folder.

        regards,

        Slamet PS

        M 1 Reply Last reply Oct 20, 2017, 2:24 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @slametps
          last edited by Mykle1 Oct 20, 2017, 2:25 AM Oct 20, 2017, 2:24 AM

          @slametps

          You didn’t answer my question.
          You didn’t try my suggestion.
          You did the one thing that I said I didn’t know was your issue.

          Shrug

          Create a working config
          How to add modules

          S 1 Reply Last reply Oct 20, 2017, 7:02 AM Reply Quote 1
          • S Offline
            slametps @Mykle1
            last edited by Oct 20, 2017, 7:02 AM

            @Mykle1 said in How to MANUALLY install MM on your Pi. For absolute beginners.:

            @slametps

            You didn’t answer my question.
            You didn’t try my suggestion.
            You did the one thing that I said I didn’t know was your issue.

            Shrug

            Yap, I install MM manually refers to documentation you wrote (and backed up current running MM 2.1.0).
            config. js I mentioned earlier, is a fresh copy from config.js.sample in config folder.
            I did npm-install in MM folder, but not in vendor yet. I’ll try later when I have access to my MM.

            regards,

            Slamet PS

            S 1 Reply Last reply Oct 20, 2017, 5:56 PM Reply Quote 0
            • S Offline
              slametps @slametps
              last edited by Oct 20, 2017, 5:56 PM

              @slametps said in How to MANUALLY install MM on your Pi. For absolute beginners.:

              @Mykle1 said in How to MANUALLY install MM on your Pi. For absolute beginners.:

              @slametps

              You didn’t answer my question.
              You didn’t try my suggestion.
              You did the one thing that I said I didn’t know was your issue.

              Shrug

              Yap, I install MM manually refers to documentation you wrote (and backed up current running MM 2.1.0).
              config. js I mentioned earlier, is a fresh copy from config.js.sample in config folder.
              I did npm-install in MM folder, but not in vendor yet. I’ll try later when I have access to my MM.

              Finally, MM 2.1.3 was installed successfully by executing:

              cd /root/MagicMirror/vendor
              npm install /root/MagicMirror
              cd /root/MagicMirror/fonts
              npm install
              

              0_1508522148253_MM-2.1.3-install-result-crop.png

              regards,

              Slamet PS

              A 1 Reply Last reply Oct 20, 2017, 7:12 PM Reply Quote 1
              • A Offline
                axellejamous @slametps
                last edited by Oct 20, 2017, 7:12 PM

                @slametps glad you found it! you basically had the same issue as me except I didn’t have the fonts one. It’s really odd.

                S 1 Reply Last reply Oct 22, 2017, 2:01 PM Reply Quote 0
                • S Offline
                  slametps @axellejamous
                  last edited by Oct 22, 2017, 2:01 PM

                  @axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.:

                  @slametps glad you found it! you basically had the same issue as me except I didn’t have the fonts one. It’s really odd.

                  @axellejamous You should try:

                  $ cd {your_magicmirror_folder}/fonts
                  $ npm install
                  

                  it will install required fonts.

                  regards,

                  Slamet PS

                  A 1 Reply Last reply Oct 24, 2017, 2:18 PM Reply Quote 1
                  • A Offline
                    axellejamous @slametps
                    last edited by Oct 24, 2017, 2:18 PM

                    @slametps If you run it with npm start, does it work for you?
                    For me that only solved my issue if I run it with node serveronly.
                    Now there’s 0 errors so I have no clue why my screen still shows up black with npm start.

                    S 1 Reply Last reply Oct 25, 2017, 1:06 AM Reply Quote 0
                    • S Offline
                      slametps @axellejamous
                      last edited by Oct 25, 2017, 1:06 AM

                      @axellejamous said in How to MANUALLY install MM on your Pi. For absolute beginners.:

                      @slametps If you run it with npm start, does it work for you?
                      For me that only solved my issue if I run it with node serveronly.
                      Now there’s 0 errors so I have no clue why my screen still shows up black with npm start.

                      Yap, it works like a charm now (also after I downgraded electron to 1.6.10 (1.7.9 consumes excessive CPU).
                      Firstly, I got the same issue. After I did what I mentioned earlier, it is OK now.

                      regards,

                      Slamet PS

                      A 1 Reply Last reply Oct 26, 2017, 7:46 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        20/27
                        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