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

    Posts

    Recent Best Controversial
    • RE: Help figuring out what portion of this code is erroring out?

      So I went in this morning and made the corrections, but instead of the typical error, when I started MagicMirror it was black screen that had my mouse cursor on it. The code i used is:

      {
        			"module": "MMM-awesome-alexa",
        			"position": "bottom_bar",
        			"config": {
          				"wakeWord": "Alexa",
          				"clientId": "amzn1.application-oa2-client.54a08c41875f4xxxxxxxxxxxxxxx",
          				"clientSecret": "8ce8425cb89e02a7302a60d27d10b51d2f137d8fxxxxxxxxxxxxxxxxxxxxxxxxxx",
          				"deviceId": "MagicMirror_1"
      			  }
      
      posted in Troubleshooting
      S
      stalker401
    • RE: Help figuring out what portion of this code is erroring out?

      @stalker401 said in Help figuring out what portion of this code is erroring out?:

      MMM-awesome-alexa

      Thanks everyone ill try it after work today

      posted in Troubleshooting
      S
      stalker401
    • RE: Help figuring out what portion of this code is erroring out?

      @sdetweil

      Thanks. Any idea why it might be causing an error when i start mm though?

      posted in Troubleshooting
      S
      stalker401
    • Help figuring out what portion of this code is erroring out?

      I can’t figure out what portion of the MMM-awesome-alexa code is causing my MM error:

      		/*{
        			"module": "MMM-awesome-alexa",
        			"position": "bottom_bar",
        			"config": {
          				"wakeWord": "Alexa",
          				"clientId": amzn1.application-oa2-client.54a08c41875f4xxxxxxxxxxxxxxx,
          				"clientSecret": 8ce8425cb89e02a7302a60d27d10b51d2f137d8fxxxxxxxxxxxxxxxxxxxxxxxxxx,
          				"deviceId": MagicMirror_1
      			  }
      		},*/
      		]
      
      };
      

      I put it in as a comment for now, so the MM will work but I’d like to try the magic mirror with alexa…

      posted in Troubleshooting
      S
      stalker401
    • Your mirror set up

      So ive started setting up my mirror and ran into some issues but ive enjoyed it. Im currently running weather (current and forcast), clock, mmm scoreboard, and im working on getting mmmm awesome alexa. Are there any really cool mods im over looking or any of them that have better options?

      posted in General Discussion
      S
      stalker401
    • RE: MMM-awesome-alexa

      So does anyone actually have a step by step directions on how to set this up? Sorry i’m a huge noob, and I’m lost (which is probably due to the noob part). I do understand this is a difficult set up, but i’m kind of hoping there might be a detailed guide on this or even a youtube video (including how Amazon Developer should be set up).

      EDIT:

      I’m able to get to the auth request as most people, and I get the error: We’re sorry!
      An error occurred when we tried to process your request. Rest assured, we’re already working on the problem and expect to resolve it shortly.

      I understand this could either by my settings, or something on the amazon side, but has anyone gotten past this recently? Or is there another module I should be using?

      posted in Utilities
      S
      stalker401
    • Magic mirror freezing

      My RPi3 froze last night. It did this a couple times before and im wondering i anyone has had and fixed the issue. Im running MM when it does this. The mods i have are core mods and scoreboard. I started aetting up awesome alexa last night before i ran into issues and gave up. (Edit… I shouldn’t have said “gave up”, more like took a break to do more research).

      posted in Troubleshooting
      S
      stalker401
    • RE: current weather time

      @Mykle1 wow i’m an idiot… I even looked into the code and saw where it said Sunrise and sunset, and it still didn’t dawn on me… I just couldn’t piece together how it was 48 mins off and than like half a day about an hour later. Sorry for the stupid question.

      posted in Troubleshooting
      S
      stalker401
    • current weather time

      does anyone know how to fix the time over the current weather module? It’s off by like 48 minutes or something odd.

      posted in Troubleshooting
      S
      stalker401
    • RE: PM2 MagicMirror - not working

      Here’s what the log gave me:

      pi@raspberrypi:~ $ pm2 log MagicMirror
      [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | No helper found for module: clock.
      0|MagicMir | Initializing new module helper ...
      0|MagicMir | Module helper loaded: calendar
      0|MagicMir | No helper found for module: currentweather.
      0|MagicMir | No helper found for module: weatherforecast.
      0|MagicMir | All module helpers loaded.
      0|MagicMir | Starting server on port 8080 ... 
      0|MagicMir | Server started ...
      0|MagicMir | Connecting socket for: updatenotification
      0|MagicMir | Connecting socket for: calendar
      0|MagicMir | Starting node helper for: calendar
      0|MagicMir | Sockets connected & modules started ...
      0|MagicMir | [SIGINT] Received. Shutting down server...
      0|MagicMir | Stopping module helper: updatenotification
      0|MagicMir | Stopping module helper: calendar
      
      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | { Error: ENOENT: no such file or directory, open 'package.json'
      0|MagicMir |     at Object.openSync (fs.js:439:3)
      0|MagicMir |     at Object.readFileSync (fs.js:344:35)
      0|MagicMir |     at Object.<anonymous> (/home/pi/MagicMirror/js/app.js:15:32)
      0|MagicMir |     at Module._compile (internal/modules/cjs/loader.js:689:30)
      0|MagicMir |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
      0|MagicMir |     at Module.load (internal/modules/cjs/loader.js:599:32)
      0|MagicMir |     at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
      0|MagicMir |     at Function.Module._load (internal/modules/cjs/loader.js:530:3)
      0|MagicMir |     at Module.require (internal/modules/cjs/loader.js:637:17)
      0|MagicMir |     at Module.Hook._require.Module.require (/usr/local/lib/node_modules/pm2/node_modules/require-in-the-middle/index.js:70:37)
      0|MagicMir |   errno: -2,
      0|MagicMir |   syscall: 'open',
      0|MagicMir |   code: 'ENOENT',
      0|MagicMir |   path: 'package.json' }
      
      
      posted in Troubleshooting
      S
      stalker401
    • 1
    • 2
    • 3
    • 4
    • 5
    • 3 / 5