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!
Best posts made by Dresch360
-
RE: [Coded for GA v4] Google assistant need permission.
-
RE: Gateway v2 is scheduled to be released on 2022-06-01
@bugsounet Thanks for this and for all of your hard work!!
-
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!
-
RE: Sound but no video
var config = { address: "localhost", port:8080, ipWhitelist: [], language: "en", timeFormat: 12, units: "imperial", electronOptions: { webPreferences: { webSecurity: false, webviewTag: true } },
-
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
-
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!
-
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.
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 } },
-
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’
-
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 setupAlso, 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.
-
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) -
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! -
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!
-
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”?