• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Chris
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 3
  • Posts 68
  • Groups 0

Posts

Recent Best Controversial
  • MagicMirror does not start anymore

    Hello everyone,

    I am coming to you because of a problem that I can not solve.
    I rebooted my magic mirror and relaunched it. While everything was working correctly until now, it shows me a black screen.
    I started this one with the command npm start dev and it shows me the following error:

    pi@raspberrypi:~/MagicMirror $ npm start dev
    
    > magicmirror@2.5.0 start /home/pi/MagicMirror
    > sh run-start.sh "dev"
    
    Starting MagicMirror: v2.5.0
    Loading config ...
    Loading module helpers ...
    No helper found for module: alert.
    No helper found for module: calendar_monthly.
    WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'valid-url'
    Loading module helpers ...
    No helper found for module: alert.
    No helper found for module: calendar_monthly.
    App threw an error during load
    Error: Cannot find module 'valid-url'
        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/default/calendar/node_helper.js:9:16)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/node_helper.js:80: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 'valid-url'
        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/default/calendar/node_helper.js:9:16)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/calendar/node_helper.js:80: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 made an update of my raspberry and made a npm install in the MagicMirror folder but that does not change anything.

    Could someone give me a track to solve this problem?

    Thanking you in advance,

    Regards,

    posted in Troubleshooting
    C
    Chris
    Dec 3, 2018, 5:37 PM
  • RE: Google Assistant Shopping List display

    @sean

    Bonjour,

    Pas de soucis pour moi, j’attendrai que tu ais le temps de te pencher sur le problème.

    Merci pour ton travail,

    Cordialement,

    posted in Requests
    C
    Chris
    Sep 3, 2018, 5:06 AM
  • RE: MMM-NPR

    @cowboysdude

    Hello,

    It’s not me on github :smiling_face_with_open_mouth: ,

    No worries for me, I’ll wait until you have time to look into the problem.

    Regards,

    posted in Education
    C
    Chris
    Sep 3, 2018, 5:00 AM
  • RE: MMM-NPR

    Hello,

    I wanted to test this module. When I launch Magicmirror, it announces me an error in the config file.
    If I remove the line:

    disabled:t,
    

    The MagicMirror starts but the module does not appear and no error is visible when starting in “npm start dev”

    Do you have any idea of the problem?
    Thank you in advance,

    Regards,

    posted in Education
    C
    Chris
    Sep 2, 2018, 12:36 PM
  • RE: Google Assistant Shopping List display

    @sean

    Hello,

    I tested this module too. I do not have any problems with launching my MagicMiror. The module appears well but remains empty despite the fact that I add items in my shopping list.

    I started the mirror with the command npm start dev and I have one error that appears:

    (node:5912) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 9): Error: Failed to launch chrome!
    /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_modules/puppeteer/.local-chromium/linux-579032/chrome-linux/chrome: 1: /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_modules/puppeteer/.local-chromium/linux-579032/chrome-linux/chrome: Syntax error: word unexpected (expecting ")")
    
    
    TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
    
    

    Do you have any idea of the problem?
    Thank you in advance,

    Regards,

    posted in Requests
    C
    Chris
    Sep 2, 2018, 12:29 PM
  • RE: Using Google Assistant SDK

    @mykle1

    the basic instructions posted in the wiki are:

    You can control the Magic Mirror running on a Magic Mirror running on the same pi as GassistPi.
    As a prerequisite, you should have the remote control module installed in the Pi running Magic Mirror.
    Enter the Ip address of Pi running Magic Mirror in the main.py script against the variable "mmmip" declared.
    
    Command Syntax:
    To show / hide weather module: "Hey Google, Show / Hide Weather on Magic Mirror"
    
    To turn magic mirror display on / off: "Hey Google, Turn Mirror Magic display on / off"
    
    To power off / reboot / restart Magic Mirror: "Hey Google, Power Off / Reboot / Restart Magic Mirror"
    

    So, I think it must be possible to add orders.

    posted in Requests
    C
    Chris
    May 14, 2018, 2:45 PM
  • RE: Using Google Assistant SDK

    @mykle1

    Hello,

    there is also GassistPi

    https://github.com/shivasiddharth/GassistPi

    It can include instructions for the MagicMirror.

    It has been about two months since I use it and I am very happy.

    Regards,

    posted in Requests
    C
    Chris
    May 14, 2018, 5:00 AM
  • RE: Boosting USB mic or best mic choice

    Hello,

    I have a very good result with a sony ps3 eye webcam.
    It contains 4 pickups so picks well even with a significant distance. (up to about 5 to 7 meters).
    I use it for google assistant and she captures the key word even when the ambient noise is present (television, people talking in the room, etc …)
    Regards,

    posted in Hardware
    C
    Chris
    Apr 22, 2018, 9:56 AM
  • RE: Stop the screensaver!

    Hello,

    After a total reinstall of the recent raspberry to integrate Google Assist Pi, I also have the same problem.

    After watching, I end up with an empty screen after about 6 hours. I am forced to restart MagicMirror via the MMM-Remote-Control module.
    On the other hand I do not have xsceensaver of installed but the modification of the lines of command indicated in the wiki of installation of MM

    I did not experience this problem before. The only difference between my two installations is the 2.3.1 update of MagicMirror.
    Would it affect?

    Regards,

    posted in General Discussion
    C
    Chris
    Apr 17, 2018, 9:12 AM
  • RE: MMM-Assistant (updated) -- Your voice to the world!

    Hello,

    I have also tried to reinstall this module since its update but I also failed to make it work. I will wait until the wiki is updated because I did not understand the entire installation process.
    I have the impression that elements of the old installation procedure and the new one have mixed up and it is not very clear.
    Anyway, thanks for the work done by E3V3A to make this module work.

    posted in Utilities
    C
    Chris
    Apr 1, 2018, 9:32 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 4 / 7
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy