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

    vanced54

    @vanced54

    0
    Reputation
    3
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    vanced54 Unfollow Follow

    Latest posts made by vanced54

    • RE: Google Calendar not updating

      @sdetweil

      I did Thank you

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil

      So any other suggestions as to figure out what is going on?

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil So what does that mean? Does that provide a clue as to why I’m not getting calendar events to show up?

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil

      The events were in the past. Only 10 were there but it seems like that is what the max events were set to.

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil

      It does find events. So that means the link is good I belive.

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil where do I do the node debug.js?

      I tried it but doesn’t seem to worka22cc263-c285-48e6-bf1c-420fccb1e735-image.png

      I did edit the debug.js file with the same link.

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil

      Not that I see but there may be something I am overlooking

      75dbe11d-a2be-4912-9cdd-fb84f27c0cad-image.png

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil I sure do

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil said in Google Calendar not updating:

      @vanced54 said in Google Calendar not updating:

      calendar error 404: Not Found

      that means the URL you provided is not working (not found)

      put the url in the browser on the pi, it must download an ics file… if not fix til it does
      then add THAT url to MM calendar config

      So I have gotten the 404 error to clear but there are no events coming in.

      {
      module: “calendar”,
      header: “Dustin’s Calendar”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “calendar-check-o”,
      url: “https://calendar.google.com/calendar/ical/USERNAME%40gmail.com/private-CODE/basic.ics” }
      ]
      }
      },

      Here is the code. I did change my user name to USERNAME and the private code to CODE

      posted in Troubleshooting
      V
      vanced54
    • RE: Google Calendar not updating

      @sdetweil Thanks. I will give it a go!

      posted in Troubleshooting
      V
      vanced54