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

    zeisolf

    @zeisolf

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

    zeisolf Unfollow Follow

    Latest posts made by zeisolf

    • RE: Voice control with Raspbian Buster

      Dear holidayv,

      thanks for your recommendation.
      Finally i tried and quickly succeeded with installation of bugsounet’s Google Assistant, which seems to be the successor of Assistant MK2.
      Although i must admit that for “WAF-reasons”;-) i use Alexa as hotword to start GoogleAssistant.
      I guess Google will not be happy, sure they already know…!

      posted in Troubleshooting
      Z
      zeisolf
    • Voice control with Raspbian Buster

      Hello everybody,

      as i have been trying several modules both for Alexa and Google Assistant without success now:
      can anyone of you give a recommendation for a recent Voice Module on a Pi3 with Raspbian Buster?

      The intention is to control an extra OpenHAB-Server via Magicmirror.

      If not, any recommendations of a working combination of Raspbian and Voice module?
      Is it wishful thinking to have this combination even not too complicate to install and setup?
      Additional modules to be used:
      MMM-PIR-Sensor
      MMM-IPCam
      MMM-MyCommute
      MMM-CalenderExt
      MMM-GoogleMapsTraffic

      Any comments appreciated… ;-)

      posted in Troubleshooting
      Z
      zeisolf
    • RE: CalDAV

      Dear all,

      it definitely sounds interesting to have Baikal-calenders on a MM as well.
      I am using Baikal (0.2.7, for my understanding the most recent version) on Synology for some time already now.
      By defnition i have the old-style path like http://MYSYNO/baikal/cal.php/calendars/USER/default/.
      To export any .ics-files for my understanding i will need to add the export plugin.
      How can i add this to Baikal on Synology or should this already be integrated in version 0.2.7?
      If not how can i update to any other version for Synology to enable this function?

      After some testing this is how i got it working:
      Add the Export-Plugin to Baikal:
      Edit cal.php
      near the end of the file add to the plugins:
      $server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
      Edit card.php
      near the end of the file add to the plugins:
      $server->addPlugin(new \Sabre\CardDAV\VCFExportPlugin());

      URL in the web browser (i.e. Magic Mirror):
      http(s)://SERVER/baikal/cal.php/calendars/USER/default?export
      http(s)://SERVER/baikal/card.php/addressbooks/USER/default?export
      No additional parameters needed, if you want you can as described earlier in this thread…

      posted in Troubleshooting
      Z
      zeisolf