A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to add custom birthdays to the calendar module

    4
    0 Votes
    4 Posts
    3k Views
    J
    I just setup another google calendar and have everything working that way thanks.
  • Calendar - Syntax for additional config options?

    6
    0 Votes
    6 Posts
    3k Views
    V
    omg haha. Thanks!
  • MMM-Button doesn't work

    18
    0 Votes
    18 Posts
    12k Views
    ?
    I had the same issue and was able to fix it. You need to execute electron-rebuild. Just follow these steps: https://github.com/electron/electron-rebuild
  • Calendar 'line' - where is the code?

    11
    0 Votes
    11 Posts
    7k Views
    V
    @Hacksaw Thanks, but is there no way to do so without modifying the actual module js code so that the only changes are to custom.css?
  • How to implement specific module?

    12
    0 Votes
    12 Posts
    8k 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
    2k 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
    10k 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
    7k 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