• 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. djay07
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
D
Offline
  • Profile
  • Following 1
  • Followers 0
  • Topics 1
  • Posts 7
  • Groups 0

djay07

@djay07

0
Reputation
262
Profile views
7
Posts
0
Followers
1
Following
Joined May 16, 2019, 5:26 AM
Last Online Apr 23, 2020, 10:18 AM

djay07 Unfollow Follow

Latest posts made by djay07

  • RE: MMM-MotionDetector in parallel to MMM-Remote-Control?

    Okay here is the thing, I missed an hint in the readme of the module, which says it works only on

    address: "localhost",
    

    i had it set to:

    address: "0.0.0.0",
    

    to be able to use MMM-Remote-Control. Does anyone have an idea for me use both in parallel?

    posted in Troubleshooting
    D
    djay07
    Jun 2, 2019, 6:42 PM
  • MMM-MotionDetector in parallel to MMM-Remote-Control?

    Edit:
    Found the issue of the cam not working, but it disables MMM-Remote-Control.
    Anyone an idea about that? Details in post #2.


    Hi Guys,
    i am a bit puzzled.
    I have a RPi camera here, it works fine testing it with:

    "raspistill -o image.jpg"
    

    I installed the module MMM-MotionDetector and as described I did:

    - Open /etc/modules-load.d/modules.conf
    - Add bcm2835-v4l2 to the end of the file and save it.
    - Reboot.
    

    What I see is the following:

    • The debug output on the screen is never updated.
    • the display doesn’t go off.

    My entry in the config.js:

               {
                module: "MMM-MotionDetector",
                position: "top_left",   // Optional. This can be any of the regions. Displays debug informations.
                config: {
                        captureIntervalTime: 1000,
                        scoreThreshold: 20,
                        timeout: 6000 // timeout in ms
                        }
                },
    

    HW:
    RPi 3B+ and the RPi Camera 1 Rev. 1.3

    Any ideas or hints?

    posted in Troubleshooting
    D
    djay07
    Jun 2, 2019, 2:36 PM
  • RE: MMM-PIR doesn´t turn off monitor since update MM 2.7

    @sdetweil
    morning,
    well i didn’t do it in every single subfolder where a package.json is placed, since i didn’t expect this to be necessary.

    I did:

    • git pull
    • in the module folder “npm install”
    • npm install electron-rebuild
    • ./node_modules/.bin/electron-rebuild

    the result is the above.
    Currently i solved it with external scripts running in system.d, but if you tell me i need to run “npm install” in each folder with a package.json, i would give it a try, just to report back.

    posted in Troubleshooting
    D
    djay07
    May 27, 2019, 7:03 AM
  • RE: MMM-PIR doesn´t turn off monitor since update MM 2.7

    I did the recommended above, but it’s still just nothing happening. Any further ideas?

    I have a RCWL-0516 connected right now and a small python script which shows me it’s activity. but the module won’t shutdown the screen after minutes without motion (delay set to 10 secs).

    Edit:
    Maybe i should add:
    I tried this with MMM-PIR -> interface not starting, error:

    WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: ReferenceError: NodeHelper is not defined
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:11:18)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:67:3)
        at Module._compile (internal/modules/cjs/loader.js:711:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
        at Module.load (internal/modules/cjs/loader.js:620:32)
        at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
        at Function.Module._load (internal/modules/cjs/loader.js:551:3)
        at Module.require (internal/modules/cjs/loader.js:658:17)
        at require (internal/modules/cjs/helpers.js:20:18)
        at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
    App threw an error during load
    ReferenceError: NodeHelper is not defined
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:11:18)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-PIR/node_helper.js:67:3)
        at Module._compile (internal/modules/cjs/loader.js:711:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10)
        at Module.load (internal/modules/cjs/loader.js:620:32)
        at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
        at Function.Module._load (internal/modules/cjs/loader.js:551:3)
        at Module.require (internal/modules/cjs/loader.js:658:17)
        at require (internal/modules/cjs/helpers.js:20:18)
        at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
    

    And MMM-PIR-Sensor is not reacting at all.

    posted in Troubleshooting
    D
    djay07
    May 24, 2019, 7:10 AM
  • RE: Advanced stocks / finance module needed

    @Sean
    Interesting, then I did a mistake somewhere else.
    I will try this evening again. I guess i tried only quickly since the other plugins were not working already and I didn’t expect any success anymore :smiling_face_with_open_mouth_cold_sweat:

    posted in Requests
    D
    djay07
    May 17, 2019, 8:15 AM
  • RE: Advanced stocks / finance module needed

    @Sean
    is it?
    when i tried it didn’t show me any european once. Maybe I did smth wrong I will try again.
    Where do you get the symbols from, to have the correct once?

    I tried for example “BMW.DE”

    posted in Requests
    D
    djay07
    May 17, 2019, 7:46 AM
  • RE: Advanced stocks / finance module needed

    This is still limited to US stocks right?
    Any chance to extend it to see also European stocks?

    posted in Requests
    D
    djay07
    May 17, 2019, 5:37 AM
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