MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. tommertron
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    tommertron

    @tommertron

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    tommertron Unfollow Follow

    Latest posts made by tommertron

    • MMM-GoogleCalendar Not Loading

      Hi there,

      So I’ve gone through the installation instructions, created credentials etc, and ran authorize.js, which prints out a list of 10 events from my default google calendar in the terminal (so I am sure it must be authorizing okay.) But for the life of me, I cannot get MMM-GoogleCalendar to load! Here is the relevant section of my config.js screen (with the ID altered.):

      		{
      			module: 'MMM-GoogleCalendar',
      			header: "Family Events",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-week",
      						calendarID: "familyXXXXXXXXXXXXX"
      					},
      				],
      			}
      		},
      

      I’ve refreshed MM a bunch of times and done a full reboot, and no luck. When I take the above out, and put the default calendar module in its place, it renders fine. Any ideas?

      posted in Troubleshooting
      T
      tommertron