A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-SleepWake using external motion detection source

    16
    3 Votes
    16 Posts
    6k Views
    S

    @mithatcak interesting

  • 2 Votes
    56 Posts
    87k Views
    S

    @randomnoise said in PIR-Sensor - put your mirror to sleep if not used:

    exec(“xdotool key space”); //simulate spacebar to disable screensaver. Needs xdotool to be installed

    Hello Randomnoise;

    So you did exactly what I am looking to do. Can you elaborate on how to configure this so my PIR will turn off the screen saver? I’ve already installed Xdotool, but I don’t know where to go from there.

  • MMM-navbar (for use with MMM-Page-Selector)

    Moved
    2
    1 Votes
    2 Posts
    2k Views
    Mykle1M

    @Aruta79

    Fantastisk! (The one Norwegian word I know). :thumbsup:

  • MMM-GoogleTTS

    1
    3 Votes
    1 Posts
    1k Views
    ?
    MMM-GoogleTTS

    Text-to-Speech module for MagicMirror with Google Cloud TTS API.

    Screenshot

    This module works on Background, so there is no screenshot.

    Features

    This module gives “voice” to MagicMirror

    speech by notification order hooking other notification data to speak. (e.g: read SHOW_ALERT message) speech by MMM-TelegramBot command /tts welcomeMessage preventing over-used API quota by daily limitation.

    [card:eouia/MMM-GoogleTTS]

    Memo

    This SDK is limited free. 4 Millions characters could be used per month without charge. I think it’s so enough for usual usage. You can limit daily usage by force with configuration to avoid charging. (But it’s your responsibility)

  • MMM-Console

    3
    5 Votes
    3 Posts
    2k Views
    G

    @Seann There he is, again with a cool module! :thumbs_up:

  • MMM-Leap-Motion: Gesture Control for Magic Mirror

    4
    3 Votes
    4 Posts
    6k Views
    R

    Would it be possible to make LEAP run on a laptop board with magic mirror (i5, 8GB of ram). A laptop board could be easily integrated in a frame.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    21 Views
  • MMM-Tools : System stat monitoring and commanding (ATB Supported)

    38
    3 Votes
    38 Posts
    17k Views
    ?

    UPDATED

    2019-01-13 Voice warning alert be enabled with MMM-AssistantMk2
  • MMM-syslog

    Moved
    34
    4 Votes
    34 Posts
    24k Views
    strawberry 3.141S

    @nobita there is no sound integration

  • 4 Votes
    3 Posts
    1k Views
    S

    Updated to version [1.0.1] - now includes browser methods for formatting the DevTools console (disabled by default) and ability to echo Module Notifications and Errors from the web browser back to the Node (back-end) console and logs.

  • MMM-Admin-Interface

    29
    0 Votes
    29 Posts
    27k Views
    A

    @rockcitiman I had to modify the address: line above the ipWhitelist: entry as @Sandy2503 alluded. My line became:

    address: ["localhost", "0.0.0.0"],

    the localhost may be redundant with the 0.0.0.0, but it works nonetheless (the interface). But … the writing of the config file is in a format that bunged up my mm so it fails to display anything.

  • MMM-Widget

    6
    5 Votes
    6 Posts
    4k Views
    ?

    @johans
    You should locate ‘myPlayer’ directory under ‘/home/pi/MagicMirror’.
    You can access ‘/home/pi/MagicMirror/myPlayer’ with ‘http://localhost:8080/myPlayer’ or just ‘/myPlayer’.

  • MMM-Navigate execute sh script

    1
    0 Votes
    1 Posts
    605 Views
    P

    Hi,
    Is it possible to execute sh script like play.sh, stop.sh ??

  • MMM-WatchDog

    Moved
    12
    5 Votes
    12 Posts
    10k Views
    R

    Found this. Can this b the reason it did not restart again?

    When your app stays up for less than min_uptime (1s by default) until max_restarts (15 by default) is exceeded, it will stop restarting. So the most likely explanation here is that your app keeps crashing over and over for some reason. Whenever it stays up for longer than min_uptime, max_restarts is reset, so the default values should work just fine.

  • PM2: Four instances using 100 % CPU

    1
    0 Votes
    1 Posts
    1k Views
    J

    Hallo :)

    I know it’s not how it’s supposed to be but I use a Pi Zero running Stretch lite. I start the Mm using „node /serveronly“ in a .sh script and launch chromium afterwards.

    Typing in these commands works perfectly fine. Everything takes some time to boot, but then, it just works.

    To start it after bootup, I use Pm2. It takes some time but it works. The problem is: the Pi‘s CPU is at 100 % all the time since node /serveronly runs 4 times and each needs between 15 and 20 %.

    How can I fix that? Any idea?

  • Run magic mirror from a USB drive?

    14
    0 Votes
    14 Posts
    5k Views
    justjim1220J

    Yes, I know about Windows 10 portability…

    What I was thinking of was how to make MM portable. Yes, I figured on node. But, is there anything else I need to figure in? Is there a way to package it (MM) as an exe or msi?

    Really, I feel like I’m jumping ahead of myself a little, as I have yet to get any type of voice control or interaction (Google Assistant, Alexa, Cortana, Watson, etc. Or a combination of some or all) to even work on the Windows MM. That is actually my next problem to conquer. Seems like I’ve figured out how to get any other module to work with Windows except voice. The biggest hurdle I’ve found thus far is utilizing the integrated sound, or external mic and speakers on any and every Windows PC. At this point, I have MM working within the Windows environment on every laptop and desktop and All-In-One I’ve come across. From Win 7, to 8.1 to 10. Except the sound, playback and recording, for running any type of voice control or interaction.

    To be able to use one device and make changes and tweaks and test modules on, package it on a USB drive and be able to test it on any Windows device, be it a laptop, tablet, or desktop is my ultimate goal.

    I am also looking at incorporating AI with the voice and a customizable Avatar into the MM. But that is taking me a while to learn. Long term goal, but in the works…

    Ok, got off subject a little…

    So, is there a way to install MM on a USB drive and plug it into any Windows device and run it from the USB? For instance, when I use ‘git clone…’ it automatically downloads and installs to the user directory. Is there a way to get everything I do to download and install to the USB drive? But, run (npm start) on the device the USB is plugged into?

  • Dutch Rainforecast graph (Buienradar)

    3
    0 Votes
    3 Posts
    3k Views
    cirdanC

    Looks smaller than expected, are width and height set correctly in the config?

  • [MMM-Buttons] Connect multiple buttons to send configurable notifications

    40
    3 Votes
    40 Posts
    27k Views
    cruunnerrC

    @Mykle1

    Jap, its called Fritzing
    :)

  • Need help with making the rasberry pi start up delayed

    8
    0 Votes
    8 Posts
    3k Views
    D

    I did use pm2 but even with pm2 it dont work right itll start up show magic mirrors loading screen then go to raspbian desktop where i have to enter pmstart mm.sh or whatever and then itll load just fine thats also been a struggle that was never resolved that i have coped with tho however

  • sakirtemel/MMM-alexa

    8
    0 Votes
    8 Posts
    3k Views
    cowboysdudeC

    @stephenmelody said in sakirtemel/MMM-alexa:

    @cowboysdude Do you have this working? I’ve been using AlexaPi but it’s not really been that effective. It’s very slow and doesn’t always listen…

    No I"m not using it but I did install mmm-awesome-alexa :)