• 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 30.2k 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.
  • 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
      • D Offline
        Davido
        last edited by Jul 10, 2020, 9:20 AM

        So i found the solution if anyone needs this.
        To show the details you only have to activate “Allow Cross Origin Resource Sharing (CORS)” in Octoprint API Key Settings

        1 Reply Last reply Reply Quote 0
        • B Offline
          Bouba830 @barnosch
          last edited by Dec 17, 2020, 12:58 PM

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

          Awesome. Thanks, dude.
          0_1516468931273_c0a57a78-b5b3-443b-b61a-146cb8c97941-grafik.png

          made some little adustments to fit my needs.
          The only thing which i think could be also interesting is maybe the temperatures of the nozzle and the bed?

          Hello, how did you do to resize the modules ?, I just could modify the viedeo stream but not the lettering. : D

          1 Reply Last reply Reply Quote 0
          • B Offline
            Bouba830
            last edited by Bouba830 Dec 20, 2020, 9:41 AM Dec 20, 2020, 9:38 AM

            ![0_1608457124875_MM-octomirror.PNG](Uploading 100%) Hello, are you able to get the “showDetailsWhenOffline” option to work I have the latest version of Octoprint and the “CORS” option check, when Octoprint is off the display remains on the mirror.
            MM-octomirror.PNG

            1 Reply Last reply Reply Quote 0
            • M Offline
              MC
              last edited by Jan 22, 2021, 7:14 AM

              Hi There,

              That module is really great job !!
              But i have one thing i cannot solve. How can i resize the module especially the size from the video stream ??
              I tried with “width: XXX” but it doesn´t change anything. Also i can´t find a .css file to adjust.

              Maybe someone can help me? Because i don´t want to miss this module.

              Thanks
              MArcus

              1 Reply Last reply Reply Quote 0
              • M Offline
                MC @jay.j.flynn
                last edited by MC Jan 22, 2021, 7:39 AM Jan 22, 2021, 7:38 AM

                @jay-j-flynn
                Thats also very interesting for me. Anybody an idea to hide the module when printer is offline / finished ?

                1 Reply Last reply Reply Quote 0
                • C Offline
                  Cetax
                  last edited by Jan 23, 2021, 4:59 PM

                  Thanks for the great Modul :call_me_hand: Drucker.jpg

                  1 Reply Last reply Reply Quote 1
                  • N Offline
                    nkb88
                    last edited by Jan 28, 2021, 7:24 PM

                    Great module! I have one problem though - my mirror seems to stop updating the OctoPrint infos after some time - it then just says N/A… Anyone got an idea? Not refreshing anymore? Connection loss? Thanks!

                    N 1 Reply Last reply Feb 2, 2021, 6:36 PM Reply Quote 0
                    • N Offline
                      nkb88 @nkb88
                      last edited by Feb 2, 2021, 6:36 PM

                      Anyone an idea?

                      I 1 Reply Last reply Mar 27, 2021, 6:47 PM 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