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

    Posts

    Recent Best Controversial
    • Photo Board incl. MagicMirror

      Hi all, until now I used a whiteboard in the kitchen for my personal overview for the events of the next week on a high level.
      Based on this planning I created my Info/Photo Panel with my favorite functionalities:
      • automatic/sync private calendar’s overview (my calendar for the next week, other calendars of a month base)
      • my printed pictures for my happiness (child’s, holidays, funny days…)
      • every time child’s drawing on it
      • weather forecast for the week
      • Information about current alarm Situation of the fire stations in my area
      • a magnetic table to use with chalk and non-permanent bordmarker

      Used module/functionality:

      • alert
      • calendar (ics and ICloud)
      • clock
      • compliments (time and weather based)
      • currentweather
      • weatherforecast
      • newsfeed
      • MMM-ping (basic monitoring of remote server)
      • MMM-PIR-Sensor (currently not working)

      Out of the box:
      shutdown/reboot/power on python script

      That is the result:

      Monitor
      Monitor
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild
      Bild

      posted in Show your Mirror
      schwoediauerS
      schwoediauer
    • RE: Sync private iCloud calendar with MagicMirror

      @l0cal Hi !

      I’m also interrested on this solution to display reminders on this way, but It dosen’t work actually for me.
      Do you have a running configuration

      posted in Tutorials
      schwoediauerS
      schwoediauer
    • RE: Sync private iCloud calendar with MagicMirror

      @bgz Good morning Create an “hidden” folder by command mkdir .vdirsyncer, and check it by command ls - lisa

      posted in Tutorials
      schwoediauerS
      schwoediauer
    • RE: Sync private iCloud calendar with MagicMirror

      @Beh Hi Beh, great work it’s a little bit tricky but it works fine on my side. One additional Information. I got an error by syncing after modification of an event on iCloud side. Therefore is necessary to modify the conflict_resolution in the config file as described here: https://vdirsyncer.pimutils.org/en/stable/config.html#pair-section

      I added this section in my configuration:

      CALDAV Sync

      [pair iCloud_to_MagicMirror]
      a = “Mirror”
      b = “iCloud”
      collections = [“65CFC60E-8888-4B7A-B8DB-0043A969A041”]
      conflict_resolution = “b wins”

      after first sync…

      pi@pi_mirror:/etc/systemd/user $ /usr/bin/vdirsyncer sync
      Syncing iCloud_to_MagicMirror/65CFC60E-8888-4B7A-B8DB-0043A969A041
      Doing conflict resolution for item 247C105F-156B-41DC-B1D6-BFDB7C753BDC…

      second sync imports the modified event in my .ics file

      have a nice Day!

      posted in Tutorials
      schwoediauerS
      schwoediauer
    • 1 / 1