MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bigzolly
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    Topics

    • B

      MMM-octomirror-module @shbatm UPDATE Request

      Watching Ignoring Scheduled Pinned Locked Moved Solved Feature Requests
      2
      0 Votes
      2 Posts
      337 Views
      B
      Hi again! Sorry for replying on my own post, but here is the solution I was able to make with a little modification, so I though I would gather these into a new message. To make it work with username / api key combo: Open MagicMirror config.js and add a new line to the octomirror module config a new parameter called user: “username”, then save it. Open octomirror-module.js in the modules/octomirror-module directory, and modify this: let user = “_api”, session = “”; to this: let user = this.config.user, session = “”; Save it, and restart the mirror. That should fix the connection issue :) Hope it might help someone. bigzolly
    • B

      OctoMirror - Not getting any updates on Info (shows only N/A)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      450 Views
      B
      @bigzolly said in OctoMirror - Not getting any updates on Info (shows only N/A): Hi hello everybody! As for the start: I am trying to solve this for about a week now without any luck. I also searched in different forums (here as well) and all I can see is that a lot of ppl having still this same problem. Right now I have tried to contact @shbatm. Hope he will be answering soon :) However here is what I have got so far: Everything updated to it’s latest version. Tried to modify the original module, and I was able to use the passive login via POST with an api key. I also recived back a connected payload, sending me some data. The problem is that I was not getting the “current” or “history” payload at all. Tried to simulate the payloads, and if I do that then it is recieved and translated correctly. TLDR: Does any1 of you guys have any idea, where to look for the issue? Why OctoPrint is not sending any of these payloads anymore? UPDATE: I did figured it out finally. It works completely fine. Sorry @shbatm. Somehow the MMM-Alexacontrol module broke it. When I delete the AlexaControl, everything works as intended. Maybe some port related stuff? BTW Thanks for reading. Hope might help someone.
    • 1 / 1