A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    4 Posts
    5k Views
    gauravsaccG
    @Raddy said in Possible Issue: MMM-GoogleAssistant with recent Google Assistant SDK update: d method f just an update. I’ve updated the MMM-GoogleAssistant module to work with the new SDK :)
  • Volume issue on MMM-GoogleAssistant module

    5
    0 Votes
    5 Posts
    3k Views
    C
    @aro28 That didn’t work on mine. I suspect you would need to go into alsamixer, locate your playback device’s configuration and adjust the default volume there.
  • Voice control question

    14
    0 Votes
    14 Posts
    10k Views
    M
    @Krato5 Open for anything I have enough stuff to do on my smarthome/magic mirror so always happy about any help ;)
  • Translation "After one month" in Calendar Module

    15
    1
    0 Votes
    15 Posts
    9k Views
    yawnsY
    @MM-Hans said in Translation “After one month” in Calendar Module: @yawns said in Translation “After one month” in Calendar Module: vendor/node_modules/moment/min/ Hi Stefan. You almost need to be a digital detective to locate that phrases ;-) But finally the issue is solved, thanks for your assistance! You are welcome!
  • GPIO in MMM: ModuleToggle with MMM-Buttons is randomly working

    1
    0 Votes
    1 Posts
    1k Views
    G
    Issue comes from the buttons requiring an insane amount of presses to trigger, sometimes never triggering, and on rare occasions 2 of the 4 will work perfectly. The goal was to have an easy way to have buttons, in this case 4, and each have their certain modules. Using code from http://razzpisampler.oreilly.com/ch07.html import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setup(18, GPIO.IN, pull_up_down=GPIO.PUD_UP) while True: input_state = GPIO.input(18) if input_state == False: print('Button Pressed') time.sleep(0.2) I tested each one button with their own GPIO and each worked every time, so with this knowledge i know the buttons and the wiring is right. The code for the config is: modules: [ { module: 'MMM-ModuleToggle', config: { hide: ["clock"] } }, { module: 'MMM-Buttons', config: { buttons: [ { pin: 23, name: "Button_One", shortPress: { notification: "MODULE_TOGGLE", payload: {hide: [], show: ["calendar", "clock"], toggle:[]} }, longPress: undefined }, { pin: 13, name: "Button_Two", shortPress: { notification: "MODULE_TOGGLE", payload: {hide: ["calendar", "clock"], show: [], toggle:[]} }, longPress: undefined } ] } As stated they work, but at very random time. Im wondering if im suppose to like preload the knowledge to use GPIO ahead of the booting of the actual Magic Mirror program, or something like, or am i missing a step. Thank you in advance.
  • can't get the webcam to work

    6
    0 Votes
    6 Posts
    6k Views
    N
    @xela That’s a whitelist issue; the ipWhiteList controls which computers can connect to the MM server. address controls what the electron instance connects to. Have a look here for @mochman’s ipWhiteList config walkthrough. If you’re on an IPv6 network, it’s not altogether intuitive for those of us who grew accustomed to IPv4.
  • MMM-Remote-Control show error on start

    5
    0 Votes
    5 Posts
    3k Views
    J
    If it is in this line, then something is wrong when I get the fetch url. Maybe a module without any remote, but it somehow it not caught in the if statemate to catch errors? Maybe the result[0].refs does not necessarily have a fetch url?
  • MMM-Tabulator: How to port HTML JS imports to node JS imports? [solved]

    7
    0 Votes
    7 Posts
    5k Views
    E
    @ninjabreadman Thank you very much for trying to help. But I’m pretty sure I tried that as well…at some point, giving me a “double” path. (Perhaps a browser cache issue?). Anyway, this is resolved, and I have a new problem of a completely different sort in this thread.
  • Google Assistant won't register.

    2
    0 Votes
    2 Posts
    2k Views
    C
    @KRegan There are a fair number of missing details from the 3rd Party Module instructions, especially when it comes to registering the device. I ended up jumping over here: https://developers.google.com/assistant/sdk/guides/library/python/ and just going through the Google instructions in detail. Once you have the demo software working (audio only, without MM integration), it was fairly easy to sew them together and get it working on the mirror as well. I used my Jabraspeak USB speakerphone, which registered as card 1, device 0 on both the speaker and mic. Have a scratch pad of some sort handy (OneNote, Notepad, etc) to track the various keys you will generate along the way. Once you get everything onboard, the sequence is boot the Pi (I have pm2 set to autostart the Mirror), connect vis SSH then start the virtual environment (source env/bin/activate), drill down to the pi folder (cd MagicMirror/modules/MMM-GoogleAssistant/pi) and start the assistant.py file (python3 assistant.py). I took the better part of a weekend. ymmv.
  • Magic Mirror Modules Not Working

    9
    0 Votes
    9 Posts
    4k Views
    K
    @ninjabreadman https://github.com/ronny3050/phone-notification-mirror I used this module for push notification.
  • IFrame

    4
    -1 Votes
    4 Posts
    3k Views
    E
    @maxbachmann What does your browser’s Developer Tools log say?
  • Default Calendar Module Off by a Day

    1
    1
    0 Votes
    1 Posts
    1k Views
    T
    [image: 1518324323215-119b0e09-c82d-4736-9d15-abacc5663e24-image.png] As you can see, everything is a day off. Any suggestions of how to fix this?
  • Notice for MMM-CalendarEXT and MMM-Assistant

    5
    5 Votes
    5 Posts
    3k Views
    cruunnerrC
    i freshly installed a MagicMirror with the newest version and the CalendarEXT works without any mods :)
  • Voice Controlled Wake/Sleep Function

    Unsolved voice control motion module troubleshoot
    9
    0 Votes
    9 Posts
    7k Views
    S
    Hey guys I’m pretty new to this whole magic mirror thing. I don’t want my mirror on all the time so I wanted to turn the display on and off with my voice. This is the only post I could find trying to accomplish that. So once i get the Voice Control module from alexyak working, how do I get this to work? I’m confused as to where to put the files.
  • Maximum File Size of ics FIle?

    10
    0 Votes
    10 Posts
    5k Views
    N
    @Stef That’s awesome, congrats. Thanks for letting us know! If anything, comment on @Beh’s post with any edits or additions you suggest to help others. Cheers!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
  • Config Question to MMM-Wunderground

    5
    0 Votes
    5 Posts
    3k Views
    V
    @bhepler Setting this to 1 = > i have 1 hour forecast and 1 day forecast But i want to have 3 hourly forecasts and not daily forecast Thanks
  • MMM-Assistant not Installing

    1
    0 Votes
    1 Posts
    866 Views
    E
    hello , i am installing mmm-assistant following the instructions on the wiki exactly i get stuck in step 4 , you can see the console output here [image: H5LSWzg.png] https://pasteboard.co/H5LSWzg.png please help , i am fairly new to this, i have tried to do it a few times but always get stuck here thanks
  • MMM-Podcast error

    1
    0 Votes
    1 Posts
    907 Views
    foxF
    Thank you @PtrBld for the module. I installed MMM-Podcast but it shows me only the message module_0_MMM-Podcast Could you help me?
  • MMM-FHEM Problem after Update

    1
    0 Votes
    1 Posts
    755 Views
    S
    Hi Folks, I have the module MMM-Fhem. After i updated FHEM and MagicMirror there is no more Status from FHEM. All other Things works fine. But no Action with FHEM. I have no basicAuth in Fhem. any ideas? THX