• 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.

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

Scheduled Pinned Locked Moved Productivity
47 Posts 17 Posters 29.8k Views 18 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.
  • C Offline
    citizendevpi
    last edited by Jan 6, 2019, 12:52 PM

    Any help

    S 1 Reply Last reply Jan 6, 2019, 3:51 PM Reply Quote 0
    • S Offline
      shbatm Module Developer @citizendevpi
      last edited by Jan 6, 2019, 3:51 PM

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

      Any help

      Sorry, I haven’t had a chance to fire up my printer and take a look yet. Going to try in the next few days. They’ve probably updated something in Octoprint that broke it.

      One thing I did think of to have you check on: make sure you have Allow CORS turned on in your Octoprint settings.

      1 Reply Last reply Reply Quote 0
      • S Offline
        shbatm Module Developer
        last edited by Jan 7, 2019, 2:07 AM

        @michael24h @citizendevpi Please update the module to the latest version and give it a try.

        Short version: OctoPrint changed the way the API login works.
        Long version: The new bundled OctoPrint plugin ForceLogin now requires the API to get a session ID and send it back to the socket before it will send any detailed messages. Detailed here and here.

        C 1 Reply Last reply Jan 7, 2019, 9:07 AM Reply Quote 0
        • C Offline
          citizendevpi @shbatm
          last edited by Jan 7, 2019, 9:07 AM

          @shbatm so how do i fix it? add some more info in config or ???

          S 1 Reply Last reply Jan 7, 2019, 1:20 PM Reply Quote 0
          • S Offline
            shbatm Module Developer @citizendevpi
            last edited by shbatm Jan 9, 2019, 10:22 PM Jan 7, 2019, 1:20 PM

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

            how do i fix it?

            Update the module. You shouldn’t need to add anything else.

            cd ~/MagicMirror/modules/octomirror-module
            git fetch 
            git pull
            
            1 Reply Last reply Reply Quote 0
            • S Offline
              SEMPL3X
              last edited by Nov 2, 2019, 8:30 PM

              Hey @shbatm Thanks for the module! It is soo great! But i have one question. When the Printer and Octoprint is Offline, but my MM runs, it is offline ok but when i start the Printer and octoprint it says in MM that the printer is offline. How can i fix that ? :) Hope u see this :D

              1 Reply Last reply Reply Quote 0
              • J Offline
                jay.j.flynn
                last edited by Feb 16, 2020, 8:13 PM

                Is there a way to hide the module when the printer is offline?

                T M 2 Replies Last reply Apr 25, 2020, 1:19 PM Reply Quote 0
                • T Offline
                  TheMysticle @jay.j.flynn
                  last edited by Apr 25, 2020, 1:19 PM

                  @jay-j-flynn Hi if you still have this running did you actually get it to work? I can’t get mine to display anything. It’s like it doesn’t connect to octopi.

                  F 1 Reply Last reply Apr 26, 2020, 12:38 PM Reply Quote 0
                  • F Offline
                    Fozi Project Sponsor @TheMysticle
                    last edited by Apr 26, 2020, 12:38 PM

                    @TheMysticle First I also couldn’t make the module work until I did the following:

                    1. Entered in config.js the IP-address of the RPi OctoPrint runs on
                    2. Enter the API key without any brackets (the ReadMe.md was a bit misleading)

                    My config looks like this:

                    {
                            module: "octomirror-module",
                            position: "middle_center",
                            config: {
                                url: "http://192.168.0.123",
                                printerName: "Ender 3 Pro",
                                interactive: false, // Set to false to hide the file drop down and only show the stream.
                                api_key: "1234567890ABCDEFGHI"
                            }
                        },
                    

                    HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      Davido
                      last edited by Jun 25, 2020, 4:54 PM

                      Hi, I have the same problem as @TheMysticle . I have tried changing nearly everything, but the only thing i got is the Camera Stream. The Api must be working, because i use this also in my Home Assistant and there i got all the Informations.
                      The Installation was made from https://github.com/shbatm/octomirror-module

                      Here is my config

                      {
                      				module: "octomirror-module",
                      				position: "bottom_left",
                      				config: {
                      					url: "http://192.168.0.97",
                      					api_key: "1234567890ABCDEF",
                      					printerName: "Ender 3",
                      					showTemps: true,
                      					showDetailsWhenOffline: true,
                      					interactive: false, // Set to false to hide the file drop down and only show the stream.
                      						}
                      				},
                      

                      Maybe someone has an Idea

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