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.
-
RE: A Module To display grid-based Content
Wow, no replys. I have not found much, for a directory of classes you may want to look into a web page, the raspberry pi can host a local web server and display what you want… (I used https://www.w3schools.com/html/html_basic.asp to help set up the page). Then you can just display the page or put the page in your MM with iframe.
Or some kind of note module like Wunderlist, that way it will display classes, and you can change them on your phone/pc.
-
RE: A Module To display grid-based Content
I would love to see this as well!
-
MMM-Globe with local file
I was able to get MMM-Globe working with the globe, but now I want to display my own picture, but it does not seem to work. Any ideas? Below is my config
{
module: ‘MMM-Globe’,
position: ‘top_left’,
config: {
style: ‘geoColor’,
imageSize: 100,
ownImagePath: ‘/home/pi/MagicMirror/Scripts/Cur_Status_Garage.png’,
updateInterval: 10601000
}
},The updateInterval is not showing correctly but this matches the github.
I like this because it refreshes, this is a Garage Status to show if my garage door is up or down at any given moment. -
Alert from IFTTT or PC
I would like to have an alert sent to Magic Mirror based on a on/off switch from smartthings. My only thought is to use IFTTT, does anyone know how to do this?
Or maybe send the alert from the PC? I could write the logic, I just need to know if there is some kind of automated request I could send from the PC to display an alert on MM.
And I do see https://github.com/jc21/MMM-IFTTT but I would rather not mess with port FW or anything like that.
-
RE: Calendar shows "no entries" after MM Update
@Mitch1138 said in Calendar shows “no entries” after MM Update:
tgeimer’s
tgeimer’s fix worked for me too!! Thank you!
-
RE: First mirror (newbie monitor question)
Mine were on the bottom of the bezel, but I would not think it would matter, I took the bezel off so the screen was flat against the mirror so the controls just hang behind the monitor now. The big thing is what way the power and VGA/HDMI face, you dont want them getting in the way.
-
RE: 27" custom framed magic mirror - fun to get done
Excellent, great job! Can you share your css file, I like the days a different color in the forecast.
-
RE: Calendar shows "no entries" after MM Update
Is no one else having this issue? Besides the couple of us on this thread.
-
RE: Calendar shows "no entries" after MM Update
That makes sense, the only calendar that does not show is my largest one. And most important!!