Read the statement by Michael Teeuw here.
MMM-Globe
-
@Eunanibus : your module name has conflicted with this one MMM-Globe. I suggest you change your Globe module name.
-
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. -
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
-
@d3r This.
I had the same issue on a Pi 2. Starting in safe mode (repeatedly mashing the Shift key on boot) got me up. Editing the boot config.txt file and commenting out the lines that get added when you enable the Open GL driver fixed things. -
as anybody know why we have this issue ? I m reading that can be cause of the power supply ?
-
@BlackTalon got it running to on the rpi3, but it is flickering and sometimes blackscreen. Rpi3 is to weak i think.
-
@tidus5 The OpenGL drivers are experimental. I think we’re pushing the Pi - even the RPi3 - to its absolute limit with this type of rendering. A stable power supply isn’t the issue. It’s an issue of raw computing power.
-
This module is amazing! Some thoughts about this:
-
I’m sure many overlook this topic because it is not classified into one of the subcategories, like all other modules, as one would expect. I believe this piece of art deserves the full attention!
@administrators Is it possible to shift the module to Utilities? -
I really would like to use this module for showing real time data from other modules, by using Notifications. E. g. location data from website visitors with MMM-GoogleAnalytics.
@Eunanibus Is it possible to add location data to the globe while it’s already animated?
-
-
@SvenSommer I’m glad you like it! There is a separate post for this in Utilities but it hasn’t garnered a huge amount of attention. I’m hesitant because if most users user Pi’s for their mirror, this plugin may provide a heavy burden to it in terms of computational ability.
- There is no reason you cannot. I think this would be entirely possible. The module allows you to pass custom locations for pins within the builder (see documentation), so there’s no reason that this information cannot be derived from a custom script.
-
@Eunanibus I LOVE this module… I have installed it on my itx board MM and it has enough power to make it work awesome!!