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

    OsCourt

    @OsCourt

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

    OsCourt Unfollow Follow

    Latest posts made by OsCourt

    • RE: CalDAV

      Hi @poekel,

      How have you installed baikal on your Syno ?

      posted in Troubleshooting
      O
      OsCourt
    • RE: CalDAV

      Thanks @Beh.

      I don’t have dav.php file in my baikal folder on my Syno :/
      I had already read the readme and I have the digest authentication in the mirror:

      config: {
                                      calendars: [
                                              {
                                                      symbol: "calendar-check-o ",
                                                      url: 'http://ipaddress/baikal/cal.php/calendars/homemagic/default?export&start=1514761200&componentType=VEVENT',
                                                      auth: {
                                                             user: "homemagic",
                                                             password: "pass",
                                                             method: "digest"
                                                            }
                                              },
                                      ]
                              }
      
      
      posted in Troubleshooting
      O
      OsCourt
    • RE: CalDAV

      Hi gentlemen,

      I’m sorry to reopen this old topic.
      What you are succeeded to do here it’s exactly what I search to do but it doesn’t work on my MagicMirror.

      • I have a Syno with Baikal (http://ipaddress/baikal/admin)
      • I have a user (homemagic) with his calendar (default)
      • My calendarfetcher.js is up-to-date (v2.2.0)

      URL I use for :
      http://ipaddress/baikal/cal.php/calendars/homemagic/default?export&start= 1514761200&componentType=VEVENT

      • Work on my android mobile with Caldav Sync Free Beta (PlayStore)
      • Work on ThunderBird
      • Doesn’t work on my MagicMirror :'(
      • My web browser (IE) return an error when I try to export

      Someone could help me please :)

      posted in Troubleshooting
      O
      OsCourt