assistant V3
-
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 -
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 exemplealbums: ["test"],
- define
displayType:
position- in the module for example:
displayType: "Module",
- or in background of MM:
displayType: "Background",
- in the module for example:
for weather, maybe look in the GoogleHome App
Edit: Donβt forget to activate
Photos Library API
: see there - of course activate photo module (
-
finally managed to display the photos.
is it also possible to hide the album name and date ? -
I think with customCSS, it can be possible. I have not think to this when I code it
-
I canβt help you more actually
Because I have destruct my config for the live -
@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; }
-
thanks again problem solved
-
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