• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

updateDom() blocks MagicMirror

Scheduled Pinned Locked Moved Development
28 Posts 2 Posters 6.7k Views 2 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.
  • 1 Offline
    1BlauNitrox @sdetweil
    last edited by Jan 21, 2022, 7:33 PM

    @sdetweil What about JSON.stringify(this.response);

    S 1 Reply Last reply Jan 21, 2022, 7:33 PM Reply Quote 0
    • S Offline
      sdetweil @1BlauNitrox
      last edited by sdetweil Jan 21, 2022, 7:34 PM Jan 21, 2022, 7:33 PM

      @1blaunitrox that would work

      but it will be the JSON text representation of the object

      all fields and values

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 1 Reply Last reply Jan 21, 2022, 7:38 PM Reply Quote 0
      • 1 Offline
        1BlauNitrox @sdetweil
        last edited by Jan 21, 2022, 7:38 PM

        @sdetweil
        First: Is there an other option?

        Second: I added the getData() function in getDom()

                const wrapper = document.createElement("div");
                this.getData();
                if(this.response.lenght <= 0) {
                    wrapper.innerHTML = "No Entries";
                } else {
                    wrapper.innerHTML = JSON.stringify(this.response);
                }
                return wrapper;
        

        Now the mirror show UNDEFINED again

        S 2 Replies Last reply Jan 21, 2022, 7:44 PM Reply Quote 0
        • S Offline
          sdetweil @1BlauNitrox
          last edited by Jan 21, 2022, 7:44 PM

          @1blaunitrox length

          spelling matters…

          use the debugger

          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 @1BlauNitrox
            last edited by sdetweil Jan 21, 2022, 7:49 PM Jan 21, 2022, 7:46 PM

            @1blaunitrox this.getData() is not synchronous, so it will return long before the data is ready

            don’t call from getDom()

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Jan 21, 2022, 7:56 PM Reply Quote 0
            • S Offline
              sdetweil @sdetweil
              last edited by sdetweil Jan 21, 2022, 8:03 PM Jan 21, 2022, 7:56 PM

              see the doc

              https://docs.magicmirror.builders/development/introduction.html#module-structure

              https://docs.magicmirror.builders/development/core-module-file.html#subclassable-module-methods
              notificationReceived in particular

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 1 Reply Last reply Jan 22, 2022, 9:29 AM Reply Quote 0
              • 1 Offline
                1BlauNitrox @sdetweil
                last edited by 1BlauNitrox Jan 22, 2022, 9:30 AM Jan 22, 2022, 9:29 AM

                @sdetweil Do you remember my problem yesteray that my magic mirror doesn`t start? I started the program today in the morning. Without doing anythink since yesterday evening, the same error occurs.

                The only think I change was that I renamed lenght to length. Than I deleted the module module and copyed the new one.

                old post: https://forum.magicmirror.builders/topic/16233/error-while-starting-magic-mirror/29

                S 1 Reply Last reply Jan 22, 2022, 1:00 PM Reply Quote 0
                • S Offline
                  sdetweil @1BlauNitrox
                  last edited by Jan 22, 2022, 1:00 PM

                  @1blaunitrox I need to see the messages output by npm start

                  if you use pm2, then pm2 logs --lines=50

                  also maybe info from the developers window, ctrl-shift-i on the keyboard and select the console tab and scroll up to see any errors red text

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 1 Reply Last reply Jan 22, 2022, 1:49 PM Reply Quote 0
                  • 1 Offline
                    1BlauNitrox @sdetweil
                    last edited by Jan 22, 2022, 1:49 PM

                    @sdetweil
                    Here is the .pm2/logs/MagicMirror-error.log
                    https://haste.lyrotopia.net/equzexapal.js
                    Its always the same error

                    Here is the .pm2/logs/MagicMirror-out.log
                    https://haste.lyrotopia.net/mosubanoro.css

                    S 1 Reply Last reply Jan 22, 2022, 2:27 PM Reply Quote 0
                    • S Offline
                      sdetweil @1BlauNitrox
                      last edited by Jan 22, 2022, 2:27 PM

                      @1blaunitrox ok, weird…

                      npm -v
                      node -v

                      which user is pm2 installed on?

                      pm2 info 0

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 1 Reply Last reply Jan 22, 2022, 2:34 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        16/28
                        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