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

    Posts

    Recent Best Controversial
    • MMM-Calendar not showing calendar

      Hi,

      I have the default MMM-Calendar module working fine with a Google ical link:

      url: "webcal://calendar.google.com/calendar/ical/MY_PRIVATE_ICAL_ADDRESS/basic.ics"
      

      I am now trying to view a CalDav calendar from NextCloud, with:

      url: "https://MY_DOMAIN.com/nextcloud/remote.php/dav/calendars/USER/personal?export",
          auth: {
          user: 'USER',
          pass: 'PASSWORD',
          method: 'basic'
          }
      

      As this does not work, I have exported/downloaded the Nextcloud CalDav calendar to a local .ics file:

      curl -L https://USER:PASSWORD@MY_DOMAIN.com/nextcloud/remote.php/dav/calendars/USER/personal?export > /var/www/html/calendars/personal.ics
      
      chown www-data:www-data /var/www/html/calendars/personal.ics
      

      …but still cannot get it to display, using:

      url: "webcal://127.0.0.1/calendars/personal.ics"
      

      I then tried this approach with the working Google calendar. I downloaded the Google basic.ics file, confirmed that it is accessible (via a web browser at https://127.0.0.1/calendars/basic.ics), but disappointingly, MMM-Calendar cannot display it using:

      url: "webcal://127.0.0.1/calendars/basic.ics"
      

      Is there anything obvious that I’m missing / should be doing?

      I’m trying to ditch Google and use my own servers, with Nextcloud providing the calendar, but can’t fathom why MMM-Calendar won’t take my Nextcloud link (CalDav being ?exported to .ics).

      In summary, my options appear to be to access direct the Nextloud calendar, or to download it and access it locally. Neither of these options seem to work; and accessing the working Google calendar, locally, does not work either, even though it is accessible by Apache.

      Please help… :(

      posted in Troubleshooting
      C
      castletonroad
    • RE: v2.4.1 git pull && npm install fails

      This is still an issue for me.

      Surely I’m not the first to experience this error?

      Should I just delete and reinstall MM2…?

      :(

      posted in Troubleshooting
      C
      castletonroad
    • v2.4.1 git pull && npm install fails

      Hi,

      MM2 running nicely.

      Trying to upgrade to v2.4.1:

      pi@raspberrypi3:~/MagicMirror $ git reset --hard
         HEAD is now at 6aa156d Merge pull request #1343 from MichMich/develop
      
      pi@raspberrypi3:~/MagicMirror $ git pull && npm install
      error: cannot lock ref 'refs/tags/v2.4.1': unable to resolve reference 'refs/tags/v2.4.1': reference broken
      From https://github.com/MichMich/MagicMirror
       ! [new tag]         v2.4.1     -> v2.4.1  (unable to update local ref)
      

      Any ideas how to fix this, greatly appreciated :)

      Thanks in advance.

      posted in Troubleshooting
      C
      castletonroad
    • 1
    • 2
    • 3
    • 3 / 3