Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign in to Google won't work #47

Open
johnandamycal opened this issue Oct 19, 2023 · 1 comment
Open

Sign in to Google won't work #47

johnandamycal opened this issue Oct 19, 2023 · 1 comment

Comments

@johnandamycal
Copy link

I have followed the instructions for installation of the module. However I am having an issue when authorising the module.

It won't work on the Pi and it tries to open a browser, but my Pi won't open it and it just errors.

I seen on the FAQ's that you can use VNC, I have followed all instructions online, but the VNC app just won't find my Pi.

At a bit of a loss, what should I do?

@randomBrainstormer
Copy link
Owner

randomBrainstormer commented Mar 4, 2024

Hi @johnandamycal,

I'm sorry to hear about the trouble you're experiencing. I've recently updated the module and its authorization libraries to address some of these issues. Please try updating the module first and then attempt the authorization process again.

Here are the steps to update the module and check for errors:

  1. Update the Module: Navigate to the MMM-GoogleCalendar module directory and pull the latest updates:
    cd ~/MagicMirror/modules/MMM-GoogleCalendar
    git pull
  2. Retry Authorization: After updating, try running the authorization script once more:
node authorize.js
  1. Check Logs for Errors: If the Raspberry Pi still does not open the URL or if you encounter an error, please check the logs for any specific error messages. The logs can provide valuable insights into what might be going wrong:
    pm2 logs mm

Look for any errors related to the MMM-GoogleCalendar module and share them if you need further assistance.

If you're still unable to connect via VNC and the authorization process doesn't proceed on the Pi, the logs should help us understand the exact issue. Don't hesitate to post any error messages you find; they can be crucial for diagnosing the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants