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?
Posts made by costascontis
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
-
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"], } },