MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server

    Productivity
    17
    47
    14019
    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.
    • michael24h
      michael24h last edited by

      My stream showing upside down. any idea ?

      1 Reply Last reply Reply Quote 0
      • michael24h
        michael24h last edited by

        this works for me:
        div.octomirror-module img {
        transform: rotate(180deg);

        1 Reply Last reply Reply Quote 0
        • D
          d3r last edited by

          Installed this on my pi3 for the Mp select mini today. This is great!

          1 Reply Last reply Reply Quote 0
          • citizendevpi
            citizendevpi last edited by

            I can not seam to get the informatin to show up all items say n/a but my video shows no problem, would realy apricate any help

            1 Reply Last reply Reply Quote 0
            • S
              shbatm Module Developer last edited by

              Can you please post your config section? Have you enabled the API and provided an API key?

              citizendevpi 2 Replies Last reply Reply Quote 0
              • michael24h
                michael24h last edited by

                @shbatm said in [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server:
                please post your config section

                1 Reply Last reply Reply Quote 0
                • citizendevpi
                  citizendevpi @shbatm last edited by yawns

                  @shbatm

                  }, {
                          module: "octomirror-module",
                          position: "bottom_left",
                          config: {
                              url: "http://192.168.2.141",
                              api_key: "B7ACF3C4BDD04D61BF5176C75778661E",
                          }
                      },
                  

                  so i obviously cannot figure out how to copy paste my config i feel like i have some issues

                  1 Reply Last reply Reply Quote 0
                  • citizendevpi
                    citizendevpi @shbatm last edited by

                    @shbatm yes I have enabled the API as you can c it is in my config

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      shbatm Module Developer @citizendevpi last edited by

                      @citizendevpi Try adding debugMode: true, to the config and see if you get any useful information in the logs. I can’t remember if they’ll show up in the console or DevTools. Also, it’s been a while since I’ve used the module, but it will only show data when it’s actually printing too.

                      1 Reply Last reply Reply Quote 0
                      • michael24h
                        michael24h last edited by sdetweil

                        @citizendevpi said in [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server:

                        url: “http://192.168.2.141”
                        Looks like link isn’t complete. Should looks like this http://ip_address/webcam/?action=stream

                        {
                                module: 'MMM-MotionEye',
                                position: 'top_right',
                                    config:  {
                                    width: "460px",
                                    autoHide: false,
                                    url: "http://octoprint IP address/webcam/?action=stream",
                                    debug: false,    
                                    user: "pi"  
                                }
                            },   
                        

                        I hope this will help you

                        S 1 Reply Last reply Reply Quote 0
                        • 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy