I think there might be an issue with the module. Mine doesn’t load anymore.
Maybe Garmin changed something on their side.
Read the statement by Michael Teeuw here.
Posts
-
RE: Garmin Connect Integration
-
RE: Error Running DISPLAY=:0
I have the same issue. So does this guy.
https://github.com/MichMich/MagicMirror/issues/1007 -
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. -
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. -
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. -
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.
-
RE: monthly calendar - not update
@zdenek Mine didn’t update too. Not sure why.
-
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.
-
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
-
RE: 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.jsat 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=2https://www.raspberrypi.org/forums/viewtopic.php?p=999920#p999920