A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Newsfeed and Calendar not loading

    11
    0 Votes
    11 Posts
    7k Views
    0
    @vindoan Hi thanks for your help, to upgrading to the latest nodejs solved it. I have a jessie box so i upgraded a different way what you linked for the Pi. So here it is if using a linux box instead of Pi sudo npm cache clean -f /cleanup the package sudo npm install -g n /you’ll need npm’s n module sudo n stable node -v /you should have the latest nodejs
  • Total novice experiencing install problems with "mm.sh"?

    8
    0 Votes
    8 Posts
    4k Views
    D
    @nuckinfutz nvm fixed !
  • npm start error?

    13
    0 Votes
    13 Posts
    10k Views
    A
    @adil It looks like the issue was linked to missing modules like clock. After I went to the vendor folder and installed using npm (see command below), I was able to launch MM successfully. cd ~/MagicMirror/vendor npm install
  • Replacing snow flakes with hearts in the MMM-SNOW module

    Solved snow hearts module
    31
    2 Votes
    31 Posts
    27k Views
    schlachtkreuzer6S
    @mirror.master nice! :)
  • Reduce Gap Between Modules

    1
    1
    0 Votes
    1 Posts
    1k Views
    joela85J
    I have an iFrame module positioned directly above my Calendar module. I want to reduce the gap between it. [image: 1496254345697-reduce-gap.jpeg] Does anyone know how I go about doing this. I’ve tried reducing margins/padding/borders in the CSS/config file but no success as I am probably doing that wrong or going about it the wrong way. Any one got any thoughts?
  • Updating SebTota's Pi0 Image stops MM

    4
    0 Votes
    4 Posts
    2k Views
    K
    For anyone with the same issue, follow these steps. cd MagicMirror git pull sudo npm install sudo npm install colors -g cd vendor sudo npm install sudo reboot After the reboot you’ll be up and running again.
  • Check_MK sets itself fullscreen

    1
    0 Votes
    1 Posts
    983 Views
    T
    Hi Guys, I made a magic mirror as a monitoring screen for our software systems. among others, we also use check_MK as a monitoring tool. The issue is that when using an iFrame, check_MK shows itself as fullscreen. No matter what I try…other modules are not visible…just check_mk (as the mirror starts up, in a blink of an eye the correct size is shown, but when the page renders it goes fullscreen) anyone encountered the same problem, or who has an answer Thanx…
  • Blackscreen after install MMM-PIR-Sensor

    15
    0 Votes
    15 Posts
    8k Views
    B
    Use the PIR-Senosr not with this modul, but with the python script.
  • MMM-Flickr not work

    1
    0 Votes
    1 Posts
    863 Views
    N
    when put the user id “xxxxxx@Nxx” in module after finish installation have message "no available longer photo " background all photo but I see in my photo in photostream flickr folder What happen? and How to solve it? help me please?
  • Motion Detect/PIR-Sensor tvservice -p does not turn on TV

    5
    0 Votes
    5 Posts
    4k Views
    B
    Thanks a lot. Working as described.
  • German "Umlaute" (ä, ü, ö, ß) in compliments module

    6
    3
    0 Votes
    6 Posts
    8k Views
    B
    @Anhalter42 Sorry I was a little bit frustrated after a long day in front of the PC… I have validated my code against JSONLint aaaaaaaaaand… a single quotation mark " was missing in the middle of the file ;)
  • How to run MM on my own domain / hosting?

    1
    1 Votes
    1 Posts
    765 Views
    D
    I’ve uploaded all the files to my hosting account (hostgator for now) and edited the following in config.js: var config = { port: 8080, address: “mirror.[mydomain].com”, ipWhitelist: [ ], … } I am getting an error saying that the config file is missing (I did change the name to config.js and it is in the config folder). Anyone have ideas of how to fix/accomplish this?
  • 0 Votes
    2 Posts
    2k Views
    B
    Hey there, I have excactly the same problem. My mic works as well. Hanauta any solution yet? Which path did you enter in /etc/ld.so.conf ? My file in /etc/ld.so.conf contents this right now: # libc default configuration /usr/local/lib Thanks in advance Kind Regards
  • Help, please! Setup MM2 behind firewall / proxy

    1
    0 Votes
    1 Posts
    928 Views
    WominatorW
    Hi! I read and tried a lot, without success. I’m not able to get MM2 on Pi3 running in our company. It always runs against the firewall. I just need to configure the right proxy http://proxy.xxxxx.de:8080 for Electron. Systemwide proxy-config in /etc/environment etc. isn’t recognized. Any ideas / links, where I can get help? Thanks in advance Womi
  • [Closed] Problem since update

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Petal0uP
    @Petal0u there were a problem with config.js syntax :-) allways check config.js !!! :-D i close the discussion
  • Plex Now Playing and Phone Notifications

    1
    0 Votes
    1 Posts
    1k Views
    M
    All my other modules work and my mirror is functioning. I’ve tried installing phone_notifications multiple times. It will work for a short while. However, after just a little while. It locks up and no notifications will load. The only way to get it to work again is to restart npm which is rather strange. I used the basic module configuration from the readme. Plex Now Playing… I have the server address in the way it should. I know the address works locally. I’m using the local server address. I didn’t feel like I need the remote one since I’m on the same network correct? I installed the parser like it asks. Here’s my config for the Plex Now Playing… { module: 'MMM-PlexNowPlaying', disabled: false, position: 'bottom_right', config: { serverURL: 'http://local_Address/:32400', updateInterval: 10 * 1000, // how often to poll for song chang$ delayCount: 5, // how many empty queries before deciding we ar$ delayInterval: 60 * 1000, // how often to poll for new listeni$ animationSpeed: 1000 } Are these issues related to the known Electron issue? This is my error log… npm ERR! missing script: start 0|mm | 0|mm | npm ERR! A complete log of this run can be found in: 0|mm | npm ERR! /home/pi/.npm/_logs/2017-05-24T01_15_59_889Z-debug.log 0|mm | npm ERR! code ELIFECYCLE 0|mm | npm ERR! errno 1 0|mm | npm ERR! magicmirror@2.1.1 start: `sh run-start.sh` 0|mm | npm ERR! Exit status 1 0|mm | npm ERR! 0|mm | npm ERR! Failed at the magicmirror@2.1.1 start script. 0|mm | npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 0|mm | 0|mm | npm ERR! A complete log of this run can be found in: 0|mm | npm ERR! /home/pi/.npm/_logs/2017-05-24T01_18_58_612Z-debug.log
  • Magic Mirror not starting - No Error

    2
    0 Votes
    2 Posts
    2k Views
    B
    This seemed to be caused by Node vs 7.1.0 I rebuilt with the LTS version and its working again.
  • External Compliments list limitations and randomness

    10
    0 Votes
    10 Posts
    5k Views
    A
    @RE_Magic_Mirror Well…it depends. If switching to develop branch fixed your problem, then you want to stay at develop until the changes are merged into the master branch. Until then, you can either update (see https://github.com/MichMich/MagicMirror#updating-your-magicmirror) or decide to ignore updates. If you don’t want to see the notification, you have to disable the update notification module. If it did not help with your problem, then you are usually better off using the master branch, so I would suggest to switch back to master.
  • Error Running Magic Mirror on Google Compute

    8
    0 Votes
    8 Posts
    3k Views
    D
    @bhepler :~ $ ls -lh ~/MagicMirror/config total 24K -rw-r--r-- 1 drpi1 drpi1 7.7K May 21 18:00 configglobetest.js -rw-r--r-- 1 drpi1 drpi1 8.3K May 22 16:42 config.js -rw-r--r-- 1 drpi1 drpi1 1.6K May 21 02:28 config.js.sample I
  • Lightdm.conf file blank

    4
    0 Votes
    4 Posts
    3k Views
    bheplerB
    @RE_Magic_Mirror I don’t think there is a problem, no. I haven’t done any research on the topic, but I believe the lightdm.conf file was deprecated around the time the Wheezy version of the Raspian operating system was released. At least… changes to that file on Wheezy didn’t seem to have the desired effect. That continued on Jessie.