Bugsounet Coding

    • Register
    • Login
    • Search
    1. Home
    2. Dresch360
    This Forum is now reserved to registred users!
    D
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 23
    • Best 6
    • Controversial 1
    • Groups 1

    Dresch360

    @Dresch360

    Donators

    7
    Reputation
    11
    Profile views
    23
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Dresch360 Unfollow Follow
    Donators

    Best posts made by Dresch360

    • RE: [Coded for GA v4] Google assistant need permission.

      Thanks again for all of your hard work on this module! Any luck with Google permissions? Would be great to be able to add to calendar, lists, reminders…etc. Thanks again!

      posted in Issues
      D
      Dresch360
    • RE: Gateway v2 is scheduled to be released on 2022-06-01

      @bugsounet Thanks for this and for all of your hard work!!

      posted in Gateway
      D
      Dresch360
    • RE: Encouragement , Motivation , Félicitions @bugsounet

      @classicred @bugsounet Thank you both for all of your long hours, nights, and hard work. These are some of the best modules I’ve ever seen for MM. Just made another donation!

      posted in General Discussion
      D
      Dresch360
    • RE: Sound but no video
      var config = {
      	address: "localhost", 
      	port:8080,
      	ipWhitelist: [],
      	language: "en",
      	timeFormat: 12,
      	units: "imperial",
      electronOptions: {  
       webPreferences: {
              webSecurity: false,
      	 webviewTag: true
               }
      },
      
      
      posted in EXT-YouTube
      D
      Dresch360
    • RE: [Coded for GA v4] Google assistant need permission.

      @bmachina I’m donating monthly to the project, so hopefully that will help move things along 😉

      posted in Issues
      D
      Dresch360
    • RE: Encouragement , Motivation , Félicitions @bugsounet

      @bugsounet @ClassicRed - You’re very welcome!!! Thanks again for all of the hard work on these modules and all of the thoughtful/useful features!

      posted in General Discussion
      D
      Dresch360
    • RE: [Coded for GA v4] Google assistant need permission.

      I’m having the same issue - will not allow photos to be displayed without permission. However, when I go into the GA app on my phone, as directed, it cannot locate my MagicMirror or Pi4 device under “Devices” to allow permissions.

      posted in Issues
      D
      Dresch360

    Latest posts made by Dresch360

    • RE: Sound but no video
      var config = {
      	address: "localhost", 
      	port:8080,
      	ipWhitelist: [],
      	language: "en",
      	timeFormat: 12,
      	units: "imperial",
      electronOptions: {  
       webPreferences: {
              webSecurity: false,
      	 webviewTag: true
               }
      },
      
      
      posted in EXT-YouTube
      D
      Dresch360
    • RE: Sound but no video

      Edit: retry again ?

      e8f2b4dd-5175-452e-aefa-f1ea3294bf88-image.png

      posted in EXT-YouTube
      D
      Dresch360
    • RE: Sound but no video

      Edit @bugsounet: thanks to use code tag

      posted in EXT-YouTube
      D
      Dresch360
    • Sound but no video

      Can hear sound for YouTube but video does not display. Thanks in advance for your help.

      {
         disabled: false,
           module: 'EXT-YouTube',
        config: {
          fullscreen: true,
          width: "30vw",
          height: "30vh",
            useSearch: true,
           alwaysDisplayed: false,
          displayHeader: false,
          username: null,
          token: null
       }
      },
      

      Edit by @bugsounet: Thanks use ‘code tag’

      posted in EXT-YouTube
      D
      Dresch360
    • RE: Error Playing Spotify With Voice Commands

      I really love this module and want to get it working and help is greatly appreciated!

      So I tried below using voice commands to play songs on Spotify, but then it opens a greyed out screen of the lyrics (SpotifyCanvas) and completely freezes on screen and will not close. Also, connecting and playing Spotify through MM via smartphone only works intermittently.

      cd ~/MagicMirror/modules/EXT-Raspotify
      npm run setup

      Also, after installing the above setup, Spotify no longer plays on the MM. It will find “MagicMirror” as a device on Spotify in my phone, but will not connect to it.

      posted in EXT-Raspotify
      D
      Dresch360
    • Error Playing Spotify With Voice Commands

      When requesting a song, album to play on Spotify, I get the following error message:

      Please wat, connecting to player…
      No response from player! (MagicMirror)

      posted in EXT-Raspotify
      D
      Dresch360
    • Playback Controls?

      Love the module! This more of a feature request. Are there plans to add on-screen playback controls to the mini version like MMM-Spotify?
      Thanks again!

      posted in EXT-Spotify
      D
      Dresch360
    • RE: Cast window remains open

      Having the same issue - is there a fix?

      posted in EXT-YouTubeCast
      D
      Dresch360
    • Feature Request - Show Images On Sleep

      Thanks again for all of your hard work on this. Truly amazing! I just updated from the old version to the new MMM-GoogleAssistant and it’s working flawlessly.

      I would like to show images (via MMM-Unsplash) when in sleep mode via the PIR sensor vs. showing a blank screen (via hiding the modules). Is there a simple way to do this? I think it has something to do with the sleep code in EXT-Screen.js but I’m not sure.
      Here is my config for the EXT-Screen portion:
      {
      disabled: false,
      module: ‘EXT-Screen’,
      classes: “hide”,
      position: ‘top_left’,
      config: {
      debug: false,
      animateBody: true,
      delay: 30 * 60 * 1000,
      turnOffDisplay: false,
      mode: 0,
      ecoMode: true,
      displayCounter: false,
      displayBar: false,
      displayStyle: “Text”,
      displayLastPresence: false,
      lastPresenceTimeFormat: “LL H:mm”,
      detectorSleeping: false,
      autoHide: true,
      delayed: 0,
      gpio: 18,
      clearGpioValue: true
      }
      },

      {
      disabled: false,
      module: ‘EXT-Pir’,
      classes: “hide”,
      config: {
      debug: false,
      gpio: 18,
      reverseValue: false
      }
      },

      Thanks again!

      posted in EXT-Screen
      D
      Dresch360
    • Change Detector Wake Word?

      Thanks again for this awesome extension! Is there a way to change the wake word to something other than those listed? For example “Mirror” or “Smart Mirror”?

      posted in EXT-Detector
      D
      Dresch360