Is there any way to go back a version or install a prior version? I have the same calendar issue. The installation mentions git reset --hard, but I am not sure what that does.
Read the statement by Michael Teeuw here.
Posts
-
RE: After update, Calendar shows infinite number of events.
-
RE: [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported
You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below.
https://forum.magicmirror.builders/topic/2208/calendar-shows-no-entries-after-mm-update/29?page=3
From the post…
Edit this file/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js
Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:ORDINAL_BASE: new Date(1970, 0, 1),
set it to a lower year like 1900.
Then restart your magic mirror (pm2 restart mm) -
RE: Ghost Overlay / OMXPlayerTransparency
@pyrosmiley
What module did you use to play the .webm file? I have converted a file but dont know how to play it on the MM. -
RE: Ghost Overlay / OMXPlayerTransparency
Please give some more detail on how you put this together! I have tried to do it for quite a while but the video is always choppy and does not look good. And what hardware are you using, I assumed my Raspberry Pi was just too slow for video…
And can you share the Ghost video or let me know where you got it? -
RE: MMM-Scrobbler doesn't show album art
I am having this issue too. But it seems to only be when playing Tunein radio, it will show the artist and song bun not the artwork. When I play an Amazon song it works just fine. Was there a solution to this? Or a known error?
-
RE: Countdown Module?
Can you post your changes? I would love to have this countdown to the second.
-
RE: Garage Door Detectors
I like the MMM-door-sensor module, and I see that it uses notificationReceived to change the icon, but how do you send a notification to the module? I have tried this.sendNotification but I cannot seem to get it to work…
-
RE: MMM-syslog
Can notificationReceived be used on other modules for this? I am looking for a way to have a PC send a notification (like syslog http request) and MM respond to this with notificationReceived.
Like send “DOM_OBJECTS_CREATED” with http and have the below
notificationReceived: function(notification, payload, sender) {
15 if (notification === “DOM_OBJECTS_CREATED”) {
16 this.variable=“created”…For my use it would send a notification when the garage door opens and change the icon on my MM.
-
RE: Display a Web Page
What is this “halloween thread” people keep referring to? I have seen it a few times and cannot find it.