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.

    Kalliope assistant + MM

    Scheduled Pinned Locked Moved Fun & Games
    58 Posts 10 Posters 42.8k Views 12 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.
    • D Offline
      dmwilsonkc
      last edited by

      @sispheor So using the ctrl-shift-i I was able to find the error that it is throwing.

      Uncaught TypeError: console.log is not a function
      

      This error is repeated in the log each time it receives the post request.

      What are your suggestions?

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

        @dmwilsonkc edit the MM/modules/MMM-kalliope/MMM-kalliope.js and change all console. to Log.

        console.log is ONLY allowed in the node_helper.js and Log.log is ONLY allowed in the module.js

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          dmwilsonkc
          last edited by

          @sispheor So… I figured out how to get rid of the error. I deleted line 86 of MMM-kalliope.js .

          console.log(this.name + " received a socket notification: " + notification + " - Payload: " + payload);
          

          Everything works fine for now. Not sure why this is, but I’m assuming the chromium browser does not like the console.log code, but I could be wrong.

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

            @sdetweil huumm… yes it is obvious that you have to call your magic mirror url. Including the port if you changed it.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sispheor @dmwilsonkc
              last edited by

              @dmwilsonkc indeed it’s weird, I use this code as it in prod on my mirror without any issue.
              Maybe a recent update of chromium or MM.

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

                @sdetweil Thanks for the info, I didn’t see it in time. I deleted the entire line of code. It worked after that. I will replace the line with your suggestion this evening.

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

                  i have 5 lines of console.log on my MMM-kalliope.js

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

                    @sispheor well, as a new MM user, obvious is not so…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      Guys, don’t hesitate to send a pull request to the project with your update. Including the “port” documentation part.

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

                        @sispheor @sdetweil Hey guys, thanks for your help! I got things working over the weekend.

                        Here’s a short video.

                        Cheers!

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 4 / 6
                        • 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