A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Problem with exdate exeption in .ics file

    Unsolved
    1
    0 Votes
    1 Posts
    467 Views
    A
    I have a problem with my .ics file for the standard calendar module. The exeptions “exdate” of an event are stored in the wrong format, it look like this: BEGIN:VEVENT DTSTAMP:20181120T052855Z CLASS:PUBLIC CREATED:20181120T052855Z DESCRIPTION: DTEND;TZID=Europe/Zurich:20170828T082000 DTSTART;TZID=Europe/Zurich:20170828T075000 EXDATE:20170925T055000Z,20171002T055000Z,20171009T055000Z,20171016T055000 Z,20171023T055000Z LAST-MODIFIED:20181120T052855Z RRULE:FREQ=WEEKLY;UNTIL=20171112T065000Z;BYDAY=MO SEQUENCE:0 SUMMARY:xxx TRANSP:OPAQUE UID:2b8ae706-c70f-4592-a380-6d301b5bb624 X-MICROSOFT-CDO-BUSYSTATUS:BUSY END:VEVENT but they should look like this: BEGIN:VEVENT DTSTAMP:20181120T052855Z CLASS:PUBLIC CREATED:20181120T052855Z DESCRIPTION: DTEND;TZID=Europe/Zurich:20170828T082000 DTSTART;TZID=Europe/Zurich:20170828T075000 EXDATE:20170925T055000Z EXDATE:20171002T055000Z EXDATE:20171009T055000Z EXDATE:20171016T055000Z EXDATE:20171023T055000Z LAST-MODIFIED:20181120T052855Z RRULE:FREQ=WEEKLY;UNTIL=20171112T065000Z;BYDAY=MO SEQUENCE:0 SUMMARY:xxx TRANSP:OPAQUE UID:2b8ae706-c70f-4592-a380-6d301b5bb624 X-MICROSOFT-CDO-BUSYSTATUS:BUSY END:VEVENT Since these are wrong, none of the calendar elements are shown. Any suggestions how to change that?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Syntax error in python-shell

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @radu_stancu great debugging! and thanks for the detailed feedback… someone else might fall into this same trouble
  • The installer script linked from the main page is broken.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @redink Good news!
  • installing alexa error

    Unsolved
    2
    0 Votes
    2 Posts
    737 Views
    T
    Anybody have any clues? I’m at a loss here
  • No image show in my MagicMirror

    2
    0 Votes
    2 Posts
    1k Views
    S
    what module do you have installed for voice recognition? and map viewing?
  • trouble Accessing JSON structure using variables, help

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @mykle1 there is no better thought motivator than posting on a live forum…!!
  • A functional question about face effects

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Y
    @j-e-f-f thanks very much , i’m from china . This is why I replied late. Your opinion is very useful to me. About hardware performance issues. I think it can be done by other GPU devices. The key is the second question you mentioned. How to position the face in the mirror.I will follow your suggestion to test. If I succeed, I will show it here. Thanks again!
  • MMM-awesome-alexa Giving me a black screen

    1
    0 Votes
    1 Posts
    679 Views
    S
    Hi, I am trying to install MMM-awesome-alexa to my magic mirror, but I am having some issues. I have all of the alexa developer keys, but it ends up to a black screen on my raspberry pi. I have been searching all over the internet to find out why this is happening, but I noticed something on my terminal responding, Starting MagicMirror: v2.5.0 Loading config ... Loading module helpers ... WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/electron-v2.0-linux-arm/snowboy.node' Loading module helpers ... App threw an error during load Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/electron-v2.0-linux-arm/snowboy.node' at Module._resolveFilename (module.js:543:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:473:25) at Module.require (module.js:586:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/index.js:8:29) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/index.js:132:3) at Module._compile (module.js:642:30) at Object.Module._extensions..js (module.js:653:10) at Module.load (module.js:561:32) Whoops! There was an uncaught exception... { Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/electron-v2.0-linux-arm/snowboy.node' at Module._resolveFilename (module.js:543:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:473:25) at Module.require (module.js:586:17) at require (internal/module.js:11:18) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/index.js:8:29) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/index.js:132:3) at Module._compile (module.js:642:30) at Object.Module._extensions..js (module.js:653:10) at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' } MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application. I looked through it and found that snowboy was not found, and I couldn’t even find it myself with the directory it provided. I looked around and found something saying I needed to use npm run electron-rebuild, but it also gives a error, Rebuild Failed An unhandled error occurred inside electron-rebuild Could not detect abi for version 2.0.0 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.0 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/electron-rebuild/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/2018-12-05T14_47_11_588Z-debug.log Is there any fix for this that anyone knows? I want to get this built before the end of the week so I can get it ready for next year. Thanks!
  • MMM-Lunartic (fixed temporarily)

    9
    1
    0 Votes
    9 Posts
    3k Views
    Mykle1M
    @cowboysdude No, they will magically appear on your mirror. ;-)
  • MMM-Voice - need MMM-voice.dic and MMM-voice.lm files please!

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @keroppi I PM’ed you with the link as we can not uploads files here
  • Making icons bigger?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @tbs86 Assuming you mean MMM-BMW-DS, you can add this to your custom.css file and adjust to your liking .MMM-BMW-DS .image { /* icon size */ width: 1.75%; height: 1.75%; margin-top: 0px; margin-bottom: -10px; }
  • 0 Votes
    4 Posts
    2k Views
    P
    For future generations looking to solve this problem: I believe one of my modules (MMM-CTA for the record) poops out a ton of log entries. Those fill up my SD card after a few weeks. I ended up installing a pm2 module called pm2-logrotate. https://www.npmjs.com/package/pm2-logrotate I’m setting it to rotate my var/log file before it gets too big. Hopefully this will solve future problems. pi@raspberrypi:~ $ pm2 install pm2-logrotate pi@raspberrypi:~ $ pm2 set pm2-logrotate:max_size 2G
  • Can't Install Dependencies

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    T
    Thanks that was it! I’m not sure how I managed to install such an old version. Incase anyone else has this issue, I followed the instructions here to install the current version.
  • MagicMirror will not start after update 2.5.0

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    S
    @blackmirror u need to go to the MMM-DHT-Sensor folder and do npm install there too (and any other modules that have a package,json file supplied) the upgrade SHOULD do this for you, but appears not…
  • Displayed Module Size (width) ?

    Unsolved
    2
    2
    0 Votes
    2 Posts
    1k Views
    ?
    @sandy2503 In many case, You can adjust specific module with this CSS selector. .[MODULENAME] e.g) .clock { width: 400px; } Or you can adjust all modules in specific region with this pattern; region.[REGIONNAME] .module region.right .module { width: 400px; } But some module could override its CSS with higher priority, in that case; Examine all the CSS then solve it one by one. PS For CalenderExt, you can use ellipsis: 20 for truncating title. Anyway, I’m building new calendar module with new parser and looks.
  • Problem with recuring events

    Unsolved
    2
    0 Votes
    2 Posts
    647 Views
    bheplerB
    @nico0709 - Have you tried creating a test event in that 3rd calendar that is not repeating? Just to verify that the 3rd calendar is showing up? Is there anything in the logs when the mirror starts?
  • Clocks have two different times?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Mykle1M
    @tbs86 You’re welcome, mate. :-)
  • MMM-Carousel - displaying multiple modules at one time.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    BKeyportB
    So, it does the same thing now with my other magic mirror install. The other unit is on a 7" touchscreen, I have it alternating between the Weather module and the Weather Forcast module.
  • Brand new install failing: bash: line 112: npm: command not found

    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M
    @kelemvor I don’t think you want the Lite version. Raspbian Desktop, yes.