@agp42 Can’t agree more, I did enjoy learning how to do it myself and already what I learned has came in handy for another module I have worked on. It’s still good to have ideas like this too.
I’m looking forward to seeing your code for sending the new URL through the control too. Keep up the good work.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
@agp42 Nice work! I recently added a similar modification to MMM-Remote-Control to submit custom url’s to an iframe, however I thought it might be a little difficult for people to use. I mainly created it for youtube and after all of my work on it I realized there’s already a youtube module which allows you to connect to the mirror as a smart device.
-
RE: Need helping sending notifications between module and module node_helper
@sdetweil Nevermind, received the notification now somehow. Thank you for your help.
-
RE: Need helping sending notifications between module and module node_helper
@sdetweil Yeah I know that, but none of which are printing anything from the scripts posted above.
I did try node_helper with console.log but no output so I switched to Log.info to test that too. -
RE: Need helping sending notifications between module and module node_helper
@sdetweil Basically reading a folder to return all of the files contained inside. But for testing purposes I was just printing to see if the sendSocketnotification and socketNotificationReceived were actually reaching each other through each js file. I have already created the code to get each file but I had issues sending the data through socketNotifications, hence the small files I had created and sourced here to show what I had attempted.
All I actually need is for someone to assist me by pointing me in the right direction to prove that the notifications are being sent and received correctly.
Thanks for your reply. -
Need helping sending notifications between module and module node_helper
Basically i’m trying to source information from my computer via the node_helper.js and pass it through to my module.js
I have looked through other modules to see how it’s done and I have taken the information I think is required.my node_helper.js: https://pastebin.com/r3zddnst
my helper.js (just a development test name): https://pastebin.com/GgME83RBAny and all help is appreciated, thanks for reading.
-
RE: Help with CSS not showing changes on MMM-CalendarExt2
@44mc44 Just a suggestion, but you may want to do some research on css using w3 schools or something. The way you attempted to create your css would only work using scss. In standard css you can’t nest the declaration of styles inside of each other. (Not sure how to word it, although i’m pretty certain declaration of styles is wrong.)
-
RE: another question... regarding TV's as MM monitors.
@justjim1220 Seems to me like it would be your tv settings, maybe autosize the picture or change the aspect ratio. If not try changing the resolution from the computer your using to display
-
RE: background image 100% screensize, but then with a border/margin for the text.
@siraero you could just set the css body padding to 20px or so using the custom.css file