A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • mm-music-player throws an error ?

    1
    0 Votes
    1 Posts
    1k Views
    S
    Hello everyone ! i am actually trying to build my first magic mirror, i tried to install mm-music-player module with no success, this is my config for the module: { module: 'mm-music-player', position: 'bottom_left', config: { startingVolume: 20, fadeDuriation: 2000 } }, every time I launch it it throws this error Initializing mm-music-player module helper ... WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: m.loaded is not a function Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: logoCol. No helper found for module: clock. No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: MMM-Remote-Control Initializing mm-music-player module helper ... App threw an error during load TypeError: m.loaded is not a function at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:144:6) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 at Class.loaded (/home/seif/Desktop/MagicMirror/modules/node_modules/node_helper/index.js:19:3) at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:144:6) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:146:4) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 Whoops! There was an uncaught exception... TypeError: m.loaded is not a function at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:144:6) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 at Class.loaded (/home/seif/Desktop/MagicMirror/modules/node_modules/node_helper/index.js:19:3) at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:144:6) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 at loadModule (/home/seif/Desktop/MagicMirror/js/app.js:146:4) at loadNextModule (/home/seif/Desktop/MagicMirror/js/app.js:161:5) at /home/seif/Desktop/MagicMirror/js/app.js:163:6 MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application. what is the problem ? i tried this in my ubuntu pc and on a raspberry pi2 with no success …
  • Screen goes blank shortly after MM loaded (All modules hidden)

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @joela85 You’re welcome. I’m glad you got it sorted out. Enjoy your mirror.
  • MM French no capital letters

    1
    0 Votes
    1 Posts
    1k Views
    O
    Hello, Is there a way to make the first letter of each word an uppercase? I check english and its like that but not french? I know its because of the NORMALE but if want to change it what should I modify? Thanks in advance!
  • Zoom in config.js not work for me

    2
    0 Votes
    2 Posts
    2k Views
    F
    Same problem. Have a look on https://forum.magicmirror.builders/topic/1521/zoom-scaling/3 there’s a workaround
  • MagicMirror fails to start after fresh install

    9
    0 Votes
    9 Posts
    6k Views
    T
    Thank you. I actually did a new complete install from scratch and got MM to work!
  • Blank screen when Running Magic Mirror on Raspian and RP3.

    8
    0 Votes
    8 Posts
    3k Views
    Mykle1M
    @lagoon7 said in Blank screen when Running Magic Mirror on Raspian and RP3.: I ran the script as a normal user. It completed successfully. Then ran the npm start command. Now magic Mirror is working. Thanks! Great! Enjoy your mirror.
  • i wonder

    1
    0 Votes
    1 Posts
    871 Views
    I
    Hi, i want to know where should I add alexa’s skills, in Python program or in alexa’s? if u have any tutorial for how to add changes to alexa’s skills, pls leave it in a comment. thank u
  • [SEMI-SOLVED] PIR-sensor wake screen

    5
    0 Votes
    5 Posts
    5k Views
    F
    @Oliver_Tooth Hmm check if you have installed xscreensaver, otherwise reinstall it. And also check if you placed the script in the right autostart folder! I sometimes pick the old one. Write xscreensaver-command -activate in command line. If it doesn’t active the problem is with xscreensaver!
  • How do you get the taskbar to show over the Magic Mirror?

    10
    0 Votes
    10 Posts
    8k Views
    brobergB
    @PhilsterM9 don’t know These are the electron options. https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
  • Facial Recognition with Apache User Registration Web Page

    1
    1 Votes
    1 Posts
    792 Views
    B
    Hi All: My group and I are using the Magic Mirror for our Electrical Engineering Capstone Project. We are using the Facial Recognition Module and have it successfully identifying ourselves, but want to incorporate new users who want to be recognized by the mirror. We have made a small web page that users can access through an Apache server on the Raspberry Pi. [image: Register_Login_Page.JPG] When the user enters account information and clicks the register button, it will check that the account information is available saves the account to a local SQL database to make an account for the user. We also built a Facial Recognition Training Module that begins taking pictures of a user when a notification is recieved. We want to tie these two together by: Sending a notification to the new Facial Recognition Training Module we made to begin taking pictures of the new user after a new account is successfully created when the “Register” button is clicked. Sending the username (just to tie the pictures being taken to the new user) to the Facial Recognition Training Module. My group and I are not strong at javascript so any help would be greatly appreciated! Thank you! Sincerely, Brandon Ngo
  • missing 'Access-Control-Allow-Origin'

    10
    0 Votes
    10 Posts
    7k Views
    K
    Concerning the self=this question, I found a neat article giving som explanations: https://alistapart.com/article/getoutbindingsituations The other question: Could it be, that node_helper is executed on the server and the main script is executed on the client?
  • 0 Votes
    20 Posts
    11k Views
    Mykle1M
    @ghaal said in Super nooby question- How to configure the downloaded modules and weather wont show up: that’s a more accurate of focast and current, both don’t show on the magicmirror page. I made sure not to add extra spaces when removing my appid and location. Here it is! You can copy and paste right from here into your config { module: "currentweather", position: "top_right", config: { location: "Irvine", locationID: "5359777", appid: "YOUR API KEY" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Irvine", locationID: "5359777", appid: "YOUR API KEY" } }, // end of weatherforecast entry needs a comma
  • Pir Sensor - Screen switches on and off instantly

    2
    0 Votes
    2 Posts
    2k Views
    O
    You should have two small dials on the sensor, one of these relates to the ‘time on’. Try turning that to full and see if that helps. On a side note, did you run into any issues during install with the node expecting a different version to the one installed?
  • No free space on SD-card

    11
    0 Votes
    11 Posts
    9k Views
    zdenekZ
    @bhepler great, thanks. This I missed somehow… this helped a lot, now I’ve over 1GB. Thank you very much
  • Roomtemperature with DS18B20

    Solved
    11
    0 Votes
    11 Posts
    8k Views
    K
    Excellent! Thanks for the code above, worked beautifully… :-)
  • Remote Control Module is Not Working at All for Me

    3
    0 Votes
    3 Posts
    2k Views
    Mykle1M
    @twosix said in Remote Control Module is Not Working at All for Me: “cannot get remote/html” message. Any help would be great! Thanks! Assuming you can access the mirror, and that you followed these installation directions: cd ~/MagicMirror/modules # adapt directory if you are using a different one git clone https://github.com/Jopyth/MMM-Remote-Control.git cd MMM-Remote-Control npm install is there a remote.html file in your MMM-Remote-Control folder?
  • Always boot to MM?

    3
    0 Votes
    3 Posts
    2k Views
    D
    @strawberry-3.141 thank you
  • Compliments - anytime feature

    1
    0 Votes
    1 Posts
    922 Views
    F
    Hi guys Anyone else here have trouble with the anytime feature? I haven’t been able to figure out how to make the compliments - anytime feature work. It will read off the temperature, but won’t load the anytime section…
  • MMM-Fitbit not pulling data

    1
    0 Votes
    1 Posts
    945 Views
    O
    Hi folks! I’ve recently installed the MMM-Fitbit app, but for some reason it doesn’t seem to be pulling any data. Can anyone help point me in the right direction as to troubleshooting the problem? Cheers.
  • Error: ENOENT: no such file or directory, open 'package.json'

    1
    0 Votes
    1 Posts
    3k Views
    L
    Hi! I’ve tried to install a new MagicMirror on a brand new Rpi3 with Raspbian Pixel using the automatic script bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)". I had an error when pm2 was trying to be installed, saying that it couldn’t find the specified OS when doing: sudo su -c "env PATH=$PATH:/usr/bin pm2 startup linux -u pi --hp /home/pi". No worries there, I re-ran it with the right option and it worked. The problem is that when I start the mirror with: pm2 start MagicMirror, I get this error over and over again in the logs: 0|MagicMir | Error: ENOENT: no such file or directory, open 'package.json' 0|MagicMir | at Error (native) 0|MagicMir | at Object.fs.openSync (fs.js:641:18) 0|MagicMir | at Object.fs.readFileSync (fs.js:509:33) 0|MagicMir | at Object. (/home/pi/MagicMirror/js/app.js:15:32) 0|MagicMir | at Module._compile (module.js:570:32) 0|MagicMir | at Object.Module._extensions..js (module.js:579:10) 0|MagicMir | at Module.load (module.js:487:32) 0|MagicMir | at tryModuleLoad (module.js:446:12) 0|MagicMir | at Function.Module._load (module.js:438:3) 0|MagicMir | at Module.require (module.js:497:17) I checked, in the mm.sh starting the script, there is the right cd. Also, when I manually start the mirror with: DISPLAY=:0 npm start, it works fine. Any ideas?