diff --git a/Alexa To Reminders Access.js b/Alexa To Reminders Access.js index dcf4ca8..3e641ea 100644 --- a/Alexa To Reminders Access.js +++ b/Alexa To Reminders Access.js @@ -39,10 +39,10 @@ $$$$$$$$$$$$$$$$$$$$$$$ */ //set baseURL based on your home country url -const baseURL = 'https://www.amazon.com' +const baseURL = 'https://www.amazon.ca' //include the reminder list name exactly as it is in Reminders app -const reminderListName = 'Grocery and Shopping' +const reminderListName = 'To do List' //signInKey should be specific for your language. English uses "Sign in". German uses "Anmelden" const signInKey = "Sign in" @@ -157,4 +157,4 @@ async function main() { } await synchronizeReminders(); -} \ No newline at end of file +}