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

    bwestover33

    @bwestover33

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

    bwestover33 Unfollow Follow

    Latest posts made by bwestover33

    • MMM-CalendarExt2 not showing up

      Hello there,

      I am having trouble even getting the calendar to show up on my Magic Mirror interface. Tried all kinds of code for MMM-CalendarExt and it wasn’t working no matter what I tried. Decided to try this one. Not showing up either…really confused. All software is up to date. I downloaded the github code and went through the installation process in the terminal and then added the code to Javascript. Here is my code. Any ideas? It’s just black…

      {
      module: “MMM-CalendarExt2”,
      header: “Family Calendar”,
      position: “middle_center”,
      config: {

                  calendar: [
      	            {
      		            url: 'https://calendar.google.com/calendar/ical/********public/basic.ics',
      		            symbol: 'calendar'
      	              },
                      ],
                    }
      	},
      
      posted in Troubleshooting
      B
      bwestover33
    • RE: Google Calendar reading, "No upcoming events."

      ok, I will look at it. Thank you. See if that’s what’s blocking the connection.

      posted in Troubleshooting
      B
      bwestover33
    • RE: Google Calendar reading, "No upcoming events."

      Oh ok, not sure what I will be looking for but I will give it a go. Thank you for you help!

      posted in Troubleshooting
      B
      bwestover33
    • RE: Google Calendar reading, "No upcoming events."

      I downloaded the url from the google calendar website and entered it into the java script in file manager, is that what you are saying?

      posted in Troubleshooting
      B
      bwestover33
    • RE: Google Calendar reading, "No upcoming events."

      Forgive me, but what is the Ics?

      posted in Troubleshooting
      B
      bwestover33
    • RE: Google Calendar reading, "No upcoming events."

      2.14.0 is what the terminal is saying

      posted in Troubleshooting
      B
      bwestover33
    • Google Calendar reading, "No upcoming events."

      Hello There,

      Forgive a complete noob here, I have been scouring the internet trying to figure out how to get my google calendar to show up on the Magic Mirror interface. It just keeps saying, " No upcoming Events" even when there is. Tried adding maximumNumberOfDays module to 90 and nothin…

      not sure if this is how you add code to forum, but this is the java script.

      {
      module: “calendar”,
      header: “Family Calendar”,
      position: “lower_third”,
      config: {
      calendars: [
      {
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/britwestover%40gmail.com/private-7740b100fcef679b33ad0f95bcead17e/basic.ics”,
      maximumNumberOfDays:90,
      }
      ]
      }
      },
      {
      module: “compliments”,
      position: “lower_third”
      },
      {

      posted in Troubleshooting
      B
      bwestover33