A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Traffic config error

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    B
    I think i figured it out. Debug says my node is out of date.
  • WEATHER total NOOB

    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @bluecaka69 said in WEATHER total NOOB: update ::: got it working i just realized i didn’t install the repository my bad… Yeah, those help a lot. :wink: thanks for your advice You’re welcome :thumbsup:
  • Temperatur on the mirror with 433MHz Module

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    DocVooDooD
    Hello Peoples :) I can read the temperature with 433mhz and display on the mirror? The receiver is connected to GPIO 13 on the RPi and the Weatherstation Outdoorsensor send with 433MHz. The Receiver found the Outdoorsensor. It would be wonderful if that would work :) Thanks
  • ALERT: setting the display time individually

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    binderthB
    @strawberry-3.141 said in ALERT: setting the display time individually: if you want to set the duration you have to use an alert instead of notification: this.sendNotification(“SHOW_ALERT”, {timer: 10000, title: “Title”, message: “Message”}); ok, that did it. The Alerts are now shown as given in the “timer”-argument. Nevertheless my usecase would be to have also multiple notifications staying on top like “washing machine ready” and “dryer ready” or something which needs some action done. So it would be nice to have either notification also displayed “on event” and not globally or to have notifications smoothed out, if the item action is done. As I can see, the alert-module doesn’t allow fading the notifications on a action?
  • MMM-Traffic: Some routes on some days

    2
    0 Votes
    2 Posts
    2k Views
    outjetO
    I use the MMM-ModuleScheduler for this feature… You can schedule the traffic module to appear while you’re enjoying your morning coffee.
  • 0 Votes
    2 Posts
    1k Views
    strawberry 3.141S
    @Steff the translate module which reports an issue is an angular module of pascal precht, but it works even though you didn’t specify a sanitization strategy. Your problem are the requests which get an 403 forbidden http status
  • Newsfeed

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    DocVooDooD
    Thanks, i like it! i have it overlooked… another question: I can limit that to three lines?
  • Converting an old JS file into a module

    20
    0 Votes
    20 Posts
    12k Views
    ooom416354O
    @yawns that’s amazing, thanks! I was going to start using it to try to teach myself by comparing the two. Thank you again!
  • Google Calendar - where does the private key come from?

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    R
    Found it: In Google Calendar, hover over the required calendar, drop-down arrow, calendar settings. Click the green ICAL button next to ‘Private addresses’ Pop-up gives required URL.
  • Config.js issues

    error
    9
    0 Votes
    9 Posts
    6k Views
    cowboysdudeC
    @MatthewCowell I ran it through a validator and it said no issues and I can’t find any … Why are you using Noobs? I would install this: https://www.raspberrypi.org/downloads/raspbian/ When you restart copy your sample config js file to config.js and just make sure it starts… Once you do that do not delete your sample config file as that is your temp backup… Once you get it working and you add a module and it works then back up your config.js to something like config.bak that way you always have a working backup… in terminal window: cd ~MagicMirror/config then cp config.js config.bak
  • MMM-phone-notifications & text messages

    2
    1 Votes
    2 Posts
    3k Views
    Mykle1M
    @crowbar I do not have an answer for you, sorry. However, I’d be interested to know if you get it working, and in that case, if it would work with an iPhone 6
  • MMM-Voice-Control - only black screen after installation.

    9
    0 Votes
    9 Posts
    4k Views
    Q
    In the module is an error. The annyang.js file must be manually copied from the directory “dist” to the directory of the module.
  • Alexyak/motiondetector... how to?

    9
    0 Votes
    9 Posts
    4k Views
    S
    @Centurion To watch cromium console hit crt+shift+I, to check Terminal just push alt+Tab
  • [MMM-Buttons] Not recognizing button presses

    Moved
    23
    0 Votes
    23 Posts
    16k Views
    J
    @Mar Good thing you found this error. Very strange, that it did not complain on my Pi before.
  • MMM Wudnerlist does not update

    1
    0 Votes
    1 Posts
    1k Views
    F
    Hi guys, I have this problem with the Wunderlist module that it does not update. When I start my mirror it works great, the list update itself and if I add new ToDos it update, but after some time it stop updating and I need to restart the mirror. I tried to change the interval but it didn’t make a difference. The day after the restart the module is not updating itself. Please help
  • Calendar_Monthly - today's date block not sized for double digit dates

    1
    0 Votes
    1 Posts
    1k Views
    V
    I know this is wicked picky, but in this module, a white rectangle is used to highlight the current date on the calendar. I’ve noticed that this rectangle gets ‘cut off’ on the right side of the rectangle when the date is represented by double digit dates (ex. 10-31). I checked out the .js code for the module, but can’t see where this is defined. Any ideas? I think the rectangle simply needs to be extended in width a few pixels… I know, wicked anal, but I am an engineer after all (just not a good software engineer)…
  • Using SimpleLogo twice? (or more)?

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @broberg Thank you. That worked very nicely. Much appreciated
  • MMM-Swipe: deprecated WARNINGS plus ERROR

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    binderthB
    @mochman ok. thanks for the update. Does anyone know: Is there some “newer” gesture-module for the MagicMirror?
  • Modules size

    10
    0 Votes
    10 Posts
    16k Views
    lucallmonL
    @cowboysdude thanks for the help. This is actually what worked for me: body { cursor: help } .region.top.left { width: 375px }
  • Adding suspend and resume functions into modules

    1
    0 Votes
    1 Posts
    1k Views
    L
    Hi everyone, Im using the facial recognition and added multiple modules into different classes. All the modules works fine together but my CPU load spikes up to ~90-100% at the startup. This made me stopping adding new awesome personal modules for each person. I found out the “Suspend and Resume” functions in the Development Documentation. I want to implement it into my Mirror to suspend unused modules. The point is if Person1 is recognized, the Default and the Person 2 modules should be suspended and Person 1 should be resumed etc etc. I made a short example of my config.js using the clock module and 2 persons. If you can help me further with 1 module, the location and the way of using it, i can use the code to add it for the other modules. var config = { port: 8080, language: 'nl', timeFormat: 24, units: 'metric', modules: [ { module: 'clock', position: 'top_left', classes: 'default' }, { module: 'currentweather', position: 'top_right', classes: 'Person1', config: { location: 'location', appid: 'APPID' } }, { module: 'weatherforecast', position: 'top_right', classes: 'Person2', header: 'Weather Forecast', config: { location: 'location', appid: 'APPID' } }, { module: 'MMM-Facial-Recognition', config: { recognitionAlgorithm: 1, lbphThreshold: 50, fisherThreshold: 250, eigenThreshold: 3000, useUSBCam: true, trainingFile: '/home/pi/MagicMirror/modules/MMM-Facial-Recognition/training.xml', interval: 1, logoutDelay: 15, users: ['Person1', 'Person2'], defaultClass: "default", everyoneClass: "everyone" } }, //------------------------------------------------- ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}