Why not do username:password@yourdomain.com in the config?
Read the statement by Michael Teeuw here.
Posts
-
RE: OwnCloud integration
-
RE: Monthly Calendar View
I think I prefer the first styling 😅 but maybe that’s just me :)
-
RE: Face Recognition with inferred light
I am really not sure what this error is about…
@MichMich what ismodule.data.classessupposed to be? Since it isn’t defined apparently in this case… -
RE: Issue with sendSocketNotification and socketNotificationReceived
@BROSS glad to hear! Don’t forget to present your finished module on the forum! :)
Seems like you figured the mark as solved part out yourself :smiley: -
RE: PIR-Sensor - put your mirror to sleep if not used
That’s exactly what this module does :)
-
RE: PIR-Sensor - put your mirror to sleep if not used
To be honest the relay thing does not work that we’ll yet, still have to figure out some stuff related to how the Pi reacts when a monitor gets turned on after the boot process and not before.
As to your TV on/off button thing. The module simply puts s
3.3 voltson the configured Pin if the relay should be on and sets it back to0 voltsif it should be off. You can also configure it the other way around. Since I do not now how your TV button is wired I have no idea wheather it would work with this module without modifying some parts. -
RE: MMM-OpenTherm
Why not use a
node_helper.jsto get around theaccess-allow-originpolicy? -
RE: Issue with sendSocketNotification and socketNotificationReceived
Yaaaah… On my phone right now it’s a bit hard here to do stuff like that :laughing:
-
RE: Issue with sendSocketNotification and socketNotificationReceived
I was just on my way coping the part be a little more patient @KirAsh4 😅
-
RE: Issue with sendSocketNotification and socketNotificationReceived
Only had a quick look at your code but it seems like you are not sending anything from the UI JavaScript to the
node_helper. In order for thenode_helperto be able to communicate with the module’s JavaScript you have to open the socket connection by sending some kind of initial message to the helper first. So you can probably fix it by addingthis.sendSocketNotification("hello")to thestartfunction of yourlovenotes.js. -
RE: from bash script to a module
-
RE: Using MM1 on older Pi's
@KirAsh4 I pretty much have the same opinion.
However you should still be able to installnodeandnpmon the Pi 1. Thecreate a config fileerror is probably related to some typo in your configuration file or you did some other mistake setting the the thing up. Seems like you did not install the dependencies by usingnpm install? This could also be a reason :) -
RE: Spotify
I moved this into the general discussion category since it isn’t a real module (yet?).
-
RE: Face Recognition with inferred light
Can’t see any mistake there. Does it work this way? Any errors in the console or the web inspector?
I just moved this into a new thread because it has nothing todo with the original
training fileproblem, please open a separate thread for different problems in the future as well :) -
RE: Weather Location / Calendar Format / Fast boot
@mbartels Regarding point 3: Have you thought about leaving the Pi turned on and only switching of the monitor?
-
RE: First start from the mirror does not work
@samydp you do not need any modules. Did you add anything to the
modulesfolder? -
RE: News Ticker
-
RE: First start from the mirror does not work
I hate those node error outputs… 😔 it could be that one of your module helpers fails to start. Have you installed any modules?
-
RE: Amazon Echo/Alexa
@patm189 maybe CMU Sphinx could be used as the always listening part and as a button for Amazon Echo.