A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Bug in Calendar Module ?

    Unsolved
    1
    1
    0 Votes
    1 Posts
    811 Views
    Sandy2503S
    Hi ! Yesterday i checked my Caledar on the Mirror (2.6.0) in found something strange … Is that a Bug or are there worng Settings in the config.js Here is the Picture: [image: 1547712404733-20190116_161125_img_2007.png] Please look at the current Date and the Family Calendar This are the Settings in my config.js / { module: "calendar", position: "top_left", header: "Familienkalender", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://xxxx.ics" } ], titleReplace: { "De verjaardag van ": "", "'s birthday": "" }, excludedEvents: [ ], maxTitleLength: 30, urgency: 3, maximumEntries: 15, colored: true, coloredSymbolOnly: true, timeFormat: "absolute", dateFormat: "Do MMM", fullDayEventDateFormat: "Do MMM" } }, /your code here urgency is set to 3 But the 17th is not displayed as tomorrow or in 1 days and the first entry of the 18th is not displayed as in2 days like the 2nd entry at 18th …
  • code issue

    6
    0 Votes
    6 Posts
    1k Views
    C
    @sean commas always seem to win vs me lol. Thanks!
  • Does MagicMirror version 1 work?

    Unsolved
    2
    0 Votes
    2 Posts
    911 Views
    M
    @sumrag Hey there! I can’t answer your question, but I can tell you that MM2 is pretty straight forward if you just do a manual install as the guide shows on GitHub :-) Give it a go!
  • 0 Votes
    9 Posts
    3k Views
    R
    i have the latest Stretch and no folder lxsession in /.config what now? Sorry, I found it Note: setting it in /etc/xdg/lxsession/LXDE-pi/autostart or /etc/xdg/lxsession/LXDE/autostart
  • Module(s) causing MagicMirror to lock up?

    6
    0 Votes
    6 Posts
    3k Views
    qu1queQ
    I have the same problem with pi-hole-stats module. I’ve installed it on a raspberry pi zero mirror and on another raspberry pi3B mirror. And in both cases, the same problem. The screen turns black after a few hours working. The solution was the same: comment out the pi-hole-stats module. I don’t know why this happens
  • basic help

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    C
    thanks everyone, this helped a lot!
  • How to display the mirror remotely?

    Solved
    15
    0 Votes
    15 Posts
    8k Views
    B
    for the ones who need to the same, here is how i updated my config file: var config = { port: 8080, address: "0.0.0.0", ipWhitelist: [], Thx to both for your help
  • abnormal cpu usage.

    2
    0 Votes
    2 Posts
    1k Views
    bheplerB
    @costascontis - Are all of your modules working correctly? Some modules may have an infinite and very short retry on API calls. Multiple internet calls take up a fair amount of processing power. Do you notice anything in the logs?
  • MMM-Hotword is open all the time, passing it all to Mk2

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    ?
    @thestigh If sensitivity was set wrongly, It might have possibility of not-distinguishing pattern of your voice. Too high sensitivity for model would make hard to catch your hotword, Too low sensitivity for model would make indistinction between hotwords and similar words. Anyway, this issue about voice model and sensitivity is related to your environment of real usage , there is no silver bullet for common cases. Each case is different with others. So you need to optimize values of them to fit to your environment by yourself. Try many values and find optimized values for you.
  • Ubuntu 16.04, Hotword and AssistantMk2 on a "PC" (amd64), anybody got it to work?

    Unsolved
    1
    0 Votes
    1 Posts
    503 Views
    T
    Hi all, As I will try to get more power to my MM, I would like to use an old laptop for my project. But, I need of course a different solution than for the RPi and I know particularly Hotword and AssistantMk2 uses libs that are not fully compatible for combinations amd64 and later builds of Linux. I’ve tested Debian Stretch, amd64 version and it will not work: Hotword: Snowboy will not run (compiles without errors) and gives pointer error at npm start AssistantMk2: compile with electron-rebuild fails due to grpc issues. Have anybody made these two modules run with Ubuntu 16.04 or other flavours?
  • Is there a way to show specific compliments on specific dates?

    21
    0 Votes
    21 Posts
    16k Views
    Z
    @itsmecobra2006 Hi this is my config { module: "compliments", position: "lower_third", config: { "1401": [ "Auguri!!" ] } }, But today 14/01/2019 the “Auguri!!” doesn’t show. Any Idea? Thanks
  • strange boot issuse

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    bheplerB
    Yeah, that looks right. If you restart your process, do you see the mirror? pm2 restart 0
  • HELP to use a cam with MM PLEASE

    Unsolved
    19
    0 Votes
    19 Posts
    9k Views
    bheplerB
    @axel - Now that you can run your script and have it execute the command (I’m assuming that when you run the script, it does what you want) you just have to tell pm2 to manage that script. Tell pm2 to manage the script: pm2 start startcam.sh Tell pm2 to remember & autostart the script: pm2 save Let us know how it goes.
  • Rebuild Failed mmm-awesome-alexa

    Unsolved
    1
    0 Votes
    1 Posts
    553 Views
    F
    I have some problems. I can not start the $ npm run electron-rebuild > mmm-awesome-alexa@1.0.0 electron-rebuild /home/pi/MagicMirror/modules/MMM-awesome-alexa > electron-rebuild --pre-gyp-fix ✖ Rebuild Failed An unhandled error occurred inside electron-rebuild Could not detect abi for version 2.0.16 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron Error: Could not detect abi for version 2.0.16 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron at Object.getAbi (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/node-abi/index.js:43:9) at _callee6$ (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/lib/rebuild.js:152:37) at tryCatch (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:63:40) at Generator.invoke [as _invoke] (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:337:22) at Generator.prototype.(anonymous function) [as next] (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:96:21) at Generator.tryCatcher (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/bluebird/js/release/util.js:16:23) at PromiseSpawn._promiseFulfilled (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/bluebird/js/release/generators.js:97:49) at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/bluebird/js/release/generators.js:201:15 at _rebuild (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/lib/rebuild.js:613:18) at rebuild (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/lib/rebuild.js:624:28) at _callee$ (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/lib/cli.js:160:45) at tryCatch (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:63:40) at Generator.invoke [as _invoke] (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:337:22) at Generator.prototype.(anonymous function) [as next] (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/electron-rebuild/node_modules/regenerator-runtime/runtime.js:96:21) at Generator.tryCatcher (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/bluebird/js/release/util.js:16:23) at PromiseSpawn._promiseFulfilled (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/bluebird/js/release/generators.js:97:49) npm ERR! code ELIFECYCLE npm ERR! errno 255 npm ERR! mmm-awesome-alexa@1.0.0 electron-rebuild: `electron-rebuild --pre-gyp-fix` npm ERR! Exit status 255 npm ERR! npm ERR! Failed at the mmm-awesome-alexa@1.0.0 electron-rebuild script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2019-01-14T18_21_44_749Z-debug.log
  • Geocode API

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    D
    @strawberry-3-141 Code is posted above
  • MMM-Hotword, x86 and invalid pointer

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    ?
    @thestigh I think this could be one of alternatives; MMM-Voice https://github.com/fewieden/MMM-voice It has features simple voice commands in itself. You can use this standalone or Waker for MMM-AssistantMk2 (I haven’t tried but I have a will to help you)
  • Auto Starting MagicMirror could't install

    3
    0 Votes
    3 Posts
    1k Views
    Y
    @robiv8 - manually i install
  • Synology-Docker-Magicmirror

    Unsolved
    22
    0 Votes
    22 Posts
    11k Views
    C
    @turuncuoglu I have a mirror in my bathroom hooked up to a raspberry pi but also access it on a family info board (also running a Pi attached to a tv).
  • Flickering after 30-60 mins

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    A
    @hein-jan Thanks for sending your reply! I saw that in the set-up instructions as well, but for some reason, I couldn’t get xrandr to rotate the display. I was curious if we needed the GL Driver at all, but based on recent comments in this thread, it seems that others don’t. I commented the Driver out and things seem to be working fine now. Thanks again!
  • Modules suspending and never resuming after HotWord and MK2

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ?
    @numb3rs It might be due to “onIdle” and “onDetected” features. Disable them.(see the manual)