@sdetweil tnhx mate this was very helpfull
Read the statement by Michael Teeuw here.
Posts
-
RE: multiple MMM-HTMLSnippet
@sdetweil yes …everywhere.The first 6 r working nice.It doesnt matter the cam.It shows only the first 6 ,the sevnth it does not load the video.I moved things around,i disabled all modules exept MMM-HTMLSnippet(s),there is no error at logs… The 6 first loading cameras r showing video ,the last does not load.I put delay at several cameras to confirm that only the last one,doent matter who it is ,its not loading…very strange.I am out of ideas!
-
multiple MMM-HTMLSnippet
hi guys,i use MMM-HTMLSnippet module to display 6 cameras of my home.I renamed the modules from MMM-HTMLSnippet1 to MMM-HTMLSnippet6.I use custom css to arrange cameras correctly and all my 6 cams working just fine.Yesterday i got a seventh one to use as a bird camera watching my bird feeder at my yard.I renamed everything as it should and put it at top_left .The issue is that after adding the seventh cam only six cams is showing at once.The first six that loading after restarting magicmirror.I cant understand it.My magicmirror is running at a rpi4 2gig ram.Is there a limit of how much of the same module a can run simultaneously?
-
Google Photos
hi ,since google changes google photos API and MMM-GooglePhotos doent work anymore,is there another module that can display my google photos?I have an album named “familly photos” that i use to display our photos around the house using magicmirrors,google displays and wall tablets using Fotoo app.Whenever i add new photos in the album they showed everywhere.I miss that module so much,can another developer revive it please?
-
RE: show a page from openhab to a module
@rkorell yes ur right its a web page as i show in the picture,i just want to display only the widget and not the entire web page with a module like MMM-SmartWebDisplay or MMM-HTMLSNIPPET.I just want to know how to snip the html code that shows only the widget in dark theme…
-
show a page from openhab to a module
Hi all,i have a openhab widget that shows my solar production situation with a nice animation.I thought that it would be very cool to have it shown at my magicmirror.
The web page is http://192.168.1.150:8080/page/Solar and looks like that

Anyone has an idea ?What module should i use and how?I am a complete noob at this… -
RE: [octomirror-module] Monitor & Control an OctoPrint 3D Printer Server
great job,is there a way for the stream to go left or right of the printer info?
-
RE: More of a Smart Display than a Magic Mirror..
@Camthalion said in More of a Smart Display than a Magic Mirror..:
Set the language to Greek throughout the program. Not just on the news!
that is for a reason ,all tech in our home is english speaking to encourage our 6 yo to use english language.
-
RE: More of a Smart Display than a Magic Mirror..
@Camthalion I use the same consept of the “smart” screen for 3-4 years now,displaying photos,news,our cameras and other stuff…
the next todo things are,touchscreen,and somehow displaying the info i ask from Google Assistnt.

-
RE: RPI 3B keeps going to blank screen (cursor showing)
i have the same “problem” i think…New installation mirror works just fine for hours or even a day or two,then black screen with cursor.No network,so i cant restart it properly.I did disable gpu so no error massage anymore and i did the " npm init -y" thing inside every module folder.No solution yet…
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
are there any news about this nice module?The new Google nest api is out for a while,Will this module be updated to work with it?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
module still works for me using vlc at my rpi3b.I just need to find a way to restart the stream cause sometimes stream stops and need to manually press “pause” wait some seconds ,and press play again to start stream.Any ideas?Can i use pm2 somehow when this is happening?
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
@BKeyport said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:
Is there any way to kill the refresh animation (Fade in/out)? I generally hate animation on everything. It’s annoying. Just refresh.
EDIT: I’ve given up on the module due to finding a better solution, no need to host a webpage to set up what I needed, and no fading in/out…
can you share the better solution?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@BKeyport i dont have any problem with vlc as local player ,my issue is with remote player,ffmpeg.I am trying to see the feed from windows pc with chrome.Every other module is working fine ,the live feed is starting but i only see black,no camera image.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
i am using vlc as local player to play my stream locally just fine.When i try to access MM from my pc (chrome) using http://mmip:8080 ,my stream is not starting at all.Using ffmpeg for remote player and i also test my stream using ffplay and it works just fine at my rpi3b.What is wrong ???
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
hello,is there a way to resize iframe and still shows all of my camera’s screen area?If i resize iframe window using config it just crop my camera’s view.My cam’s screen is 640x480 and to view it all i have to set the iframe to 640x480 too.Thats to big for my mirror…
-
RE: MMM-AssistantMk2 (v3)
@Sean i did so as a free member i can only see what’s playing,album photo an info about song,artist and device playing.I only cant control anything.
-
RE: MMM-AssistantMk2 (v3)
@Sean said in MMM-AssistantMk2 (v3):
You should be a premium member of Spotify
so as a free member on Spotify i can use MMM-Spotify to see what is playing but i can not control it by voice?
-
RE: MMM-AssistantMk2 (v3)
@Bugsounet said in MMM-AssistantMk2 (v3):
@costascontis : MMM-Spotify and recipes have an issue @eouia will solve it soon.
I can’t inspect it, because I have no premium accountoh!!! need to have premium account on spotify to work?i dont…
-
RE: MMM-AssistantMk2 (v3)
using the latest module + MMM-Hotword and everything works exept controling MMM-Spotify by voice.I use the prepared recipe for it ,MMM-Spotify is showing whatever is playing allright but no voice command is working. My config:
{ module: "MMM-AssistantMk2", position: "top_left", config: { ui: "Classic", assistantConfig: { projectId: "kitchen-tv-d4c48", // Required to use gaction. modelId: "kitchen-tv", // (OPTIONAL for gaction) instanceId: "kitchen-tv", // (OPTIONAL for gaction) latitude: 37.975342, longitude: 23.736151, }, micConfig: { recorder: "arecord", device: "plughw:1" }, recipes: [ "with-MMM-Hotword.js", "Reboot-Restart-Shutdown.js", "with-MMM-Spotify.js" ], profiles: { "default": { profileFile: "default.json", lang: "en-US" } }, useA2D: false, } }, { module: "MMM-Hotword", position: "bottom_left", config: { useDisplay: false, chimeOnFinish: null, recipes: ["with-AMk2v3_Jarvis.js"], mic: { recordProgram: "arecord", device: "plughw:1", }, }, }, { module: "MMM-Spotify", position: "top_right", config: { style: "mini", // "default" or "mini" available control: "hidden", //"default", "hidden" available updateInterval: 1000, onStart: null, // disable onStart feature with `null` allowDevices: [], //If you want to limit devices to display info, use this. // allowDevices: ["RASPOTIFY", "My iPhoneX", "My Home speaker"], } },