When I try to install MMM-RemoteCompliments following the instructions (https://github.com/mitchelltmarino/MMM-RemoteCompliments/blob/master/Drive/README.md), I get an error message close to the end of the setup when I’m supposed to run the Setup.js script.
I’m in the MMM-RemoteCompliments/Drive folder, and I type “node Setup” and get back the following:
/home/admin/magicmirror/modules/MMM-RemoteCompliments/Drive/Setup.js:37
const oAuth2Client = new google.auth.OAuth2(client_id, client_secret, redirect_uris[0]);
^
TypeError: Cannot read properties of undefined (reading ‘0’)
at /home/admin/magicmirror/modules/MMM-RemoteCompliments/Drive/Setup.js:37:88
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
It probably doesn’t paste over well, but the “^” on the third line is pointing at “redirect_uris[0]”
Any suggestions on what is going wrong here? I believe I’ve done the correct authorizations and have the client secret file set up correctly, but I’m not sure what’s going wrong.