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.

    console.Log() shows nothing?

    Scheduled Pinned Locked Moved Solved Development
    19 Posts 8 Posters 14.7k Views 7 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 @easty
      last edited by

      @easty in the script that starts mm do

      export ELECTRON_ENABLE_LOGGING=1

      or do that before u manually type npm start

      or use the MMM-Logging module (not mine)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      E 1 Reply Last reply Reply Quote 0
      • E Offline
        easty @sdetweil
        last edited by easty

        @sdetweil

        Getting error EADDRINUSE and MM is blank, though I was trying to debug a module that stopped working yesterday 1st October.

        At this point, I will delete and reinstall MM and wait for the module developer to update or move to an alternative. I traced the error back to http data request made by node helper js but haven’t been able to find a way to see the console.log or log.info for it. The http link produces json data correctly.

        Edit

        Okay this error was to do with the module, I was curious so I deleted the folder for the module and its working again. I can see info logging in terminal.

        How can I see info logging for node helper js?

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

          @easty u are using pm2 to launch mm.

          so open a terminal window and do

          pm2 status
          pm2 stop x

          where x is the name (MagicMirror if you used my install script})
          or the number in the row of output

          u don’t have to reinstall

          pm2 info x

          will tell you how the process is started mm.sh
          which is what u would modify

          using pm2, u can also see the logs by using the command,
          pm2 logs --lines=???
          where ??? is a number, 15 by default

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          E 1 Reply Last reply Reply Quote 0
          • E Offline
            easty @sdetweil
            last edited by easty

            @sdetweil

            I haven’t installed pm2, I’m updating files through the file manager and using visual code editor. I couldn’t see console logging of node helper through the browser based developer tools but could see it through MM output in its terminal window. So thank you for showing me how to enable logging, that made a big difference.

            I’ve got the module working again - seems like since yesterday, its decided not to like using https but works find with unsecure http. Through a browser that http link works fine through http or https so was difficult to figure out. Not sure if something changed with the website or with MM http. Most likely the website.

            Anyway, appreciate the help!

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

              @easty if u want to setup using pm2, then there is another script on my page, down at the bottom

              fixuppm2.sh

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 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
                OSZAR »