Bugsounet Coding

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

    assistant V3

    Issues
    2
    8
    231
    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.
    • R
      Raf Translators last edited by

      works perfectly only google photo and my temperature in the weather forecast does not, fahrenheit instead of celcius
      and if i can install it then anyone can do it 😊

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

        try to use useGooglePhotosAPI (in Extented:photos),

        • of course activate photo module (usePhotos: true,)
        • create an album in googlephoto website (and naturaly … with any photos inside)
        • report it in albums: [], for exemple albums: ["test"],
        • define displayType: position
          • in the module for example: displayType: "Module",
          • or in background of MM: displayType: "Background",

        for weather, maybe look in the GoogleHome App

        Edit: Don’t forget to activate Photos Library API : see there

        1 Reply Last reply Reply Quote 0
        • R
          Raf Translators last edited by

          finally managed to display the photos.
          is it also possible to hide the album name and date ?

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

            I think with customCSS, it can be possible. I have not think to this when I code it

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

              I can’t help you more actually πŸ˜‰
              Because I have destruct my config for the live πŸ˜›

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

                @raf Oupss, I forgot to tell you the answer πŸ™‚

                is it also possible to hide the album name and date ?

                try to add this in custom.css file

                #EXT_GPHOTO_INFO {
                  display: none;
                }
                
                1 Reply Last reply Reply Quote 0
                • R
                  Raf Translators last edited by

                  thanks again problem solved

                  1 Reply Last reply Reply Quote 0
                  • R
                    Raf Translators last edited by Raf

                    I also changed this so that the mirror listens to 2 names ( alexa and jarvis)

                    detectors: [
                          {
                            Model: "alexa",
                            Sensitivity: null,
                            onDetected: {
                              notification: "GA_ACTIVATE",
                              parameters: null
                            }
                          },
                          {
                            Model: "jarvis",
                            Sensitivity: null,
                            onDetected: {
                              notification: "GA_ACTIVATE",
                              parameters: null
                            }
                          }
                        ]
                      }
                    },```
                    code_text
                    
                    1 Reply Last reply Reply Quote 1
                    • First post
                      Last post
                    Powered by NodeBB | @bugsounet Β©2022