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

desq

@desq

3
Reputation
1.1k
Profile views
15
Posts
0
Followers
0
Following
Joined May 19, 2016, 8:58 AM
Last Online Nov 3, 2024, 6:40 AM

desq Unfollow Follow

Best posts made by desq

  • RE: MMM-NetworkScanner

    @strawberry-3.141 now i did. I know. RTFM.

    posted in Utilities
    D
    desq
    Sep 23, 2016, 12:46 PM
  • RE: PIR-Sensor - put your mirror to sleep if not used

    @cowboysdude
    I got it. I installed the latest node. (6.2.1) Pull MMM-PIR from the git Repository und did all the steps Paviro explains on the module page.
    And suddenly no more the white screen and the “USER_PRESENCE” notification is send every 5-6 sec.

    @paviro
    could implement a parameter to set the duration for a monitor shutdown as no USER_PRESENCE is detected?

    posted in Troubleshooting
    D
    desq
    Jun 25, 2016, 7:37 AM
  • RE: PIR-Sensor - put your mirror to sleep if not used

    @cowboysdude mh… I really would like to stick with paviros module.
    “USER_PRESENCE” (PIR Sensor) seems to work, but my Relay does not change it´s state.
    @paviro can you confirm, that your PIR module doesn´t work with node 6.22?

    If so I must switch to that python-script-hell.

    posted in Troubleshooting
    D
    desq
    Jul 1, 2016, 8:42 AM

Latest posts made by desq

  • RE: MMM-IPCam - Display images from your (foscam) ip camera

    @Vitiate I´m using the mjpeg-Stream from my ipCam;

    document.getElementById("foscam").src = "http://0.0.0.0:Port/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=USER&pwd=PASS";
    
    posted in Utilities
    D
    desq
    Jan 16, 2017, 7:06 AM
  • RE: Facial Recognition - customize your mirror for every user!

    @bhepler Thank you for your suggestion.

    I already have this functionality. (Using my NAS´s “Synology Surveillance Station”).
    If a “motion” is detected, I get an “Alert Notification” with a Mjpeg-Stream on my Magic Mirror. Every motion is reported,
    so I get a lot of “false positive”.

    I would prefer a face detection (and I´m wondering why software like “Motion” and the “Surveillance Station” does not implement these feature.)

    Any OpenCV Gurus in the house?

    posted in Troubleshooting
    D
    desq
    Jan 11, 2017, 6:45 AM
  • RE: Facial Recognition - customize your mirror for every user!

    Hi. Has anybody been successful in implementing an ip-cam with paviro´s module? I really would like to “misuse” this module to watch my frontdoor and inform me if someone “unknown” shows up.

    I did a quick look into the “OpenCV” - Framework, but I´m at a loss on how to
    bend the module to accept an jpg from my foscam ip cam.

    posted in Troubleshooting
    D
    desq
    Jan 10, 2017, 6:36 AM
  • RE: iCal calendar problem. Is it just me?

    I´m having issues as well. Testing the URL the browser ask for an authorization.
    Did apple tinker on the server-side? (alongside the ios10/sierra release?)

    posted in Troubleshooting
    D
    desq
    Oct 6, 2016, 11:38 AM
  • RE: MMM-NetworkScanner

    @strawberry-3.141 now i did. I know. RTFM.

    posted in Utilities
    D
    desq
    Sep 23, 2016, 12:46 PM
  • RE: MMM-NetworkScanner

    Hi ianperrin,

    I´m just getting a “loading”-Output.
    Even I did the “npm install” I get this;

    “MMM-NetworkScanner received SCAN_NETWORK
    MMM-NetworkScanner is scanning for mac addresses
    MMM-NetworkScanner received an error running arp 1 sudo: arp-scan: command not found”

    Okay my fault. RTFM
    (I did a “sudo apt-get install arp-scan” and now it´s working.)

    Thanks, desq

    posted in Utilities
    D
    desq
    Sep 23, 2016, 12:33 PM
  • RE: MMM-IPCam - Display images from your (foscam) ip camera

    @RedNax I´m using a mjpeg stream to view my camera on my small magic mirror.
    no need to tinker to support my “unsupported” cam.

    posted in Utilities
    D
    desq
    Sep 15, 2016, 6:31 AM
  • RE: MMM-IPCam - Display images from your (foscam) ip camera

    seems to be the issue. (my Foscam FI9853EP)
    Here is content of the “Object”;

    "

    404 - Not Found

    404 - Not Found

    "
    posted in Utilities
    D
    desq
    Sep 14, 2016, 5:46 AM
  • RE: MMM-IPCam - Display images from your (foscam) ip camera

    Not much more info…
    As seems as if the img url is still a xml-Object;

    Notification: GET_CAM Payload: [object Object]
    Notification: GET_CAM Payload: [object Object]
    { undefined: 'undefined' }
    { undefined: 'undefined' }
    Notification: GET_CAM Payload: [object Object]
    Notification: GET_CAM Payload: [object Object]
    { undefined: 'undefined' }
    { undefined: 'undefined' }
    Notification: GET_CAM Payload: [object Object]
    { undefined: 'undefined' }
    Notification: GET_CAM Payload: [object Object]
    { undefined: 'undefined' }
    Notification: GET_CAM Payload: [object Object]
    Notification: GET_CAM Payload: [object Object]
    { undefined: 'undefined' }
    { undefined: 'undefined' }
    
    posted in Utilities
    D
    desq
    Sep 12, 2016, 3:44 PM
  • RE: MMM-IPCam - Display images from your (foscam) ip camera

    Hi.

    doesn´t work for me. I just get “undefined” and an missing img symbol;

    0_1473680198439_Bildschirmfoto 2016-09-12 um 13.35.57.png

    Do you have hint?

    desq

    posted in Utilities
    D
    desq
    Sep 12, 2016, 11: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