@strawberry-3-141 oh my gosh!! I feel so stupid!! Yes, the first MM my son did was with Hello Lucy, we thought we deleted it, clearly not! and the new MM we just put MMM-voice! if you saw the two of use shouting at the mic and with a couple swear words you would find this very funny! Sorry for taking up your time!!!
Read the statement by Michael Teeuw here.
Posts made by shazglass
-
RE: MMM-voice wont register commands
-
RE: MMM-voice wont register commands
@sharmstr hi there. Thnx for the link. That’s the same way I configured the second back up rsp. And I’m using an expensive snowball blue mic that’s for gaming. Just feel like somethings wrong. Why does one rsp recognize hide click and show clock. Yet the second build just recognizes hide modules show modules and nothing else. Something g somewhere is wrong. The original build was done 2 months ago and that one recognizes all the modules to hide and show yet hangs after the initial start up. The second one was done yesterday and only recognizes hide and show modules not individual like show clock. Just dumb founded right now.
-
MMM-voice wont register commands
hi all
I have managed to get MMM-voice installed on my 2 different rsp model 3. (one is a backup for sons project)
However rsp 1 is not recognising any commands except “hide modules” and “show modules”. It wont recognise “hide compliments, news,clock” etc. My other rsp has the exact same config and that ones MMM-voice is so unstable, it starts fine, recognises all commands, but just hangs the mirror after the initial bout of commands. To make it work again, I have to restart the rsp. Both are unstable…what am I doing wrong?Any and absolute all help will be GREATLY appreciated! Thank you
-
RE: MMM-voice setup but MagicMirror wont display
@Mykle1 hahahahah - will send him out now;)
-
RE: MMM-voice setup but MagicMirror wont display
@Mykle1 oops! See what happens when I type - thnk goodness my son is doing all the hard work! pologies or the incorrect name ;)
And I do agree - I thought I had done something wrong and messed up my son’s voice commands. But again THANK YOU for he help - will tackle “hello-Lucy” with my son this weekend…fingers crossed!
-
RE: MMM-voice setup but MagicMirror wont display
@strawberry-3.141 I have to be dead honest, I dont know! I was asked to run a few commands in the terminal and when asked to start the MM…after a couple of commands later it worked. the best person to ask is Myle…I am to much of a newbie to understand…sorry.
-
RE: MMM-voice setup but MagicMirror wont display
@Mykle1
I would just like to say a MASSIVE and HUGE THANK YOU to you for helping me fix the problem I was experiencing!! I PM’ed you and you have spend the last 10 minutes of your Sunday helping out a complete stranger who half the time didn’t know what you were asking me to do.
So, you will be mentioned in my son’s science project that he has chosen to do the MM on.
without you, there was no WOW factor! @Mykle1 - you are an ANGEL!!! thank you so much!!! x -
RE: MMM-voice setup but MagicMirror wont display
@Mykle1 Thank you!! I hope I can help my son with this! Thank you for your help, I seriously appreciate your time.
From a hot sunny South Africa;) -
RE: MMM-voice setup but MagicMirror wont display
/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "en", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "mmm-systemtemperature", position: "top_center", classes: 'small dimmed', }, { module: "MMM-Lunartic", position: "top_center", config: { image: "animation", distance: "km", useHeader: true, header: "The Moon", maxWidth: "300px", animationSpeed: 3000, } }, { module: "compliments", position: "lower_third", config: { compliments: { anytime: [ "Hey there Tyler!" ], morning: [ "Good morning, Tyler!", "Enjoy your day!", "How was your sleep Tyler?" ], afternoon: [ "Hello, Tyler!", "How was school Tyler?", "Looking good today!" ], evening: [ "Have a great evening!", "You look nice!", "Sleep well Tyler!" ] } } }, { module: "currentweather", position: "top_right", config: { location: "Johannesburg,South_Africa", locationID: "3362024", //ID from http://www.openweathermap.org/help/city_list.txt appid: "9cb2b560a465957274fa56860a202af5" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Johannesburg,South_Africa", locationID: "3362024", //ID from http://www.openweathermap.org/help/city_list.txt appid: "c65138e0beb14c63bdf5f804f8816f74" } }, { module: "MMM-CountDown", position: "bottom_right", config: { event: "End of Term 2", date: "2018-06-22", } }, { module: "MMM-voice", position: "bottom_bar", config: { microphone: 1, debug: true } }, { module: "MMM-QRCode", position: "bottom_left", config: { text: " Scan to join Home Wifi", colorDark : "#fff", colorLight : "#000", imageSize : 60, showRaw : false, } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "EWN News", url: "http://ewn.co.za/RSS%20Feeds/Latest%20News" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
This is my config/config.js I have no clue whats wrong, but things arent even in the same place as before? The QRCode is higher, the Countdown is higher, the Moon thing is squashed. I think I am killing my sons project. The MM shows the mic display but says ERROR then UNDEFINED.
-
RE: MMM-voice setup but MagicMirror wont display
@strawberry-3.141 Hi - thank you for your reply. Ok, so how do I fix the error log in the module? and where must i type debug: true? Sorry for being a pain - like I said, I have no idea, I am seriously just helping my son, who also just taught himself by reading all of this information.