A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • RPie reboots when switching roomlights on/off

    Solved
    3
    0 Votes
    3 Posts
    916 Views
    FrühstückF
    Thank you @AxLed ! I forgott to mention a power & a reboot button attached to the GPIO Pins and exactly that (false positive reboot-script execution) was the root of the Problem. I solved it with rechecking the pins for LOW-state after a 1/10 of a second. This issue bugged me for several months. Thank you again!
  • Blank Screen after update/power outage

    Unsolved
    1
    0 Votes
    1 Posts
    539 Views
    N
    Hi all, I recently suffered a power outage uknowingly (happened whilst I was at work) and one morning I updated MagicMirror (using sudo git pull && npm install) and since then my MagicMirror boots up to the raspbian desktop then the screen goes blank. I’ve followed other peoples advice of forcing an update but with no effect. I also tried a “np install” from each of the module folders that contained a package.json file but again - no effect. Here’s an outout from the pm2 logs pi@raspberrypi:~ $ pm2 logs [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 15 lines: PM2 | 2019-08-11T17:53:12: PM2 log: Time : Sun Aug 11 2019 17:53:12 GMT+0100 (BST) PM2 | 2019-08-11T17:53:12: PM2 log: PM2 version : 3.2.9 PM2 | 2019-08-11T17:53:12: PM2 log: Node.js version : 9.11.2 PM2 | 2019-08-11T17:53:12: PM2 log: Current arch : arm PM2 | 2019-08-11T17:53:12: PM2 log: PM2 home : /home/pi/.pm2 PM2 | 2019-08-11T17:53:12: PM2 log: PM2 PID file : /home/pi/.pm2/pm2.pid PM2 | 2019-08-11T17:53:12: PM2 log: RPC socket file : /home/pi/.pm2/rpc.sock PM2 | 2019-08-11T17:53:12: PM2 log: BUS socket file : /home/pi/.pm2/pub.sock PM2 | 2019-08-11T17:53:12: PM2 log: Application log path : /home/pi/.pm2/logs PM2 | 2019-08-11T17:53:12: PM2 log: Process dump file : /home/pi/.pm2/dump.pm2 PM2 | 2019-08-11T17:53:12: PM2 log: Concurrent actions : 2 PM2 | 2019-08-11T17:53:12: PM2 log: SIGTERM timeout : 1600 PM2 | 2019-08-11T17:53:12: PM2 log: =============================================================================== PM2 | 2019-08-11T17:53:12: PM2 log: App [mm:0] starting in -fork mode- PM2 | 2019-08-11T17:53:12: PM2 log: App [mm:0] online /home/pi/.pm2/logs/mm-out.log last 15 lines: 0|mm | 0|mm | 0|mm | > magicmirror@2.8.0 start /home/pi/MagicMirror 0|mm | > sh run-start.sh 0|mm | 0|mm | Starting MagicMirror: v2.8.0 0|mm | Loading config ... 0|mm | Loading module helpers ... 0|mm | No helper found for module: alert. 0|mm | Loading module helpers ... 0|mm | No helper found for module: alert. 0|mm | Whoops! There was an uncaught exception... 0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues 0|mm | Launching application. /home/pi/.pm2/logs/mm-error.log last 15 lines: 0|mm | at Module._compile (internal/modules/cjs/loader.js:711:30) 0|mm | at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) 0|mm | at Module.load (internal/modules/cjs/loader.js:620:32) 0|mm | { Error: Cannot find module 'node_helper' 0|mm | at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) 0|mm | at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) 0|mm | at Function.Module._load (internal/modules/cjs/loader.js:528:25) 0|mm | at Module.require (internal/modules/cjs/loader.js:658:17) 0|mm | at require (internal/modules/cjs/helpers.js:20:18) 0|mm | at Object.<anonymous> (/home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:6:18) 0|mm | at Object.<anonymous> (/home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:94:3) 0|mm | at Module._compile (internal/modules/cjs/loader.js:711:30) 0|mm | at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) 0|mm | at Module.load (internal/modules/cjs/loader.js:620:32) code: 'MODULE_NOT_FOUND' } 0|mm | ATTENTION: default value of option force_s3tc_enable overridden by environment. The error appears to be due to a module issue but I can’t find one, anyone else have the same issue? Is it a case of rebuilding? TIA Nick
  • Video does not start on MM

    Unsolved
    1
    0 Votes
    1 Posts
    359 Views
    StoffbeuteluweS
    Hello, my Youtube module or MMM BobRoss module does not autostart and I don’t know why … config autostart is true function createWindow() { app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required"); but MMM-EasyBack starts the Video perfect (local Video)
  • How to remove Space in a Module

    Unsolved
    4
    1
    0 Votes
    4 Posts
    1k Views
    brobergB
    @Stoffbeuteluwe there is no dumb questions! But… You could start to specify what module it is (i e the name, not just a picture). That way one could look at how the code of the module and then give you examples on how to practically solve it. As always when you ask for help on the internet, be specific and add as much info as you can.
  • Big 'core' file (1.3G)

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M
    Thanks for the quick reply. I looked at the file details and the creation date. It’s from a while back and knowing now that its a core dump I’ll delete it.
  • 0 Votes
    46 Posts
    23k Views
    S
    @maxheartrate just do pm2 stop mm pm2 delete mm
  • EADDRINUSE assistant not working

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @siddhartha while you think nothing is running do ps -ef | grep node Does that produce more than 1 line of output?
  • Audio not working through Magic Mirror

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    mumblebajM
    @edenx858 That is correct. You need a premium account for it.
  • PM2 MagicMirror - not working

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @stalker401 actually, i’ve seen this before… maybe you DID run npm install in a module folder that does NOT have a package.json file. erase the node_modules folder in that module cd modules/???? ??? is the module name rm -rf node_modules
  • MMM-EasyPix Multiple pics

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @SirVer said in MMM-EasyPix Multiple pics: diashow? SLIDESHOW ? No, EasyPix has no slideshow feature. It was created to handle images and sound files for Hello-Lucy. This is what I use for a slideshow. https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow
  • I Make a mistake

    Unsolved
    1
    0 Votes
    1 Posts
    737 Views
    F
    hi, i’ll make a mistake : i have MMM-iframe reload installed for googlemaps traffics works great i have installed MMM- remote-controle works great but now MMM-iframe reload don’t load i think is because module works both on port : 8080 but how change that ? so i’ll try to install MMM-GoogleMapsTraffic but when i install node dependencie in the folder i have error message: npm WARN grunt-stylelint@0.11.1 requires a peer of stylelint@^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-recommended@2.2.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 || ^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-standard@18.3.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 || ^10.0.0 but none is installed. You must install peer dependencies yourself. npm WARN MMM-GoogleMapsTraffic@1.0.0 No repository field. so the module starting but i can see it only the border. Thanks for your help !
  • Magic Mirror Overlays and templates

    Unsolved magic mirror background overlay animation
    1
    0 Votes
    1 Posts
    1k Views
    P
    Hi All, In dire need of some help/advice!! We bought the magic mirror business of its previous owners last year. However, a few serious updates are required to keep it fresh and inviting. I am having an issue with designing new overlays for the pictures that are taken on the mirror. I do not have a mac nor adobe photoshop to edit any frame/borders and I have tried to use Paint however it has been a pain to use! Is there anyone that can be of help with this? Thanks, Faz
  • Flip the calendar to a different month

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    B
    @Sean Crap on a stick. I just got done figuring out how to modify your old CalendarExt the way I like it. I certainly need this feature, so I guess I’ll be going back to the drawing board. My intention is to have control of the CalendarExt2 using your AssistantMK2 module. Should be fun!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • How do I rotate the display when MM is running on Windows?

    Unsolved
    1
    0 Votes
    1 Posts
    383 Views
    C
    Should be easy, but I can’t find out how to do it. Can anyone give me the instructions how to do it?
  • pm2 restarts magicmirror every few seconds

    Solved
    6
    1
    0 Votes
    6 Posts
    3k Views
    S
    @panos yes, when doing install, it uses a config file which supplies a title. It’s in the installers folder
  • Help figuring out what portion of this code is erroring out?

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    S
    Thanks, I’ll look at it tonight.
  • MMM-TelegramBot error

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    StoffbeuteluweS
    @Sean works thank you 🙏
  • Default weather module!!

    Unsolved
    2
    0 Votes
    2 Posts
    628 Views
    S
    @mishkalidas open the developers window, ctrl-shift-i, and select the console tab, then scroll up to find any errors… usually red text… let us know
  • Default calendar shows no items when a series is in the calendar

    Unsolved
    2
    0 Votes
    2 Posts
    482 Views
    S
    @iceythegreatest looks like the caldav to ics doesn’t produce the info in the format the latest code expects. (ISOStrings) i think this is another bug. I suggest you open an issue on github for MagicMirror so someone can look at it eventually. (This is all volunteer, and anyone can propose a fix) comment in calendarfetcher.js is // ical.js started returning recurrences and exdates as ISOStrings without time information.