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

    Posts

    Recent Best Controversial
    • RE: [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server

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

      posted in Productivity
      S
      shbatm
    • RE: Clean installation... fails left and right

      @devinhedge said in Clean installation... fails left and right:

      Install Node.js from source

      The Nodesource install scripts will save you some time/steps:

      curl -sL https://deb.nodesource.com/setup_10.x | bash -
      apt-get install -y nodejs
      

      It looks like everything installed correctly. As has been said before:

      @michmich said in Clean installation... fails left and right:

      As others have said, most of your problems are because you use Raspbian Lite.

      The electron-quick-start app tries to install electron v4.0, which as I said above, does not work on the latest version of Raspbian–you need to use v3.0.13 (npm i electron@3.0.13).

      Also, are you trying to run electron from the Pi’s desktop or SSH? If you’re running it from SSH you need to run it with DISPLAY=:0 npm start

      posted in Bug Hunt
      S
      shbatm
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @djuscha said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      both streams are on stop and error messages

      This looks like the same error I got when I tried to use omxplayer with the OpenGL driver enabled in raspi-config. You’ll have to use the legacy driver if you want to use omxplayer on the most recent version of Raspbian.

      EDIT 10-Jan-19: Use the latest develop branch version. omxplayer requires the --no-osd flag to work properly with the OpenGL (Fake KMS) driver.

      posted in Utilities
      S
      shbatm
    • RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)

      @richland007 – So I just noticed something interesting: I tried adding multiple devices, and running “Discover my devices” from my echo. Alexa said she didn’t find any new devices, but when I looked in the device list on alexa.amazon.com, she had already found the other devices. Maybe try deleting all of the Wemo devices on your Alexa app and then retrying discovery?

      posted in System
      S
      shbatm
    • RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)

      @djsunrise19 said in [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io):

      Thanks. I’m using an echo dot 3rd generation. Sadly, I have to wait. There seems to be no problems with your module / the mirror / network.

      I’d suggest posting a comment on the fauxmojs issue–maybe it will prompt them that more people are waiting for a fix. It looks like the python version has been fixed, so I’m sure it’s just a matter of them getting around to it.

      posted in System
      S
      shbatm
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @cr4z33 said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      With omxplayer stream switching is almost OK if it wasn’t that it doesn’t select the wanted stream.

      I can’t replicate this issue. Directly sending notifications: of the form notification: "RTSP-PLAY", payload: "streamX" works as expected and switches to the correct stream when using autoStart: false, rotateStreams: true, rotateStreamTimeout: 0.

      How many streams do you have again? Is it less than 10?

      @cr4z33 said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      With vlc it’s a mess as multiple streams ALWAYS start at the same time after a voice command.

      I think this is related to the fact that VLC doesn’t close the streams automatically when switching, it puts the window in the background until it times out, then it closes. Try adding a shutdownDelay: 0 to your module config to make the VLC stream close immediately on hiding. Same thing with omxplayer though, switching appears to work as expected on my end.

      Please also make sure you have the latest version of PM2: sudo npm install -g pm2

      posted in Utilities
      S
      shbatm
    • RE: Clean installation... fails left and right

      @dazza120

      cat ~/MagicMirror/node_modules/electron/package.json | grep '"version":'
      

      Upgrade with:

      cd ~/MagicMirror/
      npm install electron@3.0.13
      
      posted in Bug Hunt
      S
      shbatm
    • RE: [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io)

      @richland007 said in [MMM-AlexaOnOff] Simple Mirror Control from External Home Assistant (Alexa/Google Home/HASS.io):

      How do i read more log lines not only tailing the last 15 from pm2 logs mm ??

      They should be in ~/.pm2/logs by default. You can also stop the pm2 version and run the mirror manually using the instructions above.

      I’ll let you know if I can replecate the CPU issue, but that’s very strange. I haven’t seen that.

      Make sure you update to the latest version of the module to see the correct line, but other than that I don’t know why its not working for more than one device. At this point it sounds like a fauxmojs issue… You can always open an issue on their GitHub repo.

      posted in System
      S
      shbatm
    • RE: [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server

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

      posted in Productivity
      S
      shbatm
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @evroom said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:

      Back on develop branch again.

      Please send me your config in a chat.

      posted in Utilities
      S
      shbatm
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 20
    • 21
    • 5 / 21