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.

    MM on Ubuntu

    Scheduled Pinned Locked Moved Solved Troubleshooting
    90 Posts 4 Posters 50.5k Views 4 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 @goncalovsc
      last edited by

      @goncalovsc u don’t need to do anything with the old ones… u edited the new one…

      if there is nothing else in the old, throw it away

      cd ~/
      rm -rf MagucMirror.old
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @goncalovsc sorry, no idea on the RSS feed

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • G Offline
          goncalovsc @sdetweil
          last edited by

          @sdetweil deleted magucmirror.old and everything went back to zero, all the changes i´ve made :/

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

            @goncalovsc what?

            pm2 stop 0
            cd ~/MagicMirror
            npm start
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            G 1 Reply Last reply Reply Quote 0
            • G Offline
              goncalovsc @sdetweil
              last edited by

              @sdetweil Probably i was editing on the wrong files. Already re-edited on the correct ones. Thanks for your kind help

              1 Reply Last reply Reply Quote 0
              • D Offline
                dwburger
                last edited by

                My MM2 is running well under Ubuntu 18.04. I’ve installed pm2 and that works as well to start/stop MM2. However, I’m not able to get pm2 to work when using crontab. My crontab script looks like this:

                40 * * * * pm2 restart mm.sh

                so I can restart MM2 at 40 minutes after each hour. I don’t really plan to restart MM2 that often, I just want to get this working. I don’t know my way around Linux well enough to figure out what’s wrong. Can anyone point me to solution or an approach to one? Thanks!

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

                  @dwburger what does crontab say when i tries to launch pm2?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    dwburger
                    last edited by

                    Well…I learned something. I didn’t know about crontab logs and I found this command to try:

                    sudo grep CRON /var/log/syslog

                    When I did that I found this line on the end of the log:

                    Apr 24 10:40:01 dave-ubuntu CRON[2931]: (CRON) info (No MTA installed, discarding output)

                    I guess I need to install an MTA???

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

                      @dwburger said in MM on Ubuntu:

                      (CRON) info (No MTA installed, discarding output)

                      see the last answer here
                      https://superuser.com/questions/445347/why-is-my-crontab-not-running

                      but that doesn’t some why pm2 was not executed
                      note that you saved the pm2 config as user pi, and cron will run as root

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        dwburger
                        last edited by

                        Hmmm…installed the default MTA for Ubuntu 18 which fixed the error message in the logfile, but pm2 still didn’t restart the MM2. I’m afraid I don’t really understand your note about pi versus root cron running. I can “sudo crontab -e” if that’s a better idea. I will add, my Ubuntu is starting up with its GUI and then I’m opening a terminal window to start MM2 using “pm2 start mm.sh”.

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

                          @dwburger ok, but you don’t have to do ANY of this… if you used my install script, it set pm2 to autostart on boot

                          to fix if you DIDN’T use my install script, use my fixuppm2 script
                          see
                          https://github.com/sdetweil/MagicMirror_scripts

                          read the readme.

                          if MM crashes, pm2 auto restarts

                          YOU don’t have to have any additional commands any where

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dwburger
                            last edited by

                            I may have given you the wrong impression…I really don’t know my way around Linux/Ubuntu. However, I was able to run your fixuppm2 script and I now see what you mean about not having to do anything else. I’m getting the behavior I want. When I reboot my machine MM2 starts right up. I’m getting ready to make another MM2 on a mini PC running Ubuntu. This time, I’m going to use your install script!

                            1 Reply Last reply Reply Quote 2
                            • D Offline
                              dwburger
                              last edited by

                              OK…your script did a great job in getting a new MM installed onto another Ubuntu machine. There’s one odd behavior I’m noticing. When the MM2 first comes up after power-on or reboot, not all the modules get started. I have to press the key and the File -> Close. When the MM2 comes up again all is well. I’m wondering why that is??? Is it possible to place a delay in the config.js (or somewhere else) so each module has plenty of time to get started. Maybe there’s another solution to this behavior???
                              BTW…thanks for all your work on the installation scripts and the help you’ve provided!

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

                                @dwburger i have never seen that behavior…

                                do you have two entries in pm2??
                                show the results of

                                pm2 status
                                

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • D Offline
                                  dwburger
                                  last edited by

                                  No, just 1…MagicMirror.

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

                                    @dwburger hm… what system is this on? I have 9 instances running… never seen it behave that way… MM controls all the modules

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      dwburger
                                      last edited by

                                      This is on a MiniPC running Ubuntu 18.04.4.

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

                                        @dwburger hm… my desktop is ubuntu 18.04, w MM running… on second display

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        D 1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          dwburger @sdetweil
                                          last edited by

                                          @sdetweil I’m using the MiniPC solely for the MM2. The MiniPC is mounted to the back of an old wall-mounted LCD monitor and serves, basically, as an information kiosk for me running clock, calendar, radar, traffic, weather and to-do list modules.

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

                                            @dwburger weird…

                                            install this module , and add it to config.js as the 1st in the module list
                                            https://github.com/sdetweil/MMM-Logging

                                            		{
                                                        module: 'MMM-Logging',
                                                        disabled: false,
                                                        config: {
                                                            // Module functions out of the box with nothing set here.
                                                            // See below for configurable options.
                                                            echoLocal: true, 
                                                            echoRemote: true,
                                                            overwriteBrowserMethods: true,
                                                            format: "{{message}} ({{folder}}/{{file}}:{{line}} {{method}})",
                                                        }
                                                    },
                                            

                                            stop MM via pm2,
                                            pm2 stop 0
                                            pm2 flush
                                            pm2 start 0

                                            then reboot (this is where it comes up partway, right)

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            D 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
                                            • 3
                                            • 4
                                            • 5
                                            • 4 / 5
                                            • 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