Following the description of MMM-NearCompliments, MMM-PIR-Sensor has to be installed, too, if you intend to use the powersaving function. See the options ‘usePIR’ and ‘powerSavingDelay’
usePIR Should we use PIR sensor to activate only distance measurment when USER_PRESENCE notification is sent by MMM-PIR-Sensor?
Possible values: boolean
Default value: false
powerSavingDelay Power saving delay in seconds defined in MMM-PIR-Sensor. It gets overwritten by MMM-PIR-Sensore module and is only defined for backup purpose.
Possible values: int
Default value: 30
I did look into that and it seems to be the only program available. I just dont want to spend $30 for it. thats the only thing that sucks. Share Mouse is free but doesnt support Linux.
Slightly later than expected.
Many thanks for trying the module out and confirming it works.
OK, got the TFL-Arrivals working.
But not in MMM-Pages.
Any thoughts on how to troubleshoot this?
@Screwyoudriver OK makes sense. I thought about some module like this as well.
BTW: Another workaround would be to fetch the notification that is distributed by calendar:
broadcastEvents: function () {
var eventList = [];
for (var url in this.calendarData) {
var calendar = this.calendarData[url];
for (var e in calendar) {
var event = cloneObject(calendar[e]);
event.symbol = this.symbolsForUrl(url);
event.calendarName = this.calendarNameForUrl(url);
event.color = this.colorForUrl(url);
delete event.url;
eventList.push(event);
}
}
eventList.sort(function(a,b) {
return a.startDate - b.startDate;
});
this.sendNotification("CALENDAR_EVENTS", eventList);
}
calendar could do the conversion work for the trash module, and the trash module could just fetch and filter the events for trash-related ones.
I would assume an error in your config results in a broken template, which typically gives the “undefined” on your mirror, because the nunjucks template could not be loaded.
Can you post your config of the module?
@mrdenmark it seems like there is no/limited pdf-viewing in the electron browser ;
https://github.com/electron/electron/issues/12337
So unless you convert the schedule to html or similar I guess it isn’t possible at the moment.
Skimming the issue thread there is java code that could possible do it if someone have the time to make it in to a module.
@Sean said in Shazam Mirror Module:
and playing song from spotify by humming.
yes, operation,
mirror, play song with music like this (record)
mirror, what song is this (record)
how do you know hum vs text… well, reco can tell you. no text back…
Hi All,
I am looking for an extension which turns the MagicMirror in a plex target so it can receive music from my plex server. I have created a mirror with an audio system in it in my bathroom. so i can listen to my favorite songs when i’m taking a shower :)
It would be extra nice if it would display what song is playing and which one will be next together with the album art.
@broberg said in color MMM-newsfeed:
.newsfeed .bright {
color: green;
}
Yes, it’s newsfeed (error of me here)…and it’s working with .bright…i understand now and i will check better next modules…
thankssssssssssssssssssssssssssss :)
I would also be very interested in showing the S10 Hauskraftwerk’s data on the MM. Actually that should be possible over the MODBus (TCP).
Ich wäre auch sehr daran interessiert, die Daten des S10 Hauskraftwerk auf dem MM anzeigen zu können. Eigentlich sollte das ja über den MODBus (TCP) möglich sein.
I don’t know, I didn’t try. I have two of these modules separately for the schedule of my two children. there are many settings I think you can figure it out.
@Mykle1 Thank you sir, I was wishing for a module that lists upcoming eclipses data including DATE/TIME, SOLAR/LUNAR, LOCATION, DURATION etc. Something like that would be very cool.