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

    Posts

    Recent Best Controversial
    • RE: MMM-Swipe - Hand gestures

      Hi, I’m trying out your module.
      I’m not running the Mirror with sudo, is there no other way to get your module to work?
      I’m getting this:

      { Error: EACCES, Permission denied
          at Error (native)
          at /home/pi/MagicMirror/modules/MMM-Swipe/node_modules/mmm-gpio/lib/gpio.js:32:18
          at ChildProcess.exithandler (child_process.js:209:7)
          at emitTwo (events.js:106:13)
          at ChildProcess.emit (events.js:191:7)
          at maybeClose (internal/child_process.js:877:16)
          at Socket. (internal/child_process.js:334:11)
          at emitOne (events.js:96:13)
          at Socket.emit (events.js:188:7)
          at Pipe._handle.close [as _onclose] (net.js:493:12) errno: 13, code: 'EACCES', syscall: 'init' }
      

      I’m guessing it have to do with the mirror not running as root…
      the pi user is a member of the gpio group at least. :)

      Thank you.

      Best regards Snille

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: MMM-MotionEye - surveillance video stream on your mirror!

      @Cato There is not a specific “mjpeg” option as I can find. However on the “?” on the “Streaming URL” it says: “A URL that provides MJPEG stream of the camera” and that’s the URL I used…

      posted in Utilities
      SnilleS
      Snille
    • RE: MMM-MotionEye - surveillance video stream on your mirror!

      @Cato Nope, same thing. The header shows up, but no picture…

      posted in Utilities
      SnilleS
      Snille
    • RE: MMM-MotionEye - surveillance video stream on your mirror!

      Hi, thank you for this module! :)

      I’m currently trying to add my Bird Nest Camera(s) to my Mirror. But I can’t get the picture to show up.

      Running MM v2.1.1 (development)
      And Node.js v7.4.0

      My in my config:

      		{
      			module: 'MMM-MotionEye',
      			position: 'middle_center',
      			classes: "default everyone",
      			header: "Holk 1",
      			config: {
      				url: "http://10.0.0.136:8081",
      				width: "640px",
      				debug: true
      			}
      		},
      

      My mirror is on: 10.0.0.112
      IP Whitelist is (although that should not matter in this case):

      	ipWhitelist: [
      		"127.0.0.1",
      		"::ffff:127.0.0.1",
      		"::1",
      		"::ffff:10.0.0.1/120" 
      	],
      

      The picture do show up if I “browse” to it in Midori on the local Consol:
      0_1484820689021_MM.png
      The pm2 log shows no errors:

      ...
      0|mm       | Connecting socket for: calendar
      0|mm       | Starting node helper for: calendar
      0|mm       | Connecting socket for: newsfeed
      0|mm       | Starting module: newsfeed
      0|mm       | Connecting socket for: email
      0|mm       | email helper started ...
      0|mm       | Connecting socket for: MMM-NetworkScanner
      0|mm       | Starting module: MMM-NetworkScanner
      0|mm       | Connecting socket for: MMM-MotionEye
      0|mm       | Starting module: MMM-MotionEye
      0|mm       | Connecting socket for: MMM-Remote-Control
      0|mm       | Starting node helper for: MMM-Remote-Control
      ...
      

      What Have I forgotten?

      Thank you.

      Best regards Snille

      posted in Utilities
      SnilleS
      Snille
    • RE: MagicMirror not Mirror

      Ah! Good to know, so the iframe is the thing to use. :) I have to read up on Grafana, looks nice! What Z-Wave controller do you use?

      posted in Show your Mirror
      SnilleS
      Snille
    • RE: MagicMirror not Mirror

      Hi! Looking great! I’m working on something similar but in a Mirror, I see you have a graph on the lower third, what module is that? I’m thinking of integrating my Fibaro to show things like power consumption and other graps… :)

      Best regards Snille

      posted in Show your Mirror
      SnilleS
      Snille
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Hi!
      Thank you for this great module!
      I’m thinking it would be good to have menu entry for the “logs”.
      Basically just “display” the logs (maybe last 100 lines) of the ~/.pm2/logs/mm* files.
      What do you say? :)

      Best regards Snille

      posted in System
      SnilleS
      Snille
    • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

      @yawns Working! :) Thank you!

      posted in Utilities
      SnilleS
      Snille
    • RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module

      Hi! Thank you for this! I will be using your module with MMM-Facial-Recognition.
      I’m not sure but I think he updated his module today (11h ago). So I think the line numbers in your installation instructions may be wrong…
      Can you maybe describe the lines to remove a little so I can find them in the “new” code? :)

      Thank you!

      posted in Utilities
      SnilleS
      Snille
    • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events

      Hi!
      Thank you for this module! :)
      I can’t get it to change the “text”.
      My config looks like this:

      	{
      		module: "mmm-suncalc",
      		position: "top_left",
      		classes: "default everyone small dimmed",
      		latitude: 56.1171367,
      		longitude: 12.9543434,
      		text: "Soluppgång sunrise, Solnedgång sunset, Solen högst solarNoon, Gryning dusk, Skymmning dawn"
      	},
      

      But the actual screen looks like this:
      0_1484295805906_pic.png

      What am I missing…?

      PS: The example conf on your git repo has one m to too much in the module name and when you “clone” it it’s all in non capitals “mmm-suncalc” (most modules have MMM-Modname). :)

      Obs: had to remove the " > " "< " for the conf to show correct here…

      Thank you.

      posted in Utilities
      SnilleS
      Snille
    • 1 / 1