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

    alfi153

    @alfi153

    0
    Reputation
    237
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    alfi153 Unfollow Follow

    Latest posts made by alfi153

    • RE: MMM-CalendarExt3

      Hello.
      Is it possible that with the Calender-ext3 in the weekly display the calendar entries are displayed in two or three lines?

      posted in Utilities
      A
      alfi153
    • RE: Digital Clock minutes darker

      Thank you 🙂

      posted in Custom CSS
      A
      alfi153
    • Digital Clock minutes darker

      Hello
      I would like to change the style of the standard clock. I already know how to change the font and size.
      Now I would like to change the color of the minutes.
      So the hour display should be completely white and the minutes should be grayish.
      And I would like to hide the seconds display completely.
      the command “displayseconds” in the configuration does not work

      Please help

      posted in Custom CSS
      A
      alfi153
    • RE: MMM-FroniusSolar family modules

      @chrisfr1976

      Hello Chris
      FYI.
      They remove node fetch from the magic mirror package on the last release as we drop back to the integrated fetch that’s provided in node and in the electron browser unfortunately that breaks a bunch of modules.

      Just remove the the line const fetch = require(“fetch”); in the file node-helper.js in the module’s directory.

      I Have removed the line, and now it works

      posted in Utilities
      A
      alfi153
    • RE: MMM-FroniusSolar family modules

      @chrisfr1976
      i fixed it
      i had to install node-fetch

      Thank you

      posted in Utilities
      A
      alfi153
    • RE: MMM-FroniusSolar family modules

      @chrisfr1976
      I try to use Version 3.
      The ip is correct
      i have activated the API on my Fronius Gen24
      is it possible to get any Log file?

      posted in Utilities
      A
      alfi153
    • RE: MMM-FroniusSolar family modules

      @chrisfr1976
      Hello.
      On the other Mirror I use MMM-Fronius2 from deg0nz. These model get information from my Gen24. But your module shows: loading. Is there anything to change in the Gen24 settings

      posted in Utilities
      A
      alfi153
    • RE: MMM-FroniusSolar family modules

      Hi. the module looks very good.
      I installed the Fronius3. But my mirror only shows loading. The ip is correct. On an other mirror I use energy monitor and this works.
      Any idea what I make wrong

      posted in Utilities
      A
      alfi153
    • Suunto fitness data

      Hell

      Is it possible to view the fitness data from Suunto on my magic mirror?

      posted in Requests
      A
      alfi153
    • MMM-Facial-Recognition-OCV3 error at tools.train.py

      Hello

      I use the version OCV3 of face recognition.
      My problem is when I try again my face to increase the hit rate, I get the error message when typing “python tools.train.py”:

      Remember to set the name list environment variable FACE_USERS
      Reading training images…

      Assign label 1 to Alfred

      OpenCV Error: Assertion failed (ssize.width > 0 && ssize.height > 0) in resize, file /home/pi/opencv/modules/imgproc/src/imgwarp.cpp, line 3483
      Traceback (most recent call last):
      File “tools.train.py”, line 14, in
      ToolsTrain().train()
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/tools/train.py”, line 53, in train
      faces.append(self.prepareImage(filename))
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/tools/train.py”, line 29, in prepareImage
      return self.face.resize(cv2.imread(filename, cv2.IMREAD_GRAYSCALE),ToolsConfig.FACE_WIDTH, ToolsConfig.FACE_HEIGHT)
      File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-OCV3/lib/common/face.py”, line 113, in resize
      return cv2.resize(image, (face_width, face_height), interpolation=cv2.INTER_LANCZOS4)
      cv2.error: /home/pi/opencv/modules/imgproc/src/imgwarp.cpp:3483: error: (-215) ssize.width > 0 && ssize.height > 0 in function resize

      please help

      posted in Troubleshooting facial error
      A
      alfi153