@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.
Read the statement by Michael Teeuw here.
Latest posts made by dc331903
-
RE: MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.
-
RE: MMM-COVID19
Nice job! Looking good and thank you for the additions.
To add to that ordering of countries by name… allowing the ‘countries’ list to set the order. It looks like ‘orderCountriesbyName’ alphabetizes them, but I wasn’t able to figure out how to have them list in any other way.
Great job getting this going so quickly and appreciate it. Always like to have current information showing.
My Sample Code:
{ module: 'MMM-COVID19', position: 'top_left', config: { updateInterval: 300000, orderCountriesByName: true, worldStats: true, countries: [ "Canada", "Italy", "USA", "Mexico" ], headerRowClass: "medium", infoRowClass: "small", rapidapiKey : “xxxxxxxxxxx ADD YOUR OWN API KEY xxxxxxxxx” \ } },
-
RE: MMM-Ring: Displays a video stream of your Ring doorbell when someone rings your doorbell.
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)