• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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

  • E

    My first Mirror ...Draft

    Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
    5 Mar 23, 2019, 3:12 PM
    Mar 23, 2019, 12:15 PM
    13
    1 Votes
    5 Posts
    3k Views
    B Mar 23, 2019, 3:12 PM
    Well well well… wookie what we have here. :winking_face: Good job, dude. It looks great!
  • E

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

    Watching Ignoring Scheduled Pinned Locked Moved Entertainment
    38 Mar 20, 2019, 7:41 PM
    Mar 13, 2019, 2:43 PM
    1 Votes
    38 Posts
    16k Views
    C Mar 20, 2019, 7:41 PM
    @ejay-ibm thanks for letting me know. :D I am definitely going to give it a try tomorrow morning.
  • E

    MMM-AI

    Watching Ignoring Scheduled Pinned Locked Moved Fun & Games
    19 Mar 13, 2023, 11:29 PM
    Mar 6, 2019, 3:08 PM
    1
    3 Votes
    19 Posts
    9k Views
    J Mar 13, 2023, 11:29 PM
    Hi, How do you use this module? Do you need Alexa? What changes are required to make it work? Thank you, JM
  • E

    MMM-Image-On-Notification

    Watching Ignoring Scheduled Pinned Locked Moved Solved Requests
    16 Mar 1, 2019, 9:25 PM
    Mar 1, 2019, 9:20 AM
    0 Votes
    16 Posts
    5k Views
    E Mar 1, 2019, 9:25 PM
    @sdetweil Yes config/images or modules/images Both would be ok since not overwritten in case of an update. Good Idea.
  • E

    Mic array PLUS Other sensor ? possible ?

    Watching Ignoring Scheduled Pinned Locked Moved Hardware
    6 Apr 9, 2019, 7:17 AM
    Feb 26, 2019, 12:45 PM
    0 Votes
    6 Posts
    1k Views
    I Apr 9, 2019, 7:17 AM
    @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.
  • E

    Control your Mirror Volume with Voice ( MMM-AssistantMk2 )

    Watching Ignoring Scheduled Pinned Locked Moved Development
    1 Feb 19, 2019, 6:31 PM
    Feb 19, 2019, 6:31 PM
    0 Votes
    1 Posts
    876 Views
    E Feb 19, 2019, 6:31 PM
    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
  • E

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

    Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Feb 19, 2020, 7:17 AM
    Feb 14, 2019, 1:57 PM
    0 Votes
    9 Posts
    2k Views
    P Feb 19, 2020, 7:17 AM
    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
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy