Same happens to me, after 2.12.0 MM update, only the clock hands are shown.
Read the statement by Michael Teeuw here.
Posts
-
RE: No numbers in analog watch face
-
RE: Installing on a Pi Zero
I think electron is discontinued for raspberry pi zero, a few months ago I see a post in this forum talking about that. Now I can’t find that post.
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
Yes, Raspberry Pi 3B+
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
I’ve just discovered Eyecandy module, it’s great!! Thanks for your job!
Anyway, two eyes see better than one :face_with_stuck-out_tongue:

-
RE: Bathroom Magic Mirror
I’ve tried that with a PIR motion sensor, and really doesn’t work very well. So I’ve finally decided to put it outside mirror.
Anyway, you can try it by yourself.
Hope it helps. -
RE: MMM-SolarPicture
Cool!! It works like a charm! Thanks for your work.
-
RE: How to start smart mirror
Yes, always is a good idea to make a backup of a file before modified it :winking_face:
-
RE: How to start smart mirror
On a clean installation of MM, only config.js.sample exists, I think. You have to rename it to config.js and configure it as you wish. If config.js doesn’t exists, you can not watch anything on the screen of your mirror.
-
RE: How to start smart mirror
Take a look at your config.js file. At first installation, you have a file called config.js.sample. You must rename that file to config.js and try again.
The path to those files is: /home/pi/MagicMirror/config/
-
RE: MMM-Globe
I have try it on a 3B+ but no image of the Globe showed
-
RE: MMM-Globe
I’ve just seen this information about this module on a raspberry pi:
…I do not recommend using this module if your Mirror uses a Raspberry Pi…
https://forum.magicmirror.builders/topic/2553/mmm-globe?page=1
Maybe that’s my problem, I suppose.
-
RE: MMM-Globe
Same goes for me. I have several modules installed and also the MMM-Pages module so that different modules are displayed on each page, but I have not been able to get the MMM-Globe to display.
I have also tried to add it only in the config.js.sample and I can’t make this module to be displayed, only the default modules.
Any idea?
Thanks, Quique -
RE: MMM-SolarPicture
Very nice module!! I just tested it and it looks great next to the MMM-Lunartic module.

I wonder if it will be possible to show all the images from the SDO website one after the other, setting the time between one and another, so you can see them all consecutively.
Great work. Thanks for sharing!
Greetings, Quique.
-
RE: MMM-pages no rotate
On first line of your error it says:
Refused to apply style from 'http://0.0.0.0:8080/modules/WallberryTheme/font-awesome5.css'Maybe that’s the problem… Check font-awesome5.css file
-
RE: MMM-pages no rotate
I don’t know what your error is, but maybe you can try this: put animationTime, rotationTime, etc BEFORE fixed modules. Here you have an example, this is how I have it working:
{ module: 'MMM-pages', config: { modules: [[ "calendar_monthly", "weatherforecast", "newsfeed"], [ "calendar_monthly", "calendar", "MMM-ComicStrips_Dilbert"], [ "MMM-iFrame-Ping"], [ "MMM-Lunartic", "MMM-SunriseSet", "MMM-ComicStrips_Garfield"], [ "MMM-RandomPhoto", "MMM-History"], [ "MMM-AirQuality", "MMM-SystemStats", "newsfeed",], [ "MMM-Wallpaper"]], rotationTime: 27600, fixed: ["alert", "updatenotification", "clock", "currentweather", "MMM-page-indicator"] } },And check all commas in the module syntaxis.
Hope it helps. -
RE: Clean installation of MM 2.9.0 on an Orange Pi PC sbc, armbian buster
Yes, I supposed something like that.
-
RE: Clean installation of MM 2.9.0 on an Orange Pi PC sbc, armbian buster
no no, bash is the default shell used in that system, O.S. is debian for arm64, but maybe the problem is an syntax error, I don’t know, the thing is that using the raspberry.sh script on local works perfect