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

    Topics

    • ejay-ibmE

      My first Mirror ...Draft

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      5
      13
      1 Votes
      5 Posts
      3k Views
      bheplerB
      Well well well… wookie what we have here. :winking_face: Good job, dude. It looks great!
    • ejay-ibmE

      MMM-SpotifyControl . Control your Spotify music player using Mk2 assistant.

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      38
      1 Votes
      38 Posts
      17k Views
      Cr4z33C
      @ejay-ibm thanks for letting me know. :D I am definitely going to give it a try tomorrow morning.
    • ejay-ibmE

      MMM-AI

      Watching Ignoring Scheduled Pinned Locked Moved Fun & Games
      19
      1
      3 Votes
      19 Posts
      10k Views
      J
      Hi, How do you use this module? Do you need Alexa? What changes are required to make it work? Thank you, JM
    • ejay-ibmE

      MMM-Image-On-Notification

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
      16
      0 Votes
      16 Posts
      5k Views
      ejay-ibmE
      @sdetweil Yes config/images or modules/images Both would be ok since not overwritten in case of an update. Good Idea.
    • ejay-ibmE

      Mic array PLUS Other sensor ? possible ?

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      6
      0 Votes
      6 Posts
      2k Views
      I
      @dxfan227 read this topic: https://forum.magicmirror.builders/topic/7035/boosting-usb-mic-or-best-mic-choice/2 depending on your project goals, the USB mic might be a good option, but if the primary use would be voice assistant, then I recommend the mic array.
    • ejay-ibmE

      Control your Mirror Volume with Voice ( MMM-AssistantMk2 )

      Watching Ignoring Scheduled Pinned Locked Moved Development
      1
      0 Votes
      1 Posts
      929 Views
      ejay-ibmE
      Hi Members, I want to share my experience here using MMM-AssistantMk2. My objective was to be able to control my Mirror with voice command eg: “Set volume to 5” to have it at 50% Looking at the MMM-Assistantmk2.js code I saw the transcription hook and decided to use that. With the help of @Sean who has developed this module, I have implemented some additional lines in the mentioned file. ( all coding credit goes to Sean ) Else the same working code would have been ugly if it was by me :) First in the section: transcription hook add "VOL_HOOK": { pattern: "set volume to ([0-9]+)", command: "VOL_COMMAND" }, then lower in section command "VOL_COMMAND": { shellExec: { exec: "amixer sset -M 'PCM'", options: (params, key) => { return (params[1] * 10) + "%" } }, } This allows me now to say “Jarvis” … “set volume to 5” then my volume will be set to 50%. Note that you will need to pull the last update from git to get this works as we found a bug in the code with the ‘param’ while I tried to implement that. Sean fixed that very quickly and it’s now available. Hope that will be useful for the community and thanks again to Sean for this great module. You can find the full discussion on this topic here https://github.com/eouia/MMM-AssistantMk2/issues/89 Ej
    • ejay-ibmE

      Blank screen issue ( another one again ) after one hour or so...

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      0 Votes
      9 Posts
      2k Views
      P
      Hi @ejay-ibm did you manage to fix the issue. i have the same issue with the PIR Module. Sometimes the screen wakes up but its blank and i have to restart the pi.
    • 1 / 1