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

    Posts

    Recent Best Controversial
    • RE: Garmin Connect Integration

      I think there might be an issue with the module. Mine doesn’t load anymore.
      Maybe Garmin changed something on their side.

      posted in Requests
      D
      d3r
    • RE: Error Running DISPLAY=:0

      I have the same issue. So does this guy.
      https://github.com/MichMich/MagicMirror/issues/1007

      posted in Troubleshooting
      D
      d3r
    • RE: Alot of SPAM lately on this forum!

      Or make new posters go through a 5 post vetting process where their posts would need to be reviewed before being made public.
      Not sure how the logistics would work since the mods would still need to review a lot of posts.

      posted in Forum
      D
      d3r
    • RE: Alot of SPAM lately on this forum!

      It’s seems to be getting worse. I just signed in and I see about 20 of them in recent posts. Can something be done?
      Maybe prevent posts with Chinese characters from being instantly posted since most of the spam are not in English.

      posted in Forum
      D
      d3r
    • RE: AlexaPI and MagigMirror at same raspberry

      Do you really need alexapi? I use the code which was made available by amazon. [https://github.com/alexa/alexa-avs-sample-app](link url)
      Unless you need a specific alexapi module on MM2 you could try this one.

      posted in Troubleshooting
      D
      d3r
    • RE: TESTERS WANTED - Multi-sport Scoreboard module

      Just installed the module. Looking good so far. Monitoring it while the Jays game is on. Looking forward to the updates. Specially the MLS one.

      posted in Development
      D
      d3r
    • RE: monthly calendar - not update

      @zdenek Mine didn’t update too. Not sure why.

      posted in Troubleshooting
      D
      d3r
    • RE: Change heading color

      Thank you for both your help.
      @Anhalter42 said in Change heading color:

      header {
      color: green;
      }

      That’s exactly what I was looking for.

      posted in Development
      D
      d3r
    • Change heading color

      Hello,
      I have changed the color of all the regular text on my mirror by using the color argument. What would I need to add to my custom.css to assign a color to all the headers? I’m looking for a simple solution if possible.

      body {
             margin:0px;
             height:100%;
             width: 100%;
             zoom: 110%;
             **color : white ;**
             position : absolute;
      }
      

      Thanks

      posted in Development
      D
      d3r
    • RE: MMM-Globe

      @bhepler said in MMM-Globe:

      Well, this sucks. I tried to enable the GL drivers on my Raspberry Pi 3 and it crashed the Pi. It installed the drivers, asked me to reboot and then the Pi won’t come back up. I’m going to have to reflash the card and start over.

      It’s going to be a long night. If you’re going to try the GL drivers, back up your config.js at the very least. Better yet, image your SD card just in case.

      I had the same black screen issue on my pi3. I reflashed my card twice before realizing I could have disabled opengl by editing the boot config.txt file. This might save someone else some time. So if you enable opengl and get the black screen issue remember to edit you config file to fix the issue.

      dtoverlay=vc4-kms-v3ddtoverlay=vc4-fkms-v3d
      gpu_mem=256
      #dtoverlay=vc4-fkms-v3d
      
      #Adding these two lines stopped the black screen issue.
      hdmi_force_edid_3d=1
      avoid_warnings=2
      

      https://www.raspberrypi.org/forums/viewtopic.php?p=999920#p999920

      posted in Entertainment
      D
      d3r
    • 1 / 1