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

    Posts

    Recent Best Controversial
    • MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.

      Description
      Whenever someone rings your doorbell by pressing the button on your ring device, a video will appear wherever the module is placed within MM. This module will only work for ding events and will not do anything for motion events. Whenever there is no video being displayed nothing else is shown in its place.

      Download :

      [card:DustinBryant/MMM-Ring]

      posted in Utilities
      D
      DustinBryant
    • RE: Out of curiousness - what's this error?

      I realize this is an old question but thought I’d provide a little more info just in case someone else stumbles upon this or you’re still looking for an answer.

      @sdetweil is correct in that the updatenotification is what is generating this error in the log.

      For the most part it can be ignored entirely as it doesn’t stop functionality from continuing.

      updatenotification module checks each module’s folder you designate in your config file. Within each of those folders it checks to see if it is hooked into git. If it is, then when the updatenotification triggers a check for updates, it will essentially run git fetch for each one of those folders its tracking.

      Now, if the remote is a private repository that requires credentials and you have not set those credentials local or global you then receive this error.

      I do not recommend setting your credentials for git locally or globally as this information is stored in plain text on your machine. However, if you still want to do this to avoid the error you can do the following:

      Navigate to a private repository folder on your Raspberry pi and execute the following:

      git config --global credential.helper store && git pull
      

      This will then ask for your credentials. Once you have provided them then all your private repositories will use the credentials you provided and you shouldn’t have to manually provide those credentials again. In turn, you will no longer see this error.

      posted in Troubleshooting
      D
      DustinBryant
    • RE: Ring Doorbell / Alarm Module

      Better late than never!

      I just released MMM-Ring which provides a live video whenever someone rings your ring doorbell. No plans for anything else as this met all my needs. Also, only have a doorbell and not all the other Ring products. Though, it is now public so if someone wants to extend the functionality they can have at it!

      https://github.com/DustinBryant/MMM-Ring

      posted in Requests
      D
      DustinBryant
    • RE: MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.

      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.

      posted in Utilities
      D
      DustinBryant
    • 1 / 1