@tbs86 I left this module in favour of another one.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Darksky-hourly - change icons
-
Hot to set MagicMirror not on top?
I need to re-use a VLC window while using MagicMirror, but although I choosed the βAlways On Topβ option in VLC MM keeps staying in front of it?
Can I know please @MichMich how to change this setting in MagicMirror? :grimacing_face:
-
RE: [MMM-RTSPstream] No RTSP stream with VLC and MM ...
@wetronic I see. :slightly_frowning_face:
-
RE: MMM-AssistantMk2
@teitlebot just out of curiosity what are you using then instead of Electron? :thinking_face:
-
RE: [MMM-RTSPstream] No RTSP stream with VLC and MM ...
@wetronic did you come up with a solution? π€
-
RE: Two way mirror in Italy?
@achillealb non comprate i Pilkington MirroView, al limite solo i MirroPane, perchΓ© hanno quella colorazione giallina che rende sia il bianco che i colori proprio brutti.
Me lβha detto un tedesco, ma finchΓ© non mi sono arrivati i campioni (chiedeteli che li danno gratis) non ci credevo!
Ora sto andando a vedere come sono i Saint-Gobain Antelio. Dicono che quelli in colorazione βHavanaβ sono gli ideali. -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@sean of course. :winking_face:
To everybody else: I removed the white frame and forgot to ask how to move the streaming windows.
It is now offset compared to its module position. :confused_face:
I guess I need to edit something in
.MMM-RTSPStream .canvas { position: absolute; z-index: 1; left: 50%; top: 50%; /*width: 352px; height: 240px;*/ -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; }right?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@sean yeah I actually forgot to mention that the RTSP outputs to HDMI while Google Assistant outputs to a RPI Voice HAT speaker. :grimacing_face:
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
Thanks to @sean Iβve quickly fixed the RTSP issue by applying what he wrote here.
So if you are like me using both MMM-RTSPStream and MMM-AssistantMk2, open the config and in the MMM-AssistantMk2 module section replace
config: {with
config: { onIdle: { timer: 1000*10, //After 10sec of last query, command: "RTSP_ACTIVATE" }, onActivate: { timer: 0, command: "RTSP_DEACTIVATE" }, command: { "RTSP_ACTIVATE": { notificationExec: { notification: "RTSP-PLAY", payload: "all" } }, "RTSP_DEACTIVATE": { notificationExec: { notification: "RTSP-STOP", payload: "all" } }, },That way the stream will NEVER stop even if enquiring Google Assistant! :grinning_face_with_smiling_eyes:
Thank you @shbatm for willing to help me too.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@shbatm thanks for the reply.
I can confirm that Iβve got rid of the white frame by following @evroom 's suggestion (thanks mate).
Back in topic Iβve uploaded here the log 'cause I am not sure whether it is actually reporting a problem with MMM-RTSPStream or not. :thinking_face:
Looking at it it says
MMM-RTSPStream.js:161 MMM-RTSPStream has resumed...after two questions I made to Google Assistant, but I found no mention about RTSP pausing or stopping.However I can confirm that omx_stream has indeed stopped from running! :frowning_face_with_open_mouth:
pm2 status βββββββββββββββ¬βββββ¬βββββββ¬βββββββββ¬ββββββββββ¬ββββββ¬βββββββββ¬βββββββββββ β Name β id β mode β status β βΊ β cpu β memory β βββββββββββββββΌβββββΌβββββββΌβββββββββΌββββββββββΌββββββΌβββββββββΌβββββββββββ€ β mm β 0 β N/A β fork β online β 0 β 0% β 2.5 MB β β omx_stream1 β 1 β N/A β fork β stopped β 0 β 0% β 0 B β βββββββββββββββ΄βββββ΄βββββββ΄βββββββββ΄ββββββββββ΄ββββββ΄βββββββββ΄βββββββββββ -
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@evroom no problem mate although it looks like the developer is no more active in this thread my bad. :confused_face:
Do you know by chance what to edit to see the stream in the same position as the white frame (I actually would like to get rid of it)?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@evroom oops it came out I have to wait at least 30-40 seconds before I can see (succesfully) a 1080i @ 60Fps HD stream. :smiling_face_with_smiling_eyes:
However yesterday I found one more issueβ¦
I connected the RPI for the first time to the TV to see how MagicMirror was looking on it, but I found out that the stream stops as soon as I ask something to Google Assistant (MMM-AssistantMk2 + MMM-Hotword by @Sean ) and it replies.
After that the stream doesnβt resume at all.I donβt know where to start and cannot see why this is going on as the RPI can easily play 2+ media files at a time. :confounded_face:
-
RE: MMM-NewsFeedTicker
@bkeyport so thatβs not only me?
I thought I messed up something in the CSS.
-
RE: Can't find out what I did wrong in my config.js...
@evroom lol indeed! :grinning_face_with_smiling_eyes:
-
RE: Can't find out what I did wrong in my config.js...
@evroom found out the mistake thanks to your suggestion:
I missed to add an additional close curly bracket after line 213!
-
RE: Can't find out what I did wrong in my config.js...
@evroom thanks for the help I give it immediately a look. :)
Also didnβt know that terminal command.
-
Can't find out what I did wrong in my config.js...
First of all why are all online JavaScript linters completely useless for our config.js file? :thinking_face:
They all report completely no sense mistakes while the REAL error might be located in somewhere else line.
Now back in topic I might have edited/canceled something that has screwed up the file by ending with the CONFIG.JS screen when launching MM. :face_with_cold_sweat:
Can someone please help me finding the mistake?
-
RE: MMM-NewsFeedTicker
@justjim1220 thatβs what I already did, but I see you now fixed that. :)
Thanks.