Hello.
Is it possible that with the Calender-ext3 in the weekly display the calendar entries are displayed in two or three lines?
Read the statement by Michael Teeuw here.
Latest posts made by alfi153
-
RE: MMM-CalendarExt3
-
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 workPlease help
-
RE: MMM-FroniusSolar family modules
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
-
RE: MMM-FroniusSolar family modules
@chrisfr1976
i fixed it
i had to install node-fetchThank you
-
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? -
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 -
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 -
Suunto fitness data
Hell
Is it possible to view the fitness data from Suunto on my magic mirror?
-
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 resizeplease help