Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    MagicMirror with MMM-GoogleAssistant vs Windows 11 (or 10) ?

    General Discussion
    2
    8
    179
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bugsounet
      bugsounet Main Coder last edited by bugsounet

      So Guys ?

      I give you a Challenge !

      Installing MagicMirror with GoogleAssistant v3 worked in windows 10 or 11

      • Native windows tools
      • unix tools autorized
      • no WMware / virtualbox or eq tool (I repeat again … only native windows tools)

      😊

      d24ff9f2-b020-4da9-a56c-f27fa51fa2d6-image.png

      Should work MMM-Detector

      • Ok google (pocupine library)
      • Jarvis (snowboy library)

      Denied:

      • SERVER MODE !
      • No source change !

      optional:

      • Youtube working with playing the Test video (K-391 summertime)

      Are you really sure that is not possible ?

      this is the MM config to use:

      /* Let's Play with this config !
       * MM with GoogleAssistant V3 vs windows
       * Possible or not ?
       */
      let config = {
      	address: "localhost",
      	port: 8080,
      	basePath: "/",
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      	useHttps: false,
      	language: "en",
      	locale: "en-US",
      	logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
      	timeFormat: 24,
      	units: "metric",
              electronOptions: {
                webPreferences: {
                  webviewTag: true
                }
              },
      	modules: [
      
      {
        module: "clock",
        position: "top_left"
      },
      {
        module: "MMM-Detector",
        position: "top_left",
        configDeepMerge: true,
        config: {
          debug: true,
        }
      },
      {
        module: "MMM-GoogleAssistant",
        position: "top_left",
        configDeepMerge: true,
        config: {
          debug: true,
          assistantConfig: {
            latitude: 51.508530,
            longitude: -0.076132,
          },
          Extented: {
            useEXT: true,
            youtube: {
              useYoutube: true,
              useVLC: true
            }
          }
        }
      }
      	]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      Ready to test ?
      SoOoO … Go to your keybord and TEST and find the solution !

      Youtube is your friend for publish your demo ! (If it’s possible !)
      Naturaly past the link there 😉

      Good luck !

      Challenge end : 18/09 00h00 (Paris Hour)

      bugsounet 1 Reply Last reply Reply Quote 0
      • R
        Ray BetaTester last edited by

        Challenge accepted

        1 Reply Last reply Reply Quote 0
        • bugsounet
          bugsounet Main Coder last edited by

          umm … 3 days, no result ?
          Right ! So That you have read… there is present to win !
          It’s a Pi4 8Gb Ram !

          1 Reply Last reply Reply Quote 0
          • R
            Ray BetaTester last edited by

            I actually haven’t tried yet.
            But I’m always up for good challenge

            1 Reply Last reply Reply Quote 0
            • R
              Ray BetaTester last edited by

              I will give it a shot this weekend. I don’t have Windows 11 but I do have Windows 10

              1 Reply Last reply Reply Quote 0
              • bugsounet
                bugsounet Main Coder @bugsounet last edited by

                @bugsounet said in MagicMirror with MMM-GoogleAssistant vs Windows 11 (or 10) ?:

                Challenge end : 18/09 00h00 (Paris Hour)

                1 Reply Last reply Reply Quote 0
                • bugsounet
                  bugsounet Main Coder last edited by

                  So … noOne find the solution ! 😕

                  Let’s try to build it from scratch, in live !

                  I will prepare my system for streaming 🙂

                  and be back with THE link

                  1 Reply Last reply Reply Quote 0
                  • bugsounet
                    bugsounet Main Coder last edited by bugsounet

                    Part 1 – Pre-Require
                    Part 2 – MagicMirror install + MMM-Detector + MMM-GoogleAssistant
                    Part 3 – Optional YouTube testing (Works not perfectly – need more debugging)

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Powered by NodeBB | @bugsounet ©2022