What should be the module name if I want to increase the font of default helloworld module?
Read the statement by Michael Teeuw here.
Latest posts made by Newbie007
-
RE: how i do change font and it's size of a module?
-
How do you ensure jumper cables don't fall off bread board?
I have quite a messy setup and there have been instances of loose connection in the bread board.
So wanted to know what are the options for securing the connection I do not want to keep removing mirror from wall just to check connection
-
RE: MMM-Hotword won't recognize the hotword
@Sean yes this worked thanks!
I didn’t even realise the first config was for v1
-
RE: MMM-Hotword won't recognize the hotword
Do you mean I should change like this in config.js file?
//useWelcomeMessage: "brief today", profiles: { "computer" : { lang: "en-IN" } profiles: { "smart_mirror" : { lang: "en-IN" } },
-
MMM-Hotword won't recognize the hotword
I guess I successfully install mmm-assistantmk2 along with mmm-hotword. I followed this method for installation.
I configured my config file and I can see Google logo on my MM screen as well, however no matter how much I shout “Computer” or “Smart Mirror” there is no detection.
Is there any way I can debug and see what’s going on? Or what did I misconfigure?
Config.js
{ module: "MMM-Hotword", config: { record: { recordProgram : "arecord", device : "plughw:1" }, autostart:true, onDetected: { notification: (payload) => { return "ASSISTANT_ACTIVATE" }, payload: (payload) => { return { profile: payload.hotword } } }, }, }, { module: "MMM-AssistantMk2", position: "bottom_left", config: { deviceLocation: { coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com) latitude: , // -90.0 - +90.0 longitude: , // -180.0 - +180.0 }, }, record: { recordProgram : "arecord", device : "plughw:1", }, notifications: { ASSISTANT_ACTIVATED: "HOTWORD_PAUSE", ASSISTANT_DEACTIVATED: "HOTWORD_RESUME", }, useWelcomeMessage: "brief today", profiles: { "default" : { lang: "en-IN" } }, } },
Edit 1 : I ran using npm start dev and I got this error [HOTWORD] No model to load
Edit 2 : I added cuple of models in config file, running npm start says it detected hotword but received no response.
[HOTWORD] Detected: computer [HOTWORD] stops. [HOTWORD] Final Result: { detected: true, hotword: 'computer', file: null }
-
RE: Monitor goes to sleep within minutes
@sdetweil said in Monitor goes to sleep within minutes:
@Newbie007 said in Monitor goes to sleep within minutes:
but I followed this method as well and forgot about it.
I don’t see a ‘method’ there… its a 4 page topic
I thought I linked you to a comment in that thread which details how to use PIR sensor to turn on/off monitor along with LED lights which is apart from PIR-Sensor module.
I commented out the module but forgot about the standalone script. Now we are good.
Thanks for your help!
-
RE: Monitor goes to sleep within minutes
@sdetweil said in Monitor goes to sleep within minutes:
PIR-Sensor
Damn! You are right.
I commented whole PIR-Sensor in config.js but I followed this method as well and forgot about it.
Currently I have unplugged my PIR, let me plug it again and report back to you.
But in mean time how can I disable this?
-
RE: Monitor goes to sleep within minutes
This is what I got
lxsession screen saver already disabled
-
RE: Monitor goes to sleep within minutes
@sdetweil said in Monitor goes to sleep within minutes:
MM is showing black screen
I actually doubt that cause before going to sleep my monitor shows the default “HDMI” text which is usually shown before boot as well
-
RE: Monitor goes to sleep within minutes
I am not even sure how to wake up the screen, I don’t have keyboard just the mouse moving that doesn’t help