Is it necessary to have an Amazon “Echo Dot” using the “MMM” module?
Thanks.
Is it necessary to have an Amazon “Echo Dot” using the “MMM” module?
Thanks.
Thanks guys for the advises!
Now I try to study how they work.
I have two questions:
Which microphone did you use (I tried to use a micro microphone but with bad results …).
I also have a PS3 Eye but I can’t understand how to make it work. Can you help me?
I didn’t understand how to inform another module that has to change the page or do anything else…
For example, the link below:
Notification
Where should I add these notifications? In config.js?
Can you give me an example?
Thanks for your patience.
@Mykle1 said in MMM-EARTH-Live & MMM-ISS-Live:
@Egnos said in MMM-EARTH-Live & MMM-ISS-Live:
I just loaded up both modules and was able to close both warning messages. The modules are both working as expected, as you can see from the screenshot. Can you please try again?
/>
Do I have to enable the mouse pointer or do I have to be on t the module?
Hello everybody,
in these quarantine days I am trying to tuning my Magic Mirror.
In particular, I’m trying to understand which module is right for me to control the selection of the pages with the voice.
I am using the “MMM-Page-Selector” module and would like some advice on the module suitable for me.
I am a beginner so, after choosing the module, I would also need some advice to implement the notifications.
Can you help me?
Thank you all!
@sdetweil said in A strange mistake ...:
@Egnos nothing for you…
a piece of code uses a library method that is going away some time in the future and its a warning…
@sdetweil Thank you very much!
Hello everybody.
I am a beginner and when I launch MM on the terminal this message appears:
[10:58:22.082] [ERROR] (node:3529) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[10:58:22.083] [ERROR] (node:3529) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
What does it mean?
Thank you all!
Many thanks @evroom, the link works in VLC but still doesn’t work in MM.
Below what I see on the terminal:
[10:58:31.986] [LOG] Starting stream stream1 using: omxplayer --avdict rtsp_transport:tcp --win 786,238,1138,480 --live --video_queue 4 --fps 30 --no-osd rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
[10:58:32.033] [LOG] Starting PM2 for omx_stream1
[10:58:43.404] [LOG] PM2 started for omx_stream1
Are there any errors in config.js?
{
module: "MMM-RTSPStream",
//position: "middle_center",
pages: {Security: "middle_center"},
header: "Test",
config: {
autoStart: true,
rotateStreams: false,
rotateStreamTimeout: 10,
moduleWidth: 354,
moduleHeight: 240,
localPlayer: 'omxplayer',
remotePlayer: 'none',
showSnapWhenPaused: false,
remoteSnaps: false,
stream1: {
name: 'BigBuckBunny',
url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov',
frameRate: 'undefined',
width: undefined,
height: undefined,
},
}
},
Thanks for your patience!
Hi @Mykle1,
After lunartic I also installed these two modules: MMM-ISS Live and MMM-Earth Live. I’m your fan …:grinning_face_with_smiling_eyes:
I have the problem mentioned by @Vauxdvihl and @rudibarani, but for the ISS Live module I was able to close the message with the mouse, for the Earth Live module it is not possible … the pointer has no effect!
Could you help me?
Thanks for your interesting modules.
@Mykle1 PS: do you like my “Astronomy” page? :smiling_face_with_open_mouth_cold_sweat:
@bhepler thanks for the answer.
I thought it was just my problem.
I found the link on the gitHub page.
The developer recommends using this link for testing and I thought it worked.
Do you know any public links to test the module?
Regards.
Hello everybody!
I’m trying to set up the module by doing some tests.
I am using this configuration, using the test stream recommended by the developer “rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov”:
{
module: "MMM-RTSPStream",
//position: "middle_center",
pages: {Security: "middle_center"},
header: "Test",
config: {
autoStart: true,
rotateStreams: false,
rotateStreamTimeout: 10,
moduleWidth: 354,
moduleHeight: 240,
localPlayer: 'omxplayer',
remotePlayer: 'none',
showSnapWhenPaused: false,
remoteSnaps: false,
stream1: {
name: 'BigBuckBunny',
url: 'rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov',
frameRate: 'undefined',
width: undefined,
height: undefined,
},
}
},
The module starts but I don’t see anything.
Below is a screen shot of the MM:
Where am I wrong?
Thank you all.