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-Image-On-Notification

    Scheduled Pinned Locked Moved Solved Requests
    16 Posts 4 Posters 5.2k Views 5 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 @ejay-ibm
      last edited by

      @ejay-ibm
      Where is your default.gif?(#MY_ANIMATION)?

      ejay-ibmE 1 Reply Last reply Reply Quote 0
      • ejay-ibmE Offline
        ejay-ibm Project Sponsor Module Developer @Guest
        last edited by

        @sean
        Right I was missing the first module .
        Now this is what I’m getting

        0_1551468834882_Capture d’écran 2019-03-01 à 20.33.12.png

        I feel stupid to not be able to debug such simple thing, but I’m sure you will figure out the error faster than me …

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @ejay-ibm
          last edited by sdetweil

          @ejay-ibm its ok, this is a tricky one… the forum has a problem with content that starts with the '< ’ symbol,
          so to make it show, we have to put a space after it… so… in your content:, take the space out after that < symbol

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • ejay-ibmE Offline
            ejay-ibm Project Sponsor Module Developer
            last edited by

            Thank you @sdetweil That look better

            Now I think it’s my last issue . The path …
            I’m getting :
            jarvis-standby2.gif:1 GET http://localhost:8080/jarvis-standby2.gif 404 (Not Found)
            If the images is placed in /home/pi/MagicMirror/jarvis-standby2.gif

            not sure what’s wrong and what is the “expectation” with the path …
            Thanks

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @ejay-ibm
              last edited by

              @ejay-ibm the default path for the localhost server is /home/pi/MagicMirror,

              if you do

              ls /home/pi/MagicMirror/jarvis-standby2.gif -laF
              ```
              
              do you get a proper display out? 
              
              linux/pi is case sensitive..

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              ejay-ibmE 1 Reply Last reply Reply Quote 0
              • ejay-ibmE Offline
                ejay-ibm Project Sponsor Module Developer @sdetweil
                last edited by

                @sdetweil said in MMM-Image-On-Notification:

                ls /home/pi/MagicMirror/jarvis-standby2.gif -laF

                yup

                i@ejaypi:~/MagicMirror$ ls /home/pi/MagicMirror/jarvis-standby2.gif -laF
                -rw-r–r-- 1 pi pi 8735111 mars 1 19:58 /home/pi/MagicMirror/jarvis-standby2.gif

                S 1 Reply Last reply Reply Quote 0
                • ejay-ibmE Offline
                  ejay-ibm Project Sponsor Module Developer
                  last edited by

                  I found

                  src=“modules/MMM-HTMLBox/jarvis-standby2.gif”

                  that works …

                  thank you

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @ejay-ibm
                    last edited by

                    @ejay-ibm actually looks like the base is

                    /home/pi/MagicMirror/modules
                    

                    code in app/server.js

                    var directories = ["/config", "/css", "/fonts", "/modules", "/vendor", "/translations", "/tests/configs"];
                    

                    sets up listening on those folders

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    ejay-ibmE 1 Reply Last reply Reply Quote 0
                    • ejay-ibmE Offline
                      ejay-ibm Project Sponsor Module Developer
                      last edited by

                      Thank you @Sean & @sdetweil
                      This is the draft result. I still have to work on the talking image. that one is a quick test.

                      https://drive.google.com/open?id=1G34tJ-1trMCK1yEJK0C6gIw3Nx3O8X8Q

                      As you can see the animation is triggered a bit early.
                      As I discussed with you Sean This is why I would need an additional notification between HOTWORD_PAUSE & ASSISTANT_ACTIVATE (I’ll use this notification as well to turn down the volume when user command is given in case any music is played on the mirror )

                      thank you again

                      Ejay

                      1 Reply Last reply Reply Quote 0
                      • ejay-ibmE Offline
                        ejay-ibm Project Sponsor Module Developer @sdetweil
                        last edited by

                        @sdetweil I didn’t know that . Thanks I learnt something
                        I’ll use config folder then

                        Ejay

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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