This guide will walk you through the installation process of MMM-GoogleDocs-Notes.
We will
-
Create a Google Cloud Project and configure OAuth to access your Google Drive
-
Authorize MMM-GoogleDocs-Notes via cli
-
Setup the Google Docs Page
-
Check the result
Prerequisite:
-
Downloaded the MMM-GoogleDocs-Notes module from GitHub to your Magic Mirror modules directory
-
nodejs installed
-
you can open a cli (cmd, bash, shell or whatever you are running)
-
you have a google account
Creation Date: September 9, 2023
13. Click on "[email protected]"
14. Type "[email protected]"
18. Type "[email protected]"
In the MMM-GoogleDocs-Notes directory open a cmd/shell and execute
-
node authorize.mjs
-
or if you run MM on a raspberry pi
sudo -u pi -- node authorize.mjs
(Changepi
to the user that runs the Magic Mirror application).
Follow the instructions to authorize the Google account for which you want to display notes on your mirror. It must be one of the "Test users" previously configured in the consent screen.
34. Select "[email protected]"
Check for succeeded authorization status
The module created a new file in your google docs that is used to display.
Insert the config to your the Magic Mirror config.js (see readme)
{
module: 'MMM-GoogleDocs-Notes',
header: "Notes",
...........
}
Check the result
Created with Tango.us