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.

    Logging issues

    Scheduled Pinned Locked Moved Solved Troubleshooting
    22 Posts 2 Posters 2.5k 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.
    • S Offline
      sdetweil @BKeyport
      last edited by sdetweil

      @BKeyport git pull for update
      I think you can set page (will resume rotation)
      then immediately (or before rotationTime) pauseRotation

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      BKeyportB 1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer @sdetweil
        last edited by

        @sdetweil – Pausing is working perfectly, but we moved the bug elsewhere.

        [MMM-pages] received a notification to change to page 0 of type string.
        MMM-pages.js:192 [MMM-pages] cannot change to a named page 0'
        updatePages	@	MMM-pages.js:192
        notificationReceived	@	MMM-pages.js:102
        sendNotification	@	main.js:99
        sendNotification	@	main.js:649
        sendNotification	@	module.js:350
        socketNotificationReceived	@	MMM-Remote-Control.js:159
        (anonymous)	@	module.js:240
        (anonymous)	@	socketclient.js:32
        Emitter.emit	@	index.js:136
        emitEvent	@	socket.js:553
        onevent	@	socket.js:540
        MMSocket.socket.onevent	@	socketclient.js:26
        onpacket	@	socket.js:508
        Emitter.emit	@	index.js:136
        (anonymous)	@	manager.js:217
        Promise.then		
        (anonymous)	@	globals.js:4
        ondecoded	@	manager.js:216
        Emitter.emit	@	index.js:136
        add	@	index.js:142
        ondata	@	manager.js:203
        Emitter.emit	@	index.js:136
        _onPacket	@	socket.js:259
        Emitter.emit	@	index.js:136
        onPacket	@	transport.js:99
        onData	@	transport.js:91
        
        curl -X GET http://mirrorserv:8080/api/notification/PAGE_CHANGED/0
        curl -X GET http://mirrorserv:8080/api/notification/PAUSE_ROTATION/
        

        The "E" in "Javascript" stands for "Easy"

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

          @BKeyport can you show me the actual request for page 0

          its a number, 0 , not a string “0” or ‘0’

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          BKeyportB 1 Reply Last reply Reply Quote 0
          • BKeyportB Offline
            BKeyport Module Developer @sdetweil
            last edited by

            @sdetweil it’s through MMM-Remote-Control - the curl statements above is what is sent to trigger.

            The "E" in "Javascript" stands for "Easy"

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

              @BKeyport ok, will look at what to do

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              BKeyportB 1 Reply Last reply Reply Quote 0
              • BKeyportB Offline
                BKeyport Module Developer @sdetweil
                last edited by

                @sdetweil FWIW, it worked before the latest changes, just didn’t pause as requested.

                The "E" in "Javascript" stands for "Easy"

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

                  @BKeyport yes, i know, i sent a notification with a string and it crashed. so i added a check, its NOT supposed to be a string
                  but ive got to figure out how to deal with that

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  BKeyportB 1 Reply Last reply Reply Quote 0
                  • BKeyportB Offline
                    BKeyport Module Developer @sdetweil
                    last edited by

                    @sdetweil Yeah, I was looking into the code myself.

                    Maybe a re-write to see if it’s a string, then parseint(this.curPage) - and if it’s not NaN, run it?

                    The "E" in "Javascript" stands for "Easy"

                    S 2 Replies Last reply Reply Quote 0
                    • S Offline
                      sdetweil @BKeyport
                      last edited by sdetweil

                      @BKeyport yeh, but parseInt stops if it sees a non numeric, but doesn’t fail

                      so 1234test returns 1234

                      which is incomplete

                      such was my comment about what to do

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

                        @BKeyport git pull when you have time

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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