A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Unclutter not working

    Unsolved
    3
    0 Votes
    3 Posts
    5k Views
    lolobyteL
    You have install unclutter but not configure it! start a ssh session, log in to you pi an type following command: sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart The entries of this file begins wit an @ for program’s witch are started by a GUI @xscreensaver -no-splash @xset s off @xset -dpms @xset s noblank @unclutter After saving this, restart your pi an check the status of you mouse cursor.
  • How to Remove old Module

    Solved
    5
    0 Votes
    5 Posts
    20k Views
    N
    @morozgraf I see, Thanks again for your help
  • Apache Permissions: can't duplicating config.js.sample

    Solved
    20
    0 Votes
    20 Posts
    16k Views
    R
    Soo looks like i fixed it by re cloneing the MagicMirror git and following directions. But now I am getting a blank black screen on the the MagicMirror webpage. When i inspect it, i get this Uncaught TypeError: Cannot read property 'getElementsByClassName' of null at moduleNeedsUpdate (main.js:134) at updateDom (main.js:104) at Object.updateDom (main.js:472) at Class.updateDom (module.js:296) at clock.js:43 moduleNeedsUpdate @ main.js:134 updateDom @ main.js:104 updateDom @ main.js:472 updateDom @ module.js:296 (anonymous) @ clock.js:43 thoughts?
  • [MMM-ShipmentTracking] Config problem - MagicMirror does not start anymore

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    V
    @broberg I wrote DHL instead of 17 track and he work, but it is supposed to work with 17track also.
  • Settings in config.js aren't loaded after reboot of RasPi

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    morozgrafixM
    cool, glad you managed to get it resolved and up and running.
  • Config help please

    Solved
    15
    0 Votes
    15 Posts
    8k Views
    L
    @snotrocket that looks cool. thanks
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    21 Views
  • Adding ical of my favorite sports teams...

    Unsolved
    12
    0 Votes
    12 Posts
    8k Views
    L
    @strawberry-3.141 you have fixed and answered my problem. thank you!
  • The screen doesn't have the right size

    Solved
    15
    0 Votes
    15 Posts
    9k Views
    V
    Thank all of you ! I change height and width px because he don’t like 5px margin.
  • Any youtube tutorials?

    Unsolved
    11
    0 Votes
    11 Posts
    8k Views
    C
    @cowboysdude @MichMich Hey guys. Thx for ur posts, was more than a little inspiring and I didnt know about jshint.com. :) I actually have the MM up running at this point, working out the details with a nice oak frame atm. My last issue is that I want to be able to display more than just 1 news post at the time in the feed (and preferebly no fade involved either, just static news posts that updates every now and then). Im currently trying some really shady stuff utilizing the php script from the original MagicMirror. So Im fucking around with jquery/ajax and a call to an external php script file with that old newsfeed script in it - and I will try to put it in the index.html of the MM2. Might work, might not. Either way I learn something along the way. Sorry, @MichMich Im sure you really dont want to hear this kind of unresponsible way of “modding” the MM, but I do what I can at my skill-level. :) And btw, great job with the MM2 package! LOVE it.
  • Config.js issues

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    yawnsY
    @strawberry-3.141 said in Config.js issues: @ShizukaNaHaji you should remove your appid from your post above I just removed the appid
  • Way to display/refresh an image URL?

    Unsolved
    9
    0 Votes
    9 Posts
    6k Views
    lolobyteL
    @fjnorb then make a pull request to the developer with your wish to implement a argument to define x and y with of the picture limitation. take a look at this post: https://forum.magicmirror.builders/topic/986/mmm-globe/25 ask @SvenSommer , maybe he can help you at firt before the pull request is done. Hey guys, I was able to cut the white bar by cutting the last pixels (depending on the image size) from this image with adding the following to MMM-Globe.js getDom: function () { var wrapper = document.createElement("div"); if (this.config.style == "europeDiscNat") { wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px"; wrapper.style.overflow = "hidden"; } var image = document.createElement("img"); Note from admin: Please use Markdown on code snippets for easier reading!
  • Splitting load..

    Unsolved
    8
    0 Votes
    8 Posts
    5k Views
    PointPubMediaP
    Instead, I already have an i7 running for the home automation, I can move MM to this machine instead… that will give enough power ;) But using MMM-Facial, with a USB webcam, is it working fine ?
  • Problems restarting MagicMirror (Port 8080 in use ...)

    20
    1 Votes
    20 Posts
    13k Views
    O
    @roramirez i’ve done this and have a look on the restartprocess in the next time. thanks a lot.
  • NPM install error

    Solved
    6
    0 Votes
    6 Posts
    4k Views
    cowboysdudeC
    @jkhania said in NPM install error: @morozgrafix Thank you morozgrafix. I discovered that the node instructions i found were wayyy old. I’ve updated it but ran into new problems. ha! Thanks everyone! Honestly the problems may be all the mixing that has happened. I would just start over with the new instructions ;)
  • MagicMirror v2.1.0 Update error

    Solved
    31
    0 Votes
    31 Posts
    25k Views
    tosti007T
    @poutr alright good to hear that’s the problem is solved!
  • Dependency Problems

    6
    0 Votes
    6 Posts
    4k Views
    P
    npm install npm -g npm update -g install me npm version 4.1.2 which now only raises a warning for yamllint (since that package.json asked exactly for 0.4.0). Probably because of this : http://gruntjs.com/blog/2016-04-04-grunt-1.0.0-released#peer-dependencies No guarantee, but I think I have npm version 2 something before, which hard error on that issue.
  • Communication between webserver and MM

    8
    0 Votes
    8 Posts
    4k Views
    B
    @strawberry-3.141 Indeed, that’s what I realized after browsing through the syslog code. Kudo’s!
  • Standardmodule "updatenotification"

    13
    0 Votes
    13 Posts
    7k Views
    MichMichM
    @lolobyte: it’s a default module which in the example config starting from V2.1.0 - So only when upgrading from a previous version, You need to add it manually. It’s in the changelog somewhere. But indeed, It might need some better documentation. Feel free to send PR’s to do this. :)
  • Npm start...

    16
    0 Votes
    16 Posts
    10k Views
    cowboysdudeC
    @morozgrafix Me too! :) BUT HUGE Thank you for the help!!! NOW to install Strawberry’s voice module!!! This thing runs so fast!! I can’t wait to get the touch panel! :)