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.

    updated installer script available for testing

    Scheduled Pinned Locked Moved Solved Troubleshooting
    211 Posts 18 Posters 254.5k Views 19 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 @Stoffbeuteluwe
      last edited by

      @Stoffbeuteluwe so much fun…
      I put in a fix
      remove the MagicMirror folder and try again…

      I had not tried installer on mac since 2.10… sorry…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
      • StoffbeuteluweS Offline
        Stoffbeuteluwe Project Sponsor @sdetweil
        last edited by

        @sdetweil MM install was without problems thank you…
        but pm2 say error but it works…

        Do you want use pm2 for auto starting of your MagicMirror (y/N)?y
        install and setup pm2
        Password:
        [PM2][ERROR] Init system not found
        /bin/sh: launchctl: command not found
        [PM2][ERROR] launchctl load -w /Users/patrickhahn/Library/LaunchAgents/pm2.patrickhahn.plist failed, see error above.
        [PM2] Spawning PM2 daemon with pm2_home=/Users/patrickhahn/.pm2
        [PM2] PM2 Successfully daemonized
        [PM2][WARN] Applications MagicMirror not running, starting...
        [PM2] App [MagicMirror] launched (1 instances)
        ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
        │ id  │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
        ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
        │ 0   │ MagicMirror    │ default     │ 2.11.0  │ fork    │ 4867     │ 0s     │ 0    │ online    │ 0%       │ 1.0mb    │ pat… │ enabled  │
        └─────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
        [PM2] Saving current process list...
        [PM2] Successfully saved in /Users/patrickhahn/.pm2/dump.pm2
        Do you want to disable the screen saver? (y/N)?y
        2020-05-22 14:37:06.275 defaults[5057:87330] 
        The domain/default pair of (com.apple.screensaver, idleTime) does not exist
        bash: line 537: [: !=: unary operator expected
         
        \e[92mWe're ready! Run \e[1m\e[97mpm2 start MagicMirror\e[0m\e[92m from the ~/MagicMirror directory to start your MagicMirror.\e[0m
         
         
        patrickhahn@Mac-mini ~ % 
        
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Stoffbeuteluwe
          last edited by

          @Stoffbeuteluwe ok, on the screensaver can u show the results of this

          defaults -currentHost read com.apple.screensaver
          

          thanks… working on the pm2 issue

          what os level are u running on the mini?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by

            @sdetweil
            version10.15.4 (19E287)

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

              @Stoffbeuteluwe same here

              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
                sdetweil @sdetweil
                last edited by sdetweil

                @Stoffbeuteluwe also can u do this

                which launchctl
                and this 
                defaults -currentHost read com.apple.screensaver
                

                also the output of this

                pm2 startup 
                

                thanks

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bdream
                  last edited by

                  @sdetweil Hey Sam
                  After a longer while absense, I just took your installation script for a new installation on an Pi0.
                  It worked staright foreward :flexed_biceps:

                  You made such a great job:ok_hand:! Many thanks!

                  One short question came just up.
                  I get a message on my Mirror, that Chromium can’t get updated.
                  As I have no keybord connected I don’t know how to update and get rid of this message-window

                  –
                  cheers, bdream

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

                    @bdream yeh, I don’t like that message either, also no keyboard… haven’t looked at it in a while.

                    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 @bdream
                      last edited by

                      @bdream lets try this https://stackoverflow.com/questions/58993181/disable-chromium-can-not-update-chromium-window-notification

                      if it works, I’ll add it to the installer

                      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
                        sdetweil @sdetweil
                        last edited by

                        @sdetweil there is a one liner commands on the last post… this looks good, and I see that the parm is added to the running chromium

                        sudo touch /etc/chromium-browser/customizations/01-disable-update-check;echo CHROMIUM_FLAGS=\"\$\{CHROMIUM_FLAGS\} --check-for-update-interval=31536000\" | sudo tee /etc/chromium-browser/customizations/01-disable-update-check
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 18
                        • 19
                        • 20
                        • 21
                        • 22
                        • 20 / 22
                        • 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