@Buncie said in No upcoming events:
Thanks. Although the calendar I used was the wrong one. But everything seems to be okay.
@Buncie said in No upcoming events:
Thanks. Although the calendar I used was the wrong one. But everything seems to be okay.
I went to the settings and it should be public now.
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?
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$
]
}
},
So I’m using this modules and I was wondering how to change it from celsius to fahrenheit. Can anyone help me?
What do you mean, “What is it capturing from?”
Where do you want me to look?
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'
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