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

    Posts

    Recent Best Controversial
    • MMM-MPD

      Description

      I just created my first module and thought it would be nice to share it with you.
      Its an MPD (music player deamon) integration.
      It show the current state of your music player and songs coming up.

      It’s an early version, i still need to do some refactoring but if anyone would like to try it feel free to do so.

      Next up is propably an integration with the Home Assistant API.

      Screenshot

      alt text

      Download

      [card:timjong93/MMM-MPD]

      posted in Entertainment
      T
      timjong93
    • RE: Mirror mirror on the wall alexa skill

      @goprojojo

      I had the same issue adding a host value to the device constructor in mirormirror.js after line 16 did the trick for me.
      You can find it in the AWS IOT settings panel.

      app.device = awsIot.device({
          keyPath: __dirname + "/certs/MagicMirror.private.key",
          certPath: __dirname + "/certs/MagicMirror.cert.pem",
          caPath: __dirname + "/certs/root-CA.crt",
          clientId: "MirrorMirror" + (new Date().getTime()),
          region: "us-east-1",
          host: "************.iot.us-east-1.amazonaws.com",
        });
      
      posted in Troubleshooting
      T
      timjong93
    • RE: External access for embedded google assistant with custom actions

      Just to let you know, i managed to integrate the assistant application as a python child process running in is own virtualenv which is created using npm, limiting the amount of installation steps required by users.

      Now the fun part starts, handling commands from the assistant and implementing fancy animations :)

      posted in Development
      T
      timjong93
    • 1 / 1