This module will definitely help you learning MMM-waffleContdown it’s a fork of the original module MMM-doomsDay
and here is the Official module development doc.
This module will definitely help you learning MMM-waffleContdown it’s a fork of the original module MMM-doomsDay
and here is the Official module development doc.
@mykle1 yep, it does work ONLY when set to english but other languages has a problem as stated here due to error in promise.all()
function Here …please try to change your language to any other to confirm the error and let us know.
@lavolp3 it’s the same error of mine.
@lavolp3 glad it’s working…could you try to change it’s language and see if it still works?
@lauxtert @cowboysdude same here it stays in" getting a fact" (in my language)…restarting does nothing and setting global config language also does nothing only english is working! here is the error I get
{node:1148} UnhandeledPromiseRejectWarning: Unhandeled promise rejection {rejection id: 1}: Error
{node:1148} [DEP0018] DeprecationWarning: Unhandeled promise rejection are deprecated. In the future, promise rejections that are not handeled will terminate the Node.js process with a non-zer exit code.
@nem1 where did you get the 0
in leagues config? there is no leagues assigned to zero, remove it and try…
put the first one in /home/pi/retropie/roms/ports
and you can run it under ports section in ES
the closing script is a bit tricky you can use MM module that excute a terminal command to exit like this one MMM-TouchButtons and config it like that
{
text: 'Exit MM',
icon: 'skull',
action: 'exec',
command: 'killall lightdm'
}
it should kicks you back to ES
greetings,
I’m building my first little module which sends a notification to Alert module by
this.sendNotification("SHOW_ALERT", {title: "blah", imageFA: 'bullhorn', message: "blah", timer: 5000});
the problem is any icon in imageFA
except bullhorn
isn’t shown even with adding the proper
getStyles: function() {
return ['font-awesome.css'];
},
to my_module.js file so the question is, does alert module fully handle the notification payload (which contains imageFA data) if so looks like there is a problem with the default module?, or something missing has to be configured first in my module??
greetings,
a lot of iFrame modules and it’s forks out there but a small question just arised, When viewing a web page using iframe where it’s cache being stored?
I’ve actually used MMM-iframe module to view a memo notepad site and want to clean it’s cache, removing electron cache didn’t help…any help please