A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Podcast Video wird nicht erneuert nur über Alt F4

    1
    0 Votes
    1 Posts
    3k Views
    picopowerP
    Hallo Leute, bin neu hier und wollte fragen ob mir einer mit dem Modul Podcast helfen kann. Mein Englisch ist nicht sehr gut drum schreibe ich ihr auf deutsch (Schande über mein Haupt). Das Podcast Video wird nur update wenn ich die Alt + F4 tasten betätige und wird auch angezeigt, Button funktioniert auch einwandfrei. Ich danke euch im voraus und hoffe das mir einer unter die Arme greifen kann. Mit freundlichen Grüßen Picopower
  • help with MovieInfo module

    11
    0 Votes
    11 Posts
    8k Views
    strawberry 3.141S
    It’s fixed now, was some date manipulation
  • Change Module Position for a Newbie

    3
    0 Votes
    3 Posts
    4k Views
    P
    @strawberry-3.141 Wow, thank you so much for the help! It looks perfect now. Merry Christmas! I took your survey. Thanks again!
  • Apple Calendar (Noob)

    2
    0 Votes
    2 Posts
    2k Views
    W
    @leefincken I was able to use the webcal url, but I had to make the Apple calendar public. This was the only way I found it to work. I’d prefer the calendar to be private, but Apple only allows sharing of private calendars with other iCloud users.
  • txt-file-include doesn´t work

    txt file include
    4
    0 Votes
    4 Posts
    3k Views
    strawberry 3.141S
    problem was he named node_helper.js as node-helper.js
  • Darken fonts for some modules

    3
    0 Votes
    3 Posts
    2k Views
    ooom416354O
    @broberg Thanks very much!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    40 Views
  • Issue with PM2 autostart...

    pm2
    1
    1 Votes
    1 Posts
    2k Views
    H
    Hey I am getting an error when trying to configure the PM2 autostart. I ran the command they give: pi@raspberrypi:~ $ sudo env PATH=$PATH:/usr/bin / usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi Then it runs and I run the chmod script then when I try to run pm2 start mm.sh I get pi@raspberrypi:~ $ pm2 start mm.sh events.js:160 throw er; // Unhandled 'error' event ^ Error: connect EACCES /home/pi/.pm2/rpc.sock at Object.exports._errnoException (util.js:1022:11) at exports._exceptionWithHostPort (util.js:1045:20) at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1087:14) Any suggestions?
  • Help debug my config please.

    config
    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @hawk13 in the second line from the bottom you used : instead of ; and in the last line you used [ instead of {
  • How to adjust Font ,Icon,color in Phone Notification Mirror

    2
    0 Votes
    2 Posts
    3k Views
    bheplerB
    @nobita In the CSS folder, there is a custom.css file (~/MagicMirror/css/custom.css). Any changes you make here will override the main font settings. You can adjust the font sizes here at your leisure. For example: body { margin: 60px; position: absolute; height: calc(100% - 120px); width: calc(100% - 120px); background: #000; color: #aaa; font-family: "Roboto Condensed", sans-serif; font-weight: 400; font-size: 5em; line-height: 3em; -webkit-font-smoothing: antialiased; } … should give you a starting point.
  • Images & Videos

    19
    0 Votes
    19 Posts
    16k Views
    U
    Good to hear. I did forgot I added some functionality that needed new packages.
  • This topic is deleted!

    9
    0 Votes
    9 Posts
    99 Views
  • I can't get the config to open

    7
    0 Votes
    7 Posts
    4k Views
    A
    I am also very new to this, but it isn’t that hard once you’ve stay up till 1:00 3 or 4 times. Everything I needed to know was here: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6 @KirAsh4 The section you probably need is under “Installing MirrorMirror2” at the end. I was able to do everything from the forum until I needed to change the weather settings. For that, I used file manager. It isn’t as hard as it may seem (even though to a newbie like me all of this stuff seems hard). After a long time just playing around with it I finally got the MagicMirror2 app set up with autostart, which has a tutorial at: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror I hope this helps. I know how it feels to have no clue of what to do.
  • NEWBIE IN NEED OF TECHNICAL ASSISTANCE

    3
    0 Votes
    3 Posts
    2k Views
    A
    Thanks! I think that that will solve my problem. Also, thank you to @MichMich and @KirAsh4 for helping everybody work things out. I wouldn’t be able to do this without you!
  • used the amazing complete setup but after 'npm start'.....

    17
    0 Votes
    17 Posts
    11k Views
    alonshwartz1966A
    @broberg Hi. Thanks for the instructions. I’ve managed to run the MagicMirror. Now I just need to work on adjustments.
  • jumping of modules

    23
    0 Votes
    23 Posts
    16k Views
    strawberry 3.141S
    @kclemen to keep your scope you need to use a fat arrow (es6) function setTimeout(() => { MM.getModules().withClass(this.config.defaultClass).exceptWithClass(this.config.everyoneClass).enumerate(function(module) { module.show(1000, function() { Log.log(module.name + ' is hidden.'); }); }); }, 1000);
  • Npm install fails

    1
    0 Votes
    1 Posts
    1k Views
    Y
    I cannot seem to get NPM to install. I have tried on several different installs following the different tutorials verbatim for the server only method since I am installing on a RasPi 0 B+. Any ideas on whats going wrong?? pi@raspberrypi:~/magicmirror $ sudo npm install && npm start npm WARN cannot run in wd magicmirror@2.0.0 npm run snyk-protect (wd=/home/pi/magicmirror) npm WARN unmet dependency /home/pi/magicmirror/node_modules/request/node_modules/http-signature/node_modules/sshpk requires assert-plus@‘^1.0.0’ but will load npm WARN unmet dependency /home/pi/magicmirror/node_modules/request/node_modules/http-signature/node_modules/assert-plus, npm WARN unmet dependency which is version 0.2.0 npm ERR! Linux 4.4.34+ npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “install” npm ERR! node v4.2.1 npm ERR! npm v2.14.7 npm ERR! code EPEERINVALID npm ERR! peerinvalid The package grunt@1.0.1 does not satisfy its siblings’ peerDependencies requirements! npm ERR! peerinvalid Peer grunt-eslint@19.0.0 wants grunt@>=0.4.0 npm ERR! peerinvalid Peer grunt-yamllint@0.2.0 wants grunt@~0.4.0 npm ERR! Please include the following file with any support request: npm ERR! /home/pi/magicmirror/npm-debug.log I should mention I am trying this on a RasPi 0 B+ version as well. Thanks for the help!!!
  • Stupid newbie questions

    6
    0 Votes
    6 Posts
    3k Views
    impuislupusI
    @broberg yup went to the file directly
  • Printing to output Terminal

    5
    0 Votes
    5 Posts
    4k Views
    Z
    @mochman Now I get it! Thanks so much for laying out the basics for me! First time dealing in server/client stuff and I’m starting to make sense of it in my head.
  • Location ID Help

    6
    0 Votes
    6 Posts
    7k Views
    shadymapleS
    @chrisfoerg Ok got it, thanks very much!