To generate an app password:
- Go to your Google Account
- Select Security.
- Under "Signing in to Google," select 2-Step Verification.
- At the bottom of the page, select App passwords.
- Enter a name that helps you remember where you’ll use the app password.
- Select Generate.
- Now you can copy the generated password to the config.json
{
"username": "YOUR_MAIL_ADDRESS",
"password": "YOUR_PASSWORD",
"nodeName": "Daily schedule",
"onlyUncheckedItems": true
}
The "onlyUncheckedItems" field is only interesting when you work with lists. If the value is true, it will only display the unchecked items.