A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Adding my twitter feed to an iframe?

    1
    1 Votes
    1 Posts
    1k Views
    C
    What’s the best way to do this? I want to view the tweets from people I’m following. I tried the twitcontrol and it did not work for me. So I was looking into embedding with iFrame but within the URL for twitter there is a iref= URL and also a src= URL. You can only add a src to the iFrame.
  • [Remote-Control] Versions not visible

    Moved
    9
    0 Votes
    9 Posts
    4k Views
    schlachtkreuzer6S
    @yawns thaaaaaanks for your advice :thumbsup_tone1: [image: 1486144521613-installer.png]
  • MMM-Facial-Recognition cannot sendSocketNotification()

    Solved mmm-facial-recognition paviro
    2
    0 Votes
    2 Posts
    2k Views
    S
    UPDATE: This, like some other issues I was running into was actually caused by the application freezing when it could not load ‘css/custom.css’. This is because the .gitignore does not track custom.css and I, like many others, edit my code on my desktop and then push the changes via git to my RPi.
  • MMM-FRITZ-Box-Callmonitor

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @zimmerjo1 cd ~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor npm install
  • [Help] Current Weather not showing up at all.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    lolobyteL
    Right, WITHOUT API’s
  • [MMM-Buttons] An unhandled error occurred inside electron-rebuild

    Moved
    3
    1 Votes
    3 Posts
    4k Views
    J
    @FlorianRD You need to be on Magic Mirror versions 2.1.0 or higher (i.e. develop branch). Edit: What MagicMirror version are you on? 2.1.0? When you navigate from the MMM-Buttons folder to ../../node_modules you should end up in a folder with an electron folder. If there is only a electron-prebuilt folder, it should be possible to fix the issues by upgrading MagicMirror to 2.1.0.
  • Adding 3rd party modules help please

    11
    0 Votes
    11 Posts
    7k Views
    Mykle1M
    @cowboysdude And I surely will. I think all of this stuff is amazing and I’m learning as quickly as I can. I’ll be glad to help when I can. I wanna get me some of those ^ Peace
  • MMM-Button white screen

    23
    0 Votes
    23 Posts
    16k Views
    F
    Okay, next try… npm ERR! Linux 4.4.26-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" "dev" npm ERR! node v7.4.0 npm ERR! npm v4.0.5 npm ERR! code ELIFECYCLE npm ERR! magicmirror@2.0.0 start: `electron js/electron.js "dev"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.0.0 start script 'electron js/electron.js "dev"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the magicmirror package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron js/electron.js "dev" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs magicmirror npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
  • [MMM-Remote-Control] Getting 404 on "get?data=translation"

    Moved Solved
    5
    0 Votes
    5 Posts
    2k Views
    S
    So ended up updating npm to resolve the grunt/mini match issues and now all is working in perfect harmony again. No issue at all with remote control in the first place but instead having to update MM and in turn update npm!
  • Installing a joystick to control non touch mirror

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    brobergB
    @shashank your prayers has been heard https://forum.magicmirror.builders/topic/1575/mmm-buttons-connect-multiple-buttons-to-send-configurable-notifications
  • MMM-Admin-Interface add IP to whitelist

    2
    0 Votes
    2 Posts
    3k Views
    lolobyteL
    Hi, read this… https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto/11
  • Newsfeed - Old items

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    J
    @phrazelle In this thread we basically have the same question, so lets continue the discussion there.
  • Help configuring the Magic Mirror

    Unsolved
    11
    0 Votes
    11 Posts
    8k Views
    SnilleS
    @PhilsterM9 Hi again, maybe I’m missing something… If you followed the install guide when you installed… When you SSH in to your Pi (or open a terminal on the desktop of the pi) you should end up in a prompt looking like this: pi@MagicMirror:~ $ Now, type as follows: pi@MagicMirror:~ $ cd MagicMirror/config/ You should now be in MagicMirror/config/ looking like this: pi@MagicMirror:~/MagicMirror/config $ To copy a file enter: pi@MagicMirror:~/MagicMirror/config $ cp config.js.sample config.js Check if the files where copied with ls both file should be there now: pi@MagicMirror:~/MagicMirror/config $ ls Listed like this: config.js config.js.sample Now, if you want you can edit your config file: pi@MagicMirror:~/MagicMirror/config $ nano config.js Change whatever you need to change… But you actually don’t have to change anything just for testing it. Now restart the MagicMirror with pm2 like this: pi@MagicMirror:~/MagicMirror/config $ pm2 restart mm You should se something like this: Restarts are now immutable, to update environment or conf use --update-env [PM2] Applying action restartProcessId on app [mm](ids: 0) [PM2] [mm](0) ✓ ┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬──────────┬──────────┐ │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │ ├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────┼──────────┼──────────┤ │ mm │ 0 │ fork │ 26361 │ online │ 32 │ 0s │ 22% │ 2.3 MB │ disabled │ └──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────┴──────────┴──────────┘ Use `pm2 show ` to get more details about an app pi@MagicMirror:~/MagicMirror/config $ And your Magic should have started. :)
  • PIR-Sensor - put your mirror to sleep if not used

    Locked
    126
    1 Votes
    126 Posts
    219k Views
    J
    Please continue discussion about install issues here. There is already info on how it can be solved. For other problems with the PIR-Sensor Module please open a new thread in the troubleshooting section.
  • Module scaling?

    Unsolved
    1
    1 Votes
    1 Posts
    1k Views
    lucallmonL
    Is there a way to change the size of a module? I’m looking at trying to shrink the size of the calendar module–make it more narrow. I would like it to be the size of the weather update. Thanks.
  • Default Module: Weather Forecast

    5
    0 Votes
    5 Posts
    3k Views
    yawnsY
    @jakubc You are right, the comma is redundant, but it doesn’t do any harm in this environment. In this case it did not work because lolobyte was running a MagicMirror version which did not have this feature. :)
  • HUGE FLAW IN MY PLAN

    13
    0 Votes
    13 Posts
    10k Views
    A
    Never mind. It just doesn’t work with Microsoft Edge. Not a problem.
  • MMM-Remote-Control

    8
    0 Votes
    8 Posts
    4k Views
    foxF
    My problem is that i dont see it at all :( https://forum.magicmirror.builders/post/12059
  • Basic configuration issues with compliments & calendar modules

    4
    0 Votes
    4 Posts
    3k Views
    strawberry 3.141S
    @mh77 a string in javascript is handled as true, so 'false' => true
  • parsing RSS description (newsfeed or MMM-RSS-FEED)

    3
    0 Votes
    3 Posts
    3k Views
    meneldourM
    @bhepler That’s what I had concluded as well. There’s already the wordnik module , I’ve looked into its code, couldn’t find out how to edit it for my usage though, since my coding knowledge is very limited. Maybe the bible verse module? I’ll give it a go.