Read the statement by Michael Teeuw here.
MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.
-
@Peter
It’s the same for me
I have nothing in “Network”
I have no “Public” directory !Help…
When i do /MagicMirror $ npm start dev
I have following :Whoops! There was an uncaught exception... { Error: listen EADDRINUSE 127.0.0.1:8585 at Object._errnoException (util.js:1024:11) at _exceptionWithHostPort (util.js:1046:20) at Server.setupListenHandle [as _listen2] (net.js:1351:14) at listenInCluster (net.js:1392:12) at GetAddrInfoReqWrap.doListen [as callback] (net.js:1501:7) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10) code: 'EADDRINUSE', errno: 'EADDRINUSE', syscall: 'listen', address: '127.0.0.1', port: 8585 }
-
did you get yours to work?, I gave up at this stage
-
@Peter-Leemon
Still no video
I don’t know if mmm-Ring works -
Unfortunately, I’ve since replaced my ring devices for something more localized. I do know recently Ring had an update that requires 2-factor authentication. You may want to try setting that up and following the directions on how to use it with mmm-ring.
-
out of curiosity what localized devices did you use and compatible with raspberry pi as well as MM?
-
Heads Up! -“Ring enables mandatory two-factor authentication”
Looks like 2FA is the new thing moving forward. I just started working on this module tonight and haven’t fully tested, but at least I know where to start now.I did notice that the sample code in the site for setting up 2FA is missing a comma in case you miss it. https://github.com/DustinBryant/MMM-Ring/wiki/Two-Factor-Auth-(ring2faRefreshToken-config-option)
-
@dc331903 Trying the above for Two-factor auth has not worked for me still. Let us know if yours is working! Logging seems to show it is getting connected to camera though… so it could just be a positioning issue for me.
-
Just updated this repository to require 2F Refresh Token as well as automating the process of automatically getting a new Refresh Token when the old one expires.
In order to get this update navigate to the MMM-Ring directory within MagicMirror/modules and perform the following:
git pull
npm install
If you need more information on the Refresh Token you can find it here: https://github.com/DustinBryant/MMM-Ring/wiki/Refresh-Tokens
Also, I no longer have a Ring device so I can’t maintain the repository anymore. I’ll do my best with what I can but I’m definitely looking for someone to take this over.
-
@dustinbryant Hi there. I have a refresh token. It works nice. But now i dont get it on the Mirror. How i update the efreshtoken? please help me
-
@nicoh the doc says to see the wiki