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

    xchribiza

    @xchribiza

    1
    Reputation
    484
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    xchribiza Unfollow Follow

    Best posts made by xchribiza

    • RE: Rss feed

      Your link seems to be fine and I think that should work.
      If you can copy and paste the config file (especially the module rss) to see if there is any error in the code
      As far as your second question YES you can put 2 or more rss feeds
      Just copy and paste the code with the title and url under the excisting one in the module.

      posted in Troubleshooting
      X
      xchribiza

    Latest posts made by xchribiza

    • RE: [NEWBIE] Change In Clock Module Is giving error in config file

      @postremalone
      In the module clock you need to close one more bracket }

      {
      module: “clock”
      position: “top_left”
      config: {
      timezone: “MMT IST +630”
      }
      },

      posted in Troubleshooting
      X
      xchribiza
    • RE: Alexa - Refresh Token

      I am stuck at the same thing as you.
      I am waiting if anyone can help

      posted in Troubleshooting
      X
      xchribiza
    • RE: MMM-awesome-alexa

      Please help!
      I am trying to install this module and I am stuck at the refreshtoken thing…
      I always get error from amazon .
      Please any ideas ?

      posted in Utilities
      X
      xchribiza
    • RE: Facial Recognition - customize your mirror for every user!

      I have managed to make this module to work finally…BUT …
      I have one user (since I have just set it up) and it recognises me well etc…but it recognises other people as ME ???
      Why ??
      Is there something to be done ?

      posted in Troubleshooting
      X
      xchribiza
    • RE: Rss feed

      Your link seems to be fine and I think that should work.
      If you can copy and paste the config file (especially the module rss) to see if there is any error in the code
      As far as your second question YES you can put 2 or more rss feeds
      Just copy and paste the code with the title and url under the excisting one in the module.

      posted in Troubleshooting
      X
      xchribiza
    • RE: MMM Facial Recognition - not working

      @detuma I have copied the training.xlm to both locations (tools etc) and checked with the both location in config.js
      nothing happended.
      It seems like the camera is not opening (i use a usbcamera)

      posted in Troubleshooting
      X
      xchribiza
    • RE: MMM Facial Recognition - not working

      @strawberry-3.141 How do I fix this ?? Any idea ?

      posted in Troubleshooting
      X
      xchribiza
    • MMM Facial Recognition - not working

      Hi to all!
      I am looking for your help.
      I am a newbie and i am setting up my magic mirror
      I use a usbcamera witch i have managed to get it to work to capture my photos for profile and face recognition but when i start the magic mirror it doesn’t turn on ( i have set to “true” the useUSBCAM at config)
      I also get these errors on startup .
      (Launching application.
      ERROR! Could not find main module js file.
      Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
      GET_WUNDERGROUND
      Create new news fetcher for url: http://feeds.feedburner.com/aek365gr-all?format=xml - Interval: 300000
      Create new news fetcher for url: http://www.sport24.gr/latest/?widget=rssfeed&view=feed&contentId=174866 - Interval: 300000
      [MMM-Facial-Recognition] Facerecognition started…
      [MMM-Facial-Recognition] Loading training data…
      [MMM-Facial-Recognition] ALGORITHM: LBPH
      Whoops! There was an uncaught exception…
      { Error: OpenCV Error: Unspecified error (File can’t be opened for writing!) in load, file /build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/contrib/src/facerec.cpp, line 325
      Traceback (most recent call last):
      File “modules/MMM-Facial-Recognition/facerecognition/facerecognition.py”, line 59, in
      model.load(config.get(“trainingFile”))
      cv2.error: /build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/contrib/src/facerec.cpp:325: error: (-2) File can’t be opened for writing! in function load

      at PythonShell.parseError (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_modules/python-shell/index.js:190:17)
      at terminateIfNeeded (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_modules/python-shell/index.js:98:28)
      at ChildProcess. (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_modules/python-shell/index.js:88:9)
      at emitTwo (events.js:106:13)
      at ChildProcess.emit (events.js:191:7)
      at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
      

      executable: ‘python’,
      options: null,
      script: ‘modules/MMM-Facial-Recognition/facerecognition/facerecognition.py’,
      args: [ ‘{“recognitionAlgorithm”:1,“lbphThreshold”:50,“fisherThreshold”:250,“eigenThreshold”:3000,“useUSBCam”:true,“trainingFile”:“/modules/MMM-Facial-Recognition/training.xml”,“interval”:2,“logoutDelay”:15,“users”:[“Christos”],“defaultClass”:“default”,“everyoneClass”:“everyone”,“welcomeMessage”:true}’ ],
      exitCode: 1 }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?)

      Please I would appreciate any help
      thank you in advance

      posted in Troubleshooting
      X
      xchribiza