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.

    my mirror freezes!

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    98 Posts 5 Posters 47.6k 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 @Manu85
      last edited by

      @Manu85 how does MM get started? pm2?

      if so, it usually uses a batch file (script)

      ~/MagicMirror/installers/mm.sh
      make it look like this

      cd ~/MagicMirror
      export ELECTRON_ENABLE_LOGGING = true       
      DISPLAY=:0 npm start
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        Manu85
        last edited by

        I have this error message:
        pi@raspberrypi:~/MagicMirror $ export ELECTRON_ENABLE_LOGGING = true
        -bash: export: « = » : identifiant non valable

        1 Reply Last reply Reply Quote 0
        • M Offline
          Manu85
          last edited by

          -bash: export: “=”: invalid identifier

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

            @Manu85 sorry, hate that…

            no spaces

            export ELECTRON_ENABLE_LOGGING=true
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • M Offline
              Manu85
              last edited by

              ok perfect the line has passed,
              pi@raspberrypi:~/MagicMirror $ export ELECTRON_ENABLE_LOGGING=true
              pi@raspberrypi:~/MagicMirror $
              i downloaded the module, now i set it in config.js?

              S 1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @Manu85
                  last edited by

                  @Manu85 yes, follow the modules readme

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Manu85
                    last edited by

                    ok i try …

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      Manu85
                      last edited by

                      I installed it at the top of the config.js file and I have an error when starting the MM “please create a config file”
                      language: “fr”,
                      timeFormat: 24,
                      units: “metric”,

                      modules: [
                      	{
                              module: 'MMM-Logging',
                              config: {
                                  // Module functions out of the box with nothing set here.
                                  // See below for configurable options.
                              }
                          }
                      ]
                      

                      }

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

                        @Manu85

                        	{
                                module: 'MMM-Logging',
                                config: {
                                    // Module functions out of the box with nothing set here.
                                    // See below for configurable options.
                                },    // < ---- missing comma  (like behind all modules)
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          Manu85
                          last edited by

                          I installed it at the top of the config.js file and I have an error when starting the MM “please create a config file”
                          language: “fr”,
                          timeFormat: 24,
                          units: “metric”,

                          modules: [
                          	{
                                  module: 'MMM-Logging',
                                  config: {
                                      // Module functions out of the box with nothing set here.
                                      // See below for configurable options.
                                  }
                              }
                          ]
                          

                          }

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            Manu85
                            last edited by

                            excuse me I sent the message twice because the site had crashed …, I test what you sent me

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              Manu85
                              last edited by

                              I still have the same message.
                              language: “fr”,
                              timeFormat: 24,
                              units: “metric”,

                              modules: [
                              	{
                                  module: 'MMM-Logging',
                                  config: {
                                      // Module functions out of the box with nothing set here.
                                      // See below for configurable options.
                                  },    // < ---- missing comma  (like behind all modules)
                              
                              S 1 Reply Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @Manu85
                                last edited by

                                @Manu85 sorry, copy error on my part

                                	{
                                        module: 'MMM-Logging',
                                        config: {
                                            // Module functions out of the box with nothing set here.
                                            // See below for configurable options.
                                        }
                                    } ,    // < --- add comma here  means continued 
                                

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  Manu85
                                  last edited by

                                  impeccable, you’re the best, the mirror has restarted, and now what’s next please

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

                                    @Manu85 wait til it hangs… look at the MMM-Logging module instructions, where does it put the log file,
                                    find it and practice how to view it

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      Manu85
                                      last edited by

                                      ok i just deleted my automatic hourly reboot and i’ll wait for it to hang

                                      1 Reply Last reply Reply Quote 0
                                      • ? Offline
                                        A Former User
                                        last edited by A Former User

                                        Just for more information. It’s on MM v2. 11.0?

                                        Because I have some freeze problem too. I have never in v2.10.x

                                        I suspect electron versioning bug

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

                                          @Bugsounet so far my 10 different mm systems have been running fine since upgrade (using my upgrade script)

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 1
                                          • ? Offline
                                            A Former User
                                            last edited by

                                            weird, thx, i will inspect more

                                            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
                                            • 2 / 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