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

    Posts

    Recent Best Controversial
    • RE: Magic TV Box A Custom Setup Using MagicMirror

      @jerryy622

      Hey Jerry,

      This sounds fantastic! Please share your scripts or a link as to where to find the info! I would love to have this kind of thing running on my TV so i can view it when i switch to the HDMI channel that my Pi would be hooked to! I would love to see some screen shots of what you created also!

      Joe

      posted in Showcase
      J
      jturczak
    • RE: Rotate screen problem when MM starts

      I don’t know about the Pi3, but on the Pi4 you just go to display settings and tell it to go vertical… easier than all this programming that I never got to work with my MM

      posted in Troubleshooting
      J
      jturczak
    • RE: monitor power button unreachable

      @SILLEN-0 lol yeah that config file can be touchy. I’m glad you figured it out. Happy new year!

      posted in Troubleshooting
      J
      jturczak
    • RE: monitor power button unreachable

      @SILLEN-0 Doesn’t your MM run off a Raspberry Pi? When it powers up you should get a signal to power the monitor from the HDMI cable… check your pi settings also for autoboot

      posted in Troubleshooting
      J
      jturczak
    • RE: monitor power button unreachable

      @SILLEN-0 look in the monitor set up itself.

      posted in Troubleshooting
      J
      jturczak
    • RE: monitor power button unreachable

      @SILLEN-0 you might try looking in the monitor setup for a power option that turns on the monitor when power is applied.

      posted in Troubleshooting
      J
      jturczak
    • How do I access a local ICS file for my calendar?

      Hi everyone, I’m new here.

      I’ve been trying to get an additional calendar working using a local file. I have looked at all the suggestions and tried most of them. I still get a message that there is an error in the calendar module…

      here is my setup:

      {
      module: “calendar”,
      header: “US Holidays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “calendar-check”,
      name: “Holidays”,
      url: “webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics”
      }
      ]
      }
      },
      {
      module: “calendar”,
      header: “Birthdays”,
      position: “top_left”,
      config: {
      calendars: [
      {
      symbol: “birthday-cake”,
      name: “Birthdays”,
      url: “webcal://localhost:8080/modules/default/calendars/birthday.ics”
      }
      ]
      }
      },

      I have the file in that directory as well as others I have tried. I just can’t find a solution and I am very new to this, so I am asking for some detailed help…

      posted in Requests
      J
      jturczak
    • 1 / 1