A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Shell scripts through mirror

    voice control
    2
    0 Votes
    2 Posts
    2k Views
    strawberry 3.141S
    @trmst the way I’m calling the turn off monitor cmd in my voice module you can execute your shell script. https://github.com/fewieden/MMM-voice/blob/master/node_helper.js#L348 official documentation https://nodejs.org/dist/latest-v8.x/docs/api/child_process.html#child_process_child_process_exec_command_options_callback
  • An error is spamming my terminal

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    lavolp3L
    You need to disable one module at a time and find out the source module for this error. If you’ve identified it, go to the github page and send an issue. I also had an error of this type some time ago. Trying to remember what I did to get rid of this…
  • Autostart woes

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    lavolp3L
    I’d recommend trying to do it again using the description by MichMich https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror It is crystal clear from what I see, also describes what to do. "the doc for ‘pm2 startup’ doesn’t help me… ‘will give you the command u need to execute’ execute when, how? if unattended, who is ‘you’?" No offense, but btoh the doc and your terminal will show you exactly what to do. Copy a line of text the terminal throws out and execute it again. That’s the reason I’d suggest to do it again with a bit more patience. :-)
  • Black Screen with MMM-PIR-Sensor and v2.4.0

    5
    0 Votes
    5 Posts
    2k Views
    B
    Me too. I fixed by using this… https://github.com/paviro/MMM-PIR-Sensor/issues/49 I needed to delete the node_modules directory first. Then I ran npm install and the issue was gone.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
  • Applied change to config.txt, MM fails to boot.

    Unsolved
    13
    0 Votes
    13 Posts
    7k Views
    R
    Done through raspi-config, seems ok, boots and runs fine. sudo vcgencmd measure_temp shows 56.9C
  • Magic Mirror not starting after upgrade on Raspberry Pi2

    1
    0 Votes
    1 Posts
    823 Views
    H
    I upgraded MM today to version 2.4.1 on my raspberry Pi 2. I did the npm install but now getting the following error: 0 info it worked if it ends with ok 1 verbose cli [ ‘/usr/bin/nodejs’, ‘/usr/bin/npm’, ‘start’ ] 2 info using npm@1.4.21 3 info using node@v4.8.2 4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ] 5 info prestart magicmirror@2.4.1 6 info start magicmirror@2.4.1 7 verbose unsafe-perm in lifecycle true 8 info magicmirror@2.4.1 Failed to exec start script 9 error magicmirror@2.4.1 start: sh run-start.sh 9 error Exit status 127 10 error Failed at the magicmirror@2.4.1 start script. 10 error This is most likely a problem with the magicmirror package, 10 error not with npm itself. 10 error Tell the author that this fails on your system: 10 error sh run-start.sh 10 error You can get their info via: 10 error npm owner ls magicmirror 10 error There is likely additional logging output above. 11 error System Linux 4.14.52-v7+ 12 error command “/usr/bin/nodejs” “/usr/bin/npm” “start” 13 error cwd /home/pi/MagicMirror 14 error node -v v4.8.2 15 error npm -v 1.4.21 16 error code ELIFECYCLE 17 verbose exit [ 1, true ]
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    14 Views
  • config file issue

    Unsolved
    2
    0 Votes
    2 Posts
    792 Views
    S
    @oj96 said in config file issue: accessToken: ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ lists: [ “inbox”], interval: 60 fade: true } }, ] modules: [ well, a bunch of problems… 1 you have the wrong single and double quotes here… do NOT use a word processing editor… only a text editor… (nano or gedit or vi)… 2. missing comma after accesstoken line and interval line and u have two modules: [ blocks… quick way to test your config for syntax… copy/paste it all to jslint.com check long lines, single quotes, and whitespace mess at the bottom, then press jslint then copy/paste it back to the config.js file.
  • Screen cannot rotate after upgrade to 2.4.0

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    Read and Read and found the solution regarding cannot upgrade to 2.4.0 git reset --hard; git clean -df;
  • Newbie to everything - Error in module and cant work out why!

    Unsolved
    12
    1
    0 Votes
    12 Posts
    6k Views
    S
    @erycken said in Newbie to everything - Error in module and cant work out why!: loader.js:182 Load script: modules/MMM-MyTraktSeries//MMM-MyTraktSeries.js module.js:477 Module registered: MMM-MyTraktSeries loader.js:152 Bootstrapping module: MMM-MyTraktSeries loader.js:237 File already loaded: moment.js loader.js:157 Scripts loaded for: MMM-MyTraktSeries loader.js:197 Load stylesheet: modules/MMM-MyTraktSeries/MMM-MyTraktSeries.css loader.js:159 Styles loaded for: MMM-MyTraktSeries translator.js:170 MMM-MyTraktSeries - Load translation fallback: translations/en.json loader.js:161 Translations loaded for: MMM-MyTraktSeries … MMM-MyTraktSeries.js:22 Starting module: MMM-MyTraktSeries main.js:422 All modules started! … module.js:156 MMM-MyTraktSeries received a system notification: ALL_MODULES_STARTED … module.js:154 calendar received a module notification: CURRENTWEATHER_DATA from sender: currentweather so, from the log, your module is loaded and running… so, what do you do to present info? how does your module respond to the getDom() method call? that is how it provides data to be displayed…
  • Weather forecast only displays 'invalid date'

    Solved
    21
    0 Votes
    21 Posts
    92k Views
    B
    Awesome, v2.4.1 fixed it Thanks @MichMich :)
  • Help! Problem updating to v2.3.1

    2
    0 Votes
    2 Posts
    896 Views
    MichMichM
    @kullboys https://forum.magicmirror.builders/topic/7581/can-t-update/4
  • Can't Update

    4
    0 Votes
    4 Posts
    3k Views
    D
    @michmich Thasnks MitchMitch. That did it.
  • Downgrade Magic Mirror?

    14
    0 Votes
    14 Posts
    10k Views
    Mykle1M
    @kastore https://github.com/MichMich/MagicMirror/releases
  • Which version of raspbian? Jessie? Stretch?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    MichMichM
    You can use the latest version, but make sure you use the full version. Not the lite version.
  • MMM-Assistant Jarvis.umdl set up

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    M
    @plachu I’m using 2.4.1 It recognizes the jarvis hotword with file: ‘resources/u-models/jarvis.umdl’, sensitivity: ‘0.8,0.80’, hotwords: [‘jarvis’,‘jarvis’] but the microphone turns red right after recognizing the hotword and doesn’t do anything afterwards.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    40 Views
  • MMM-MyWeather doesn't show up

    3
    0 Votes
    3 Posts
    2k Views
    S
    @axled I think it’s because I don’t have the WU API i was trying to use one from OpenWeather
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views