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.

    Up to date install process.

    Scheduled Pinned Locked Moved General Discussion
    21 Posts 2 Posters 8.0k Views 2 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 Do not disturb
      sdetweil @stampeder
      last edited by

      @stampeder use the install script from here

      https://github.com/sdetweil/MagicMirror_scripts

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        stampeder
        last edited by

        Thanks for replying so quickly sdetweil. Where does this leave me in the installation process when it is done?

        S 1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @stampeder
          last edited by

          @stampeder with a running MM, with pm2 to start on boot (if u select that during the install process)
          and screen saver turned off (if u select it)…

          i suggest u start with raspian buster, not jessie (too old)

          my repo is referenced from the MM doc site

          u will need to remove any existing MM folder before starting

          if u choose not to do the optional things, there are scripts on the same site to enable them later

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • S Offline
            stampeder
            last edited by

            I currently have stretch lite loaded on my SD card. The install script worked just fine and the pm2 start MagicMirror shows MagicMirror status online. However, there doesn’t seem to be a browser page come up. I still seem to be in CLI mode. Should I start it all over from scratch with Buster?

            S 2 Replies Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @stampeder
              last edited by sdetweil

              @stampeder pi 0w should have the chromium browser started to show the page…

              u have lite installed, which probably doesn’t have chromium… so I would install that and then restart MM using pm2

              sudo apt-get install chromium-browser

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • S Do not disturb
                sdetweil @stampeder
                last edited by

                @stampeder the system is running the graphical desktop, right? it must

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • S Offline
                  stampeder
                  last edited by

                  Thanks Sam.
                  I’m just finishing installing chromium. Let me see if it works. My version of Stretch is NOT the desktop version. I have a version of Buster however that is the desktop version. If this still fails after the chromium install, I’ll redo it with the Buster sdcard.
                  Will your install script also work with Midori browser?
                  Glenn.

                  S 2 Replies Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @stampeder
                    last edited by

                    @stampeder it MUST be desktop version… else u will run in serveronly mode and can access from another system

                    electron or chrome needs the graphical desktop environment to work

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 1
                    • S Do not disturb
                      sdetweil @stampeder
                      last edited by

                      @stampeder the install script is bash… running is a different problem…

                      u will have to change the run-start.sh script to launch that browser

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 1
                      • S Offline
                        stampeder
                        last edited by

                        Sam. It finished and when I restarted PM2 the browser did not come up.
                        I’ll remove the stretch sd card and start over with the Buster desktop sd card. Then it should work.
                        This will take a while.
                        Thanks for all your help.
                        Glenn.

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          stampeder
                          last edited by

                          Sam. It took quite a while to get my usb stick programmed, updated and configured but my MagicMirror is up and running thanks to you. Excellent work on the script!!
                          Now it is off to customize it. What fun…

                          S 1 Reply Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @stampeder
                            last edited by

                            @stampeder awesome! Have fun, come on back if you need more info

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

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

                              @sdetweil
                              Thanks for all your help.
                              One quick question. I have security cameras that stream ffmpeg. Is there module that will display just one of these camera’s output?
                              Cheers.
                              Glenn.

                              S 1 Reply Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @stampeder
                                last edited by sdetweil

                                @stampeder MMM-RTSPStream, MMM-iFrame

                                see https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  stampeder
                                  last edited by

                                  PURRRFECT!! Exactly what I am looking for. MagicMirror is just the wall display I have been searching for. It has come a long way from the original I looked at back in the day.
                                  Thanks again.
                                  Glenn.

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

                                    Ahhh…got a little problem:
                                    I’m configuring MMM-ip. I cloned the repository into modules without issue.
                                    I put this into my config.js:

                                    {
                                                            module: "MMM-ip",
                                                            position: "top_right",
                                                            config: {
                                                                    fontsize: "5",
                                                                    dimmed: "true",
                                                                    showFamily: "IPv4",
                                                                    showType: "both",
                                                                    voice: "false",
                                                                    startHidden: "false"
                                                            }
                                                    },
                                    

                                    It comes up, but it displays the title Network Interfaces
                                    ETH0
                                    IPv4: 10.10.10…(the correct interface)
                                    MAC: b8:27…(and the rest)
                                    in the middle of the screen.

                                    It doesn’t seem to be controllable nor does it display as advertised.
                                    Hope you can help me out.
                                    Thanks.
                                    Glenn.
                                    Still haveing fun with it…

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @stampeder
                                      last edited by

                                      @stampeder sorry, no experience with that module… I’d open a new topic others may be able to help

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        stampeder
                                        last edited by

                                        Sam:
                                        Thanks. I’ll start a new topic on it.
                                        Now, I use DS18B20 temperature probes a lot. I found a module MMM-DS18B20 for them and it seems people were having issues getting it to work.
                                        I found the problems with it and it now works correctly. I put the fix in the issues.
                                        Is there somewhere else I can alert people to the fact that it is now working as advertised (with the fix)?
                                        Thanks.
                                        Glenn.

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @stampeder
                                          last edited by

                                          @stampeder did u make a pull request for the module author?

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

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

                                            @sdetweil No I didn’t. I guess I probably should.
                                            Also, I got the MMM-ip module working the way it was intended to work…Pilot error on the use and not use of quotes in his config. Was not very clearly pointed out. So now got my analog clock, outside temperature (DS18B20) and the ip addresses of my raspberry pi working…Very stoked. Now off to tackle getting security camera working.
                                            Again, thanks for all your help.
                                            Glenn.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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