Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Buncie
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 30
    • Best 1
    • Groups 0

    Buncie

    @Buncie

    1
    Reputation
    171
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Buncie Follow

    Best posts made by Buncie

    • RE: MMM-NOAA - Another Weather Module

      Nevermind

      posted in System
      B
      Buncie

    Latest posts made by Buncie

    • RE: No upcoming events

      @Buncie said in No upcoming events:

      https://calendar.google.com/calendar/ical/ioniaisd.org_44nlnatni9hl965bmbs894hvko%40group.calendar.google.com/public/basic.ics

      Thanks. Although the calendar I used was the wrong one. But everything seems to be okay.

      posted in Troubleshooting
      B
      Buncie
    • RE: No upcoming events

      I went to the settings and it should be public now.

      posted in Troubleshooting
      B
      Buncie
    • 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?

      posted in Troubleshooting
      B
      Buncie
    • RE: No upcoming events

      Hello, I too am getting this error, and this is my link.

      https://calendar.google.com/calendar/ical/ioniaisd.org_44nlnatni9hl965bmbs894hvko%40group.calendar.google.com/public/basic.ics

      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$
                                      ]
                              }
                      },
      
      posted in Troubleshooting
      B
      Buncie
    • RE: MMM-NOAA - Another Weather Module

      Nevermind

      posted in System
      B
      Buncie
    • 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?

      posted in System
      B
      Buncie
    • RE: MagicMirror capture.py error

      What do you mean, “What is it capturing from?”
      Where do you want me to look?

      posted in Troubleshooting
      B
      Buncie
    • RE: MagicMirror capture.py error

      Do you know anyone who can fix it?

      posted in Troubleshooting
      B
      Buncie
    • 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'
      
      
      posted in Troubleshooting
      B
      Buncie
    • 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
      
      posted in Troubleshooting
      B
      Buncie