A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • why when install npm it show this WARN

    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @jiyar What module are you talking about?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
  • The chat functionality in THIS forum is (not) broken

    4
    0 Votes
    4 Posts
    2k Views
    E
    ALL OK! Seem to have been some kind of glitch in the Matrix. Everyone can go back to their lives programs.
  • electron size

    12
    0 Votes
    12 Posts
    7k Views
    eniacE
    @Mykle1 @FredSWG said in ZOOM /Scaling: you can change it in css/custom.css file body { zoom: 75%; } I didn’t find why the config file value is not taken in consideration. I assume something is overwriting this value. Will do the Job :-) I use 80% …
  • Not reading RSS

    9
    0 Votes
    9 Posts
    4k Views
    G
    I discovered now how to fix, just changed the encoding in both files and its working
  • Help needed for MM-Assistant

    9
    0 Votes
    9 Posts
    4k Views
    E
    @werdnllac I just managed to get this running! Please see: https://github.com/eouia/MMM-Assistant/issues/24
  • camera or voicecontrol module had a problem. can anyone help me?

    1
    0 Votes
    1 Posts
    839 Views
    A
    hello, i am a MM user. and i am using camera and voicecontrol module. i wanted to run my Magic Mirror, but it had problem. the error says, initializing nodemailer ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition 'defaults.bluealsa.device' ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition 'defaults.bluealsa.device' ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock i really thank you for your advice.
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    39 Views
  • Errors when trying to start MagicMirror - New to Pi

    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @SEAGINATOR said in Errors when trying to start MagicMirror - New to Pi: Error: Electron failed to install correctly, please delete node_modules/electron and try installing again The error is telling you how to correct the problem
  • Starting MagicMirror with `DISPLAY=:0 npm start` throws ERR!

    4
    0 Votes
    4 Posts
    4k Views
    L
    Thank you so much ninjabreadman and e3v3a for pointing me in the right direction. With the info the both of you provided I was able to get MM2 working on my Raspberry 3 running Stretch Lite. Installing updated node.js as per https://www.raspberrypi.org/forums/viewtopic.php?f=34&t=140747&p=1256048#p1256048 and following this guide https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide were the keys to success. Only thing left is that I wasn’t able to disable the sceensaver yet. Next steps are to try to get it to run on a Pi 0 W and get touch functionality added to my mirror. Thanks again loonix
  • Multi Day Calendar Entries

    1
    0 Votes
    1 Posts
    651 Views
    J
    Is there a way to show the duration of multi day events on the default calendar module?
  • npm install - electron fails to install

    7
    0 Votes
    7 Posts
    4k Views
    A
    Hey, this is the content of the log file: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/local/bin/npm', 'start' ] 2 info using npm@5.7.1 3 info using node@v9.8.0 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.2.2~prestart: magicmirror@2.2.2 6 info lifecycle magicmirror@2.2.2~start: magicmirror@2.2.2 7 verbose lifecycle magicmirror@2.2.2~start: unsafe-perm in lifecycle true 8 verbose lifecycle magicmirror@2.2.2~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games 9 verbose lifecycle magicmirror@2.2.2~start: CWD: /home/pi/MagicMirror 10 silly lifecycle magicmirror@2.2.2~start: Args: [ '-c', 'sh run-start.sh' ] 11 silly lifecycle magicmirror@2.2.2~start: Returned: code: 1 signal: null 12 info lifecycle magicmirror@2.2.2~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.2.2 start: `sh run-start.sh` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16) 13 verbose stack at EventEmitter.emit (events.js:180:13) 13 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:180:13) 13 verbose stack at maybeClose (internal/child_process.js:936:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5) 14 verbose pkgid magicmirror@2.2.2 15 verbose cwd /home/pi/MagicMirror 16 verbose Linux 4.9.35-v7+ 17 verbose argv "/usr/bin/node" "/usr/local/bin/npm" "start" 18 verbose node v9.8.0 19 verbose npm v5.7.1 20 error code ELIFECYCLE 21 error errno 1 22 error magicmirror@2.2.2 start: `sh run-start.sh` 22 error Exit status 1 23 error Failed at the magicmirror@2.2.2 start script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]
  • Getting error while npm install for MMM-MirrorMirrorOnTheWall

    5
    1
    0 Votes
    5 Posts
    2k Views
    S
    Sorry to bother you but after updating nodejs & npm, the MagicMirror isn’t starting. Now, nodejs & npm versions are 9.8.0 and 5.6.0. When I executed (pm2 restart MagicMirror), it is showing enabled and online but I’m unable to load it. Please help.
  • Trouble with Smart Quotes, etc

    4
    3 Votes
    4 Posts
    2k Views
    Mykle1M
    @ninjabreadman Excellent idea, sir. I’m only sorry you thought of it first. ;-)
  • Why does my installation show 2 instances?

    4
    1
    0 Votes
    4 Posts
    2k Views
    E
    pm2 kill kills everything!
  • Trying to Install, encountering error during NPM install

    5
    0 Votes
    5 Posts
    3k Views
    E
    @antnorwe Follow my post HERE to update nodejs and requirements. In addition you should really consider updating your distro to Raspbian Stretch, and Don’t install MM as root Don’t install outside /home/pi
  • Not sure what doing wrong :( adding modules

    modules adding help
    6
    0 Votes
    6 Posts
    3k Views
    J
    Wow what a great forum!! thanks for the help… really is appreciated :) Will try now
  • Newsfeed module blocking the cryptocurrency module

    1
    0 Votes
    1 Posts
    603 Views
    J
    Hi, Has anyone encountered a problem when having both newsfeed and cryptocurrency modules running at the same time (one of them dissapearing, normaly the cryptocurrency in my case)? When loading or refreshing both appear and are loading but as soon as newsfeed load completely the cryptocurrency completely disappears. It doesn’t happen with other modules and crytocurrency and haven’t noticed between newsfeed and other modules. If anyone has dealt with this before and can share solutions it would be much appreciated.
  • probleme avec une img

    4
    0 Votes
    4 Posts
    2k Views
    F
    HELLO I made a backup of my card sd it function not so long ago and after some trial I wanted to return to this famous backup and the impossible that’s what happens when I run my raspberry.[image: 1520502625612-img_6331.jpg] a solution ?
  • PM2 woes.

    2
    0 Votes
    2 Posts
    1k Views
    P
    Looking at the logs I see Error: ENOENT: no such file or directory, open 'package.json' at Error (native) at Object.fs.openSync (fs.js:642:18) at Object.fs.readFileSync (fs.js:510:33) at Object. (/home/pi/MagicMirror/js/app.js:15:32) at Module._compile (module.js:577:32) at Object.Module._extensions..js (module.js:586:10) at Module.load (module.js:494:32) at tryModuleLoad (module.js:453:12) at Function.Module._load (module.js:445:3) at Module.require (module.js:504:17) Starting MagicMirror: v2.2.2 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: calendar 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: newsfeed All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Can't parse feed item: { title: '', link: 'https://www.nytimes.com//?partner=rss&emc=rss', guid: { ispermalink: 'true', text: 'https://www.nytimes.com//' }, 'atom:link': { rel: 'standout', href: 'https://www.nytimes.com//?partner=rss&emc=rss' }, description: '', 'dc:creator': '', pubdate: '' } Title: Description: Pubdate: undefined Can't parse feed item: { title: '', link: 'https://www.nytimes.com//?partner=rss&emc=rss', guid: { ispermalink: 'true', text: 'https://www.nytimes.com//' }, 'atom:link': { href: 'https://www.nytimes.com//?partner=rss&emc=rss', rel: 'standout' }, description: '', 'dc:creator': '', pubdate: '' } Title: Description: Pubdate: undefined Can't parse feed item: { title: '', link: 'https://www.nytimes.com//?partner=rss&emc=rss', guid: { ispermalink: 'true', text: 'https://www.nytimes.com//' }, 'atom:link': { href: 'https://www.nytimes.com//?partner=rss&emc=rss', rel: 'standout' }, description: '', 'dc:creator': '', pubdate: '' } Title: Description: Pubdate: undefined