A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to implement specific module?

    12
    0 Votes
    12 Posts
    7k Views
    chamaeleon82C

    @Jeff - You can easily integrate this module with iFrame Module. You only need to update the iFrame page via javascript. Not perfect but running up until I’ve found a better way.

  • News feed not loading and how not to translate them

    5
    0 Votes
    5 Posts
    3k Views
    A

    Perfect! It works. Thank you very much @chrisfoerg

  • problems with wrong displayed events from google calender

    2
    0 Votes
    2 Posts
    2k Views
    B

    Ok problem solved :-)
    I have set up a new calendar, something was probably a bit strange with the old one …

  • No modules work

    2
    0 Votes
    2 Posts
    2k Views
    C

    your third modules should be between
    },
    and
    ]

    not a second

    modules: [
    {

  • Black screen without error when using MM modules

    3
    0 Votes
    3 Posts
    1k Views
    T

    Issues have been solved: Despite the detailed description I did not place the specific module folders in the “module” folder.
    Works now.

    Thanks a lot - Post can be deleted.

  • News feed not working

    5
    0 Votes
    5 Posts
    3k Views
    A

    I got it!
    But still says it is charging. How can I make so that the news don’t get translated??
    Thanks

  • Advent Module not working for me...?

    8
    0 Votes
    8 Posts
    4k Views
    V

    @lolobyte Got it! Thanks! Wife love it.

  • Lesson plan for 2 daughters

    5
    0 Votes
    5 Posts
    2k Views
    A

    Ahh, thanks. I’d search, but didn’t come across that. I’ll give it a try!

  • Need help with Fitbit module returning all zeroes

    5
    0 Votes
    5 Posts
    3k Views
    F

    @darrene Funny, but I had to change the config to remove the square brackets and replace them with curly brackets around the config parameters to get the config.js file to be accepted:

    { module: 'MMM-fitbit', position: 'top_center', **config: {** credentials: { client_id: <client_id>, client_secret: <client_secret>, }, resources: [ 'steps', 'floors', 'caloriesOut', 'distance', 'activeMinutes', 'sleep', 'heart' ], update_interval: 60 **}** },
  • JSON to a module? How can you do this?

    10
    1 Votes
    10 Posts
    4k Views
    F

    Actually, found it via the excellent MMM-Remote-Control by Jopyth.

    Thanks for all your help lol and cowboy

  • Peek-a-boo...

    18
    0 Votes
    18 Posts
    9k Views
    ?

    Q : have you managed to get Alexia working alongside another ‘bot/ai’?

    Any instructions for install? Many thanks!

  • Calendar problems with timestamp

    1
    0 Votes
    1 Posts
    1k Views
    M

    Hi all,

    i have problems with the default calandar module. I sync with an outlook calendar. Its fine, if i edit calendar entries and do not use a specific timestamp for example from 9-10 o’clock. Without the timestamp and only with a day, the module works fine. It says for example, the entries is in 2 days or tomorrow. With the timestamp it always come to an error “invalid date”.

    I look in the code. The problem is, that the if-else condition is checking “fullday” otherwise it is the else condition. But in the else condition he don’t know the event.startdate. The startdate is always “invalid date”. Anybody know why? Otherwise now is the current date with time and will be correct. It is possible, that he do not know the format of the startdate from outlook?

  • MMM-Button doesn't work

    11
    0 Votes
    11 Posts
    6k Views
    C

    @lolobyte I am a college student and I do not belong to any organization. I’m just studying alone, collecting money, buying or collecting parts, and doing my DIY MagicMirror project on my own.

  • Custom video module need help debugging

    1
    0 Votes
    1 Posts
    1k Views
    N

    I wrote a module to display a random video based on the successful evaluation of the FacialRecognition module… It executes without any obvious errors but only the following output appears on the mirror.

    // helloworld
    //module_0_helloworld

    I modified the hellowworld module as follows

    Module.register("helloworld",{ #!/usr/bin/env python import os, random def rndvid (): randomfile = random.choice(os.listdir("/home/pi/Videos")) file = ' /home/pi/Videos/'+ randomfile os.system ('omxplayer' + file) rndvid () }

    });

    I would love som help

  • NHL MODULE

    1
    0 Votes
    1 Posts
    1k Views
    O

    Hi all,

    posted in the NHL mod topic but need some help. I went and updated the NHL module and started getting issues so i deleted it and started fresh, but am still getting the issues. See below photo…

    http://imgur.com/a/C0aDa

    please help…I have just under a week till my brother birthday and this is my big surprise for him… If you need any more pictures of anything let me know

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    37 Views
  • Voicecontrol : Microphone stopped working

    1
    0 Votes
    1 Posts
    1k Views
    G

    Hey everybody, i use the voicecontrol from @alexyak and the mm-music-player from @EoF. I managed to control the music player with my voice (play, stop, back, forward) it worked pretty well for about 2 days. Then suddenly it stopped working, the modules and everything works fine. So i take a look at the pm2 logs mm. This is the log :

    pi@raspberrypi:~ $ pm2 logs mm
    [TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)
    /home/pi/.pm2/logs/mm-error-0.log last 10 lines:
    0|mm | File “./modules/voicecontrol/snowboy/kws-multiple.py”, line 34, in
    0|mm | detector = snowboydecoder.HotwordDetector(models, sensitivity=sensitivity)
    0|mm | File “/home/pi/MagicMirror/modules/voicecontrol/snowboy/snowboydecoder.py”, line 115, in init
    0|mm | stream_callback=audio_callback)
    0|mm | File “/usr/lib/python2.7/dist-packages/pyaudio.py”, line 747, in open
    0|mm | stream = Stream(self, *args, **kwargs)
    0|mm | File “/usr/lib/python2.7/dist-packages/pyaudio.py”, line 442, in init
    0|mm | self._stream = pa.open(**arguments)
    0|mm | IOError: [Errno Invalid sample rate] -9997

    So i tested the microphone (snowboy homepage), it doesn’t record anything. Next stepped i plugged my micro into my laptop and tested it there - works perfect.
    I googled around the error messages but i couldn’t find any help which worked for me.

    I would be glad if someone can help me. Thanks in advance

    Greetings

    GinSeng

  • Calendar Not Loading

    10
    0 Votes
    10 Posts
    9k Views
    BangeeB

    I had the same problem.
    I was not using https. now it works for me.

  • Newsfeed is not loading

    2
    0 Votes
    2 Posts
    3k Views
    bheplerB

    I copied your module configuration and found a couple things. It looks like you may be having a character set issue. It may just be an artifact of the copy & paste. But here’s what I found:

    You need to use the single quote character around your text values. module: 'newsfeed. I’m not sure what character is in there, but my system didn’t like it. The showSourceTitle and showPublishDate variables are not part of the config: {...} section, so the closed curly brace (}) needs to be moved up 2 lines to just after the closed bracket (]). I think that once you make these changes, you’ll have to bounce the magic mirror process to get the content to show up. I was able to see the module, and received no errors, but the content didn’t load.
  • Hide a module while still having it work

    7
    0 Votes
    7 Posts
    4k Views
    J

    @DevilRev You can also do that, just add the line

    this.hide(0);

    to the module start up section. However you will need to stash (or commit) these changes later on when you want to update the module.