Nevermind
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Best posts made by Buncie
Latest posts made by Buncie
-
RE: No upcoming events
@Buncie said in No upcoming events:
Thanks. Although the calendar I used was the wrong one. But everything seems to be okay.
-
RE: No upcoming events
I went to the settings and it should be public now.
-
RE: No upcoming events
Does that mean it’s not public? I went into google calendar and copied the public ical link it gave me.
Should I reset it? -
RE: No upcoming events
Hello, I too am getting this error, and this is my link.
and my code looks like this.
{ module: "calendar", position: "top_left", config: { colored: false, coloredSymbolOnly: false, calendars: [ { symbol: "calendar", url: "https://calendar.google.com/calendar/ical/ioniaisd.org_44nlnatni9hl965b$ ] } },
-
RE: MMM-NOAA - Another Weather Module
So I’m using this modules and I was wondering how to change it from celsius to fahrenheit. Can anyone help me?
-
RE: MagicMirror capture.py error
What do you mean, “What is it capturing from?”
Where do you want me to look? -
RE: MagicMirror capture.py error
Now it says this when I do have OpenCV.
Traceback (most recent call last): File "capture.py", line 18, in <module> import lib.capture as capture File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 19, in <module> import cv2 ModuleNotFoundError: No module named 'cv2'
-
RE: MagicMirror capture.py error
I did that and I got a new error.
Traceback (most recent call last): File "capture.py", line 18, in <module> import lib.capture as capture File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 12, in <module> from builtins import input ImportError: No module named builtins