MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AssistantMk2 (v3)

    Scheduled Pinned Locked Moved System
    135 Posts 27 Posters 71.8k Views 25 Watching
    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.
    • ? Offline
      A Former User
      last edited by A Former User

      @jimmydew said in MMM-AssistantMk2 (v3):

      Linux 5.4.35-v7l+

      ah …

      and what version of gcc do you use ?

      try gcc --version in console

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        jimmydew @Guest
        last edited by

        @Bugsounet

        pi@raspberrypi:~/MagicMirror $ gcc --version
        gcc (Raspbian 7.3.0-19) 7.3.0
        Copyright (C) 2017 Free Software Foundation, Inc.
        This is free software; see the source for copying conditions.  There is NO
        warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
        
        1 Reply Last reply Reply Quote 0
        • E Offline
          electros Project Sponsor @Guest
          last edited by

          @Bugsounet Hi, again. I managed to make my radio station list and everything works fine, just I don’t know how to stop the radio. Can you please explain me how to add a stop radio command?
          Thank you

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by

            @jimmydew can you do this command for more informations, please ?

            cat /etc/*release

            @electros :
            Good job !

            For stop radio (and other A2D module), i create a feature in AMk2 (A2D Server part)
            You can define your prefered stop command
            by default it’s stop but … it’s depend of your language !
            for exemple in french language, when i say stop, google transcript stoppe

            you have an exemple in AMk2 structure sample

            E J 2 Replies Last reply Reply Quote 0
            • E Offline
              electros Project Sponsor @Guest
              last edited by

              @Bugsounet OK I understand that but if I configure that “stop” in english for example just I must say " jarvis stop" or “jarvis stop radio” ?

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User
                last edited by A Former User

                It’s depend what’s google return in transcription
                for verify what it return
                You have 2 solutions:

                1. turn Fullscreen ui , activate jarvis and say stop.
                  AMk2 will display in real time what it understand, so if it display stop, it’s ok
                  en french it display stoppe then i have to modify A2DStopCommand: "stoppe",
                2. in console and debug mode actived
                  activate jarvis and say stop.
                  you will see the transcription of google
                  transcription: { transcription: 'stoppe', done: true },

                notes:

                • if you say stop and method 1 or 2 result is stop too
                  no A2DStopCommand configuration require
                • stop command defined in A2DStopCommand stops all process of A2D : weblinks, cast, youtube, radio, photos (and MMM-FreeboxTV for french user)

                Use:

                just say jarvis (for activating) … stop (or your prefered A2DStopCommand)

                E 1 Reply Last reply Reply Quote 0
                • E Offline
                  electros Project Sponsor @Guest
                  last edited by

                  @Bugsounet OK, thank you

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jimmydew @Guest
                    last edited by

                    @Bugsounet

                    sure:

                    pi@raspberrypi:~/MagicMirror $ cat /etc/*release
                    PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                    NAME="Raspbian GNU/Linux"
                    VERSION_ID="10"
                    VERSION="10 (buster)"
                    VERSION_CODENAME=buster
                    ID=raspbian
                    ID_LIKE=debian
                    HOME_URL="http://www.raspbian.org/"
                    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                    
                    1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by

                      gyp ERR! System Linux 5.4.35-v7l+

                      in the raspbian web site i see this:

                      Raspbian Buster with desktop
                      Image with desktop based on Debian Buster
                      Version:February 2020
                      Release date:2020-02-13
                      Kernel version:4.19
                      

                      i don’t know why you are the 5.4.x kernel version and it seams the problem
                      I don’t try to compile it with it so … sorry, i can’t help
                      retry with 4.19.x kernel version

                      J 1 Reply Last reply Reply Quote 0
                      • J Offline
                        jimmydew @Guest
                        last edited by

                        @Bugsounet

                        hmm okay, is there a way to change my kernel version??

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 10
                        • 11
                        • 12
                        • 13
                        • 14
                        • 14 / 14
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy