@sdetweil cant do that mate,its not my thread and i am not a mod :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Sometimes random modules gets hidden
-
RE: Sometimes random modules gets hidden
@radokristof yes i solved it.it was MMM-AssistantMk2 responsible for my issue.I disabled module’s hideonidle (something like that) option and all good.
-
RE: Verse Smartmirror
by the time this will be a finished product it will cost thousands of dollars ,no diy and no customization so thnx but no thanx :)
-
RE: MMM-Assistantmk2 and MMM-Hotword not picking up
I use the ps3 eye cam mic and its working fine with hotword…
-
RE: Sometimes random modules gets hidden
@radokristof same problem here…
-
RE: MMM-Hotword
@Sean i nicely use assistantmk2 with Hotword and i noticed that if i trigger assistant with hotword and for some reason get “conversation error” then hotword stops triggering but assistant works fine if i press the icon with the mouse.I have to restart MM to get hotword working again.Its not happening all the time but 1 maybe 2 times in the day.Any advice?
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@michael5r just asking…why nest-status need to send notifications to other modules ?
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@michael5r after hours of tests i found out that if i use default clock and calendar module then after a few minutes nest module stop updating.If i dont use clock/calendar and comment them at config.js then nest module is working fine for days.I am not a developer but i suspect that has something to do with notifications between these modules…
-
RE: MMM-NEWS problem
ok i get it now thank you @Sean .I resolved all the problems i had with my modules except MMM-NEST-STATUS,so i dont need to refresh any more.Thanx again for the explanation.
-
RE: MMM-NEWS problem
thnx for your answer ,yes i need to refresh mm hourly just to keep some modules keep working/updating.I thought it was a good idea so i schedule a refresh every hour using the mmm-modulescheduler.The only hiccap i have is with news module that multiplying the headlines with every refresh.I now using the default news feed that is working fine but MMM-NEWS is way better.I wish there was a fix for that.
-
MMM-NEWS problem
Re: MMM-News
I use this module and its very nice.I only have 1 problem .Whenever i refresh (Ctrl+R) MM it seems that it clones every headline i see.For example if i refresh 1 time it shows the same headline twice,if i refresh 2 times it shows the same headline 3 times and so on.My config is :{ module: "MMM-News", position: "bottom_bar", config: { apiKey : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", type: "horizontal", touchable: false, autoScroll: true, scrollStep: 100, scrollInterval: 1000, items: 20, drawInterval: 1000*10, query : [ { country: "gr", className: "redTitle", category: "entertainment", }, { country: "gr", className: "redTitle", category: "science", }, { country: "gr", className: "redTitle", category: "technology", }, { country: "gr", className: "redTitle", category: "health", }, ], }, }, -
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
found some time to debug why module stops updating.I think it has something to do with my on/off monitor function.I use Motion to turn on my mm tv when movement detected by sending a “/opt/vc/bin/tvservice -p ; sudo chvt 6 ; sudo chvt 7” command.After 5 min with no motion detected it power off my tv sending a “on_event_end /opt/vc/bin/tvservice -p”.I think that after some time of power off monitor the module’s update function breaks.All other modules i use they work and updating fine all the time.
EDIT: ignore all of the above,even when my screen is on the module stops updating after a few hours…I dont know what else to try…maybe some other module causing this?Is it possible?
EDIT 2: I opened the console at the developers tools inside mm and i notished that from the moment MMM-NEST-STATUS module starts spams with notifications clock and calendar modules like that
clock received a module notification: MMM_NEST_STATUS_UPDATE from sender: mmm-nest-status calendar received a module notification: MMM_NEST_STATUS_UPDATE from sender: mmm-nest-statusuntil it stops and stop updating the nest status also.Is that normal?
-
RE: light animation module...
i use motion with a PS3 camera, which i also use for google assistant,to turn on and off monitor when no one is around.I just wanted a little something just to fill the center of the display.I just used google photos module and i gained some WAF points :)
-
light animation module...
looking for a nice light animation to go to the center of my mirror running at a pi3.All that i have tried are chopy and laggy cause of the pi.Any nice suggestion?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
i am using the develop branch of the module with vlc and latest MM.The feed is playing alright but it seems it is over MM and when i click over another module the feed dissapears going under.How can i solve that?
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@michael5r my Thermostat read is greyed out too …is that matter?

-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@nhl in my Other Permissions Away read is greyed out.

-
RE: Google home any way to get more features
you cant expect google assistant sdk devices to have the same features as Google home…
-
RE: What can YOUR mirror do?
animations looks cool but for my next project i am looking something like “touch” based animations.I am thinking about a coffee table for our living room with a 50" touch screen powered from an old “decapitated” laptop that can show MM plus my Habpanel dashboard of my Openhab home system…Any ideas?
-
npm start error
After 3 days of mm uptime i rebooted my rpi and pm2 did not start mm.I run npm start and i get this error:
A JavaScript error occurred in the main process Uncaught Exception: Error: Cannot find module 'depd' at Module._resolveFilename (internal/modules/cjs/loader.js:602:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (internal/modules/cjs/loader.js:528:25) at Module.require (internal/modules/cjs/loader.js:658:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (/home/pi/MagicMirror/node_modules/body-parser/index.js:14:17) at Object.<anonymous> (/home/pi/MagicMirror/node_modules/body-parser/index.js:159:3) at Module._compile (internal/modules/cjs/loader.js:711:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:722:10) at Module.load (internal/modules/cjs/loader.js:620:32)any ideas of what happened?