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

    Posts

    Recent Best Controversial
    • RE: MMM-Face-Reco-DNN (No module named 'face_recognition')

      @sdetweil
      I try to get it to work over the course of many days and hours, and then I write to you and solve the problem in a few chat rounds.
      Thank you very much, you helped me a lot.

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MMM-Face-Reco-DNN (No module named 'face_recognition')

      @sdetweil
      Sorry, but i don´t find my mistake (there is no dot).
      I think the venv is startet: (python-facereco)

      (python-facereco) ralph@raspberrypi:~/python-facereco/bin $ ls -lisa
      insgesamt 64
      556865  4 drwxr-xr-x 2 ralph ralph 4096 25. Nov 21:08 .
      556858  4 drwxr-xr-x 5 ralph ralph 4096 26. Nov 09:35 ..
      556901  4 -rw-r--r-- 1 ralph ralph 2016 26. Nov 08:12 activate
      556903  4 -rw-r--r-- 1 ralph ralph  942 26. Nov 08:12 activate.csh
      556904  4 -rw-r--r-- 1 ralph ralph 2222 26. Nov 08:12 activate.fish
      556902 12 -rw-r--r-- 1 ralph ralph 9033 26. Nov 08:12 Activate.ps1
      557229  4 -rwxr-xr-x 1 ralph ralph  239 25. Nov 21:08 f2py
      557234  4 -rwxr-xr-x 1 ralph ralph  257 25. Nov 21:08 face_detection
      557235  4 -rwxr-xr-x 1 ralph ralph  259 25. Nov 21:08 face_recognition
      557230  4 -rwxr-xr-x 1 ralph ralph  239 25. Nov 21:08 numpy-config
      556898  4 -rwxr-xr-x 1 ralph ralph  244 25. Nov 20:31 pip
      556899  4 -rwxr-xr-x 1 ralph ralph  244 25. Nov 20:31 pip3
      556900  4 -rwxr-xr-x 1 ralph ralph  244 25. Nov 20:31 pip3.11
      557232  4 -rwxr-xr-x 1 ralph ralph  233 25. Nov 21:08 pyav
      556868  0 lrwxrwxrwx 1 ralph ralph    7 25. Nov 20:31 python -> python3
      556867  0 lrwxrwxrwx 1 ralph ralph   16 25. Nov 20:31 python3 -> /usr/bin/python3
      556869  0 lrwxrwxrwx 1 ralph ralph    7 25. Nov 20:31 python3.11 -> python3
      (python-facereco) ralph@raspberrypi:~/python-facereco/bin $
      
      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MMM-Face-Reco-DNN (No module named 'face_recognition')

      @sdetweil I thought I did that with the entry in the /.bashrc!?
      “source ~/python-facereco/bin/activate”
      is that a mistake?

      posted in Troubleshooting
      Z
      Zinkeler
    • MMM-Face-Reco-DNN (No module named 'face_recognition')

      Hello everyone,
      I installed MMM-Face-Reco-DNN according to the instructions and have been trying to find the error for days now.
      There were no error messages during installation.

      I carried out the installation with “python3 -m venv ~/python-facereco” and also added the entry “source ~/python-facereco/bin/activate” to the end of the ~.bashrc.

      Still I always get: "ModuleNotFoundError: No module named 'face_recognition’
       at PythonShell.parseError (/home/ralph/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:303:21)
       at terminateIfNeeded (/home/ralph/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:193:32)
       at ChildProcess. (/home/ralph/MagicMirror/modules/MMM-Face-Reco-DNN/node_modules/python-shell/index.js:185:13)
       at ChildProcess.emit (node:events:519:28)
       at ChildProcess._handle.onexit (node:internal/child_process:294:12)
       ----- Python Traceback -----
       File “/home/ralph/MagicMirror/modules/MMM-Face-Reco-DNN/tools/recognition.py”, line 1, in 
       import face_recognition { ".

      Can someone help me?

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MMM-CalendarExt2

      @Sean
      sorry, I’ve never done that. how can i do that?
      thx

      posted in Utilities
      Z
      Zinkeler
    • RE: MMM-CalendarExt2

      @Sean
      { module: ‘MMM-CalendarExt2’,
      config: {
      scenes:[
      {
      name: “DEFAULT”,
      views: [“upcoming”,“weeks”],
      },
      ],
      views:[
      {
      name: “upcoming”,
      mode: “upcoming”,
      position: “top_left”,
      slotTitle: “Demnächst”,
      maxItems: 4,
      locale: “de-DE”,
      calendars: [“Ralph”],
      },
      {
      name: “weeks”,
      mode: “week”,
      title: “Woche”,
      type: “row”,
      position: “bottom_bar”,
      slotCount: 1,
      locale: “de-DE”,
      calendars: [“Ralph”],
      },
      ],
      calendars: [
      {
      name: “Ralph”,
      url: “”,
      },
      ],
      },
      }

      posted in Utilities
      Z
      Zinkeler
    • RE: MMM-CalendarExt2

      Hello,
      everything works fine in landscape-mode. If i change to portrait-mode (display_rotate=1
      avoid_warnings=1 in /boot/config.txt) my calender is not shown. All other modules are on my mirror.
      Can someone give me a hint?
      thx
      Ralph

      posted in Utilities
      Z
      Zinkeler
    • RE: Update MMM

      @sdetweil thx, it works

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: Update MMM

      Hello,
      after update “npm run start” works, but how can i stop MM ? “npm run stop” did not work.
      Thx

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MMM-COVID19

      @bibaldo thank you :-)

      posted in Health
      Z
      Zinkeler
    • RE: MMM-COVID19

      @irich Hallo, das hab ich auch schon geschafft. Weiß denn jemand, wie ich die “,” durch “.” ersetzen kann. Will anstatt 434,595 das deutsche Format haben.
      Danke für eventuelle Antworten.

      posted in Health
      Z
      Zinkeler
    • RE: MMM-FRITZ-Box-Callmonitor

      Hello,
      can someone tell me if it´s possible to sort the Output?
      E.g. i see a call 3 days ago in the first line, then a call from 2 hours ago (second line), a call 2 day ago in 3rd line,…
      I would like to see the youngest in the first line and the oldest in the last line.
      Thanks for hints.

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      @yawns
      Vielen Dank !!
      Genau das war das Problem, jetzt klappte es :-)

      posted in Show your Mirror
      Z
      Zinkeler
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      @Mr.Sponti - thank you for your answer.
      I now setup a second PI and installed Pimatic.
      On both PI´s i installd socket.io and socket.io-Client.
      My second pi works fine with pimatic and my first Pi works with MagicMirror.
      I installed your modul as you described.

      If i run a test on my MagicMirror-PI:

      pi@raspberrypi3:~ $ node testpim.js
      connected
      [ { id: 'temperatur',
          name: 'Temperatur',
          template: 'device',
          attributes: [ [Object], [Object] ],
          actions: [],
          config:
           { class: 'HomeduinoRFWeatherStation',
             protocols: [Object],
             values: [Object],
             processingTemp: '$value',
             processingHum: '$value',
             xAttributeOptions: [],
             id: 'temperatur',
             name: 'Temperatur' },
      ...```
      i see, that socket works too.
      But on my MagicMirror is only get the message "Connecting to pimatic ..." 
       config.js:
      *{
                  module: 'MMM-M1-Pimatic',
                  position: 'bottom_center',
                  header: 'PIMATIC',
                  host : 'xxx.xxx.xxx.xx',
                  port : 80,
                  user : 'user',
                  passwd : 'passwort',
                  config: {
                      device: [
                          { 
                              name: 'Schrankschalter',
                              icon: 'icon-Default',
                              attributeName: 'schrankschalter.state',
                              defaultValue: false,
                              notification : 'Eingeschaltet'
                          },
                      ],
                  },
              },*
      What am i doing wrong??
      Thanks
      P.S. are you german, because than it´s easier to talk about :-)
      posted in Show your Mirror
      Z
      Zinkeler
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      Hello,
      please can someone tell me how i can install MagicMirror and Pimatic together.
      If i install MagicMirror then i can´t install pimatic (needs a lower version of node).
      If i install pimatic then i cant´t install MagicMirror (needs a higher version of node).
      :-(
      For MagicMirror i used the latest version.
      For Pimatic is used the latest version.
      For Raspberry i installed Raspberry stretch

      posted in Show your Mirror
      Z
      Zinkeler
    • RE: Problem to receive 433 Mhz, transmit ist working

      Hello broberg,

      yes i plugged the transmitter in my second pi and i received signals. Then i plugged it in my “mirror”-Pi and i can´t receive anything. On both Pi´s i installed the same OS.
      I´m thinking that something i installed on my “mirror”-Pi is guilty for my problems.
      I used the same Pins and sending is no problem.

      posted in Troubleshooting
      Z
      Zinkeler
    • Problem to receive 433 Mhz, transmit ist working

      Hello everybody,
      first: my MagicMirror works fine.
      second: sorry for my english.
      third: my problem
      But if i try to receive (via Shell) Information from 433 Mhz, i don´t get any responce.
      Sending works without any problems.
      All (receiver-modul and transmitter-modul) are connected correct.
      On my second PI (without MagicMirror) sending and receiving works perfect.
      Is there something special with receiving when MM is installed? I´m using standard-ports (GPIO27 and GPIO17) like most descriptions on the Internet.

      posted in Troubleshooting
      Z
      Zinkeler
    • RE: Garmin Connect Integration

      @scarri said in Garmin Connect Integration:

      Hi
      First, i didn’t cleaned up my source code. At this point, userAccessToken and appAccessToken are useless.
      But the way to get your activities history, make sure you have set the userGarmin variable, the one you use to log you in on garmin connect web site. And I think you have to set you activities “public” by PARAMETERS - “Privacy setting” section.
      You can try with my garmin user : scarri77
      All my activies are open to a public acces.
      https://connect.garmin.com/proxy/activitylist-service/activities/scarri77?start=1&limit=10

      Hey scarri,
      thanks for the module.
      I try to use it, but i don´t now what to write in “config.js”.
      I tried:
      …
      {
      module: ‘MMM-GarminActivities’,
      header: ‘Fenix 3’,
      position: ‘bottom_right’
      },
      …
      but it don´t work.
      In “MMM-GarminActivities.js” i added my userGarmin-ID.
      If i send: “https://connect.garmin.com/proxy/activitylist-service/activities/[my userGarmin-ID]?start=1&limit=10” i get a correct Response.
      Can you please send me your (anonymous) part of “config.js”?
      Thanks Ralph

      posted in Requests
      Z
      Zinkeler
    • 1 / 1