Your feedback with the new YouTube code ?
-
MMM-YouTube (for rpi 3b+ users) and MMM-GoogleAssistant (Full Version) have now same code for reading ALL YouTube videos
What do you think about this new part of code ?
Do you prefert VLC for reading it ?
Response time for displaying is better ?
Can we read really ALL video ?Tell me your feedback !
Thanks for your help guys ! -
bugsounet
-
@bugsounet
Hello Bugs and a thousand respects for this solution that you thought and actually deployed for Rpi3b+ MM users with GA and the need to see a video by a vocal GA recipe. I cannot actually believe that you did it ! Who are YouModerate: out of topic
-
This module canāt read any
video and itās not mine but I contribute to it (in a long time before)
And this really not the subject of this topic -
@bugsounet
Where can i find yours please let me know i really want to deploy it -
in wiki
W
icon on the top bar
You have the list of any of my modules and you will see MMM-YouTube -
@bugsounet
Installing all npm librariesā¦MMM-YouTube@1.0.0 postinstall /home/pi/MagicMirror/modules/MMM-YouTube
installer/postinstall.shThis module is reserved to Donators / Helpers / BetaTester of @bugsounet forum coding
All FreeDays for testing this modules start from 01 to 07 of each monthsSupport is now moved in a dedicated Server: http://forum.bugsounet.fr
@bugsounetMMM-YouTube is now installed !
npm notice created a lockfile as package-lock.json. You should commit this file.
added 47 packages from 49 contributors and audited 47 packages in 36.584s9 packages are looking for funding
runnpm fund
for detailsfound 0 vulnerabilities
-
@aggelaras
Where can i find my token?
In the section in config
should my username here be written like this?
username: ā@AGGELARASā,
or username: āAggelarasā, ?? -
wiki says:
This module is limited to Donators/Helpers/BetaTester Groups But there is some FreeDays for testing this module FreeDays days is defined every month from 01 to 07
today:
bugsounet@debian:~$ date sam. 04 dƩc. 2021 22:08:53 CET
so Itās FreeDays, no username and no token is need
-
@bugsounet
so at the moment i leave the values asusername: null, //@AGGELARAS or null
token: null?
how can i become a tester if i may ask
-
actually, no test is needed and beterTester list is full
-
@bugsounet
If a spot for a Beta Tester please consider me interested.
At the moment i will try to become a Donator if you have iDeal , hopefully. -
@aggelaras
I deployed your Youtube code and it works like a charm you really are amazing not just good!
A couple of questions that i had playing over with the recipe and the module.
Is there any option in the config about like the minimum quality videos that the api will play? or like in general about the preferred video quality ?
What is the default option of the model set to ? is it auto ? and does that means as good as the internet is the video quality will automatically rise ? -
@aggelaras
I have also installed MMM-Volume from https://github.com/Anonym-tsk/MMM-Volume
and installed it in order to maybe be able to vocally control the volume also since it has ready the notification system ,
and i was wondering if you have written a recipe for the GA light to control the volume through MMM-Volume or let me know how do you control your volume through voice control. -
Hi, itās a deal with my own Youtube API server, It detect best quality to display // your internet connexion and naturally apply some rules
for MMM-Volume, the code itās so outdated, i will not write a recipe for another module like mine (there too many modules and i donāt use it because unmaintened)
So write it if you want -
@bugsounet
Thx i will give that a go even though this is my first time deploying GA but i did study your notes about Recipes and how to do my own and i really wanted to give it a shot with an application with notifications. Hopefully you can help me correct it at the end if you feel like it xD -
Hi,
Upgraded MMM-GA to the latest version. (RPI4-4GB)
Have enabled youtube, but no video is playing.
I get a response from GA ex. command āYoutube Michael Jackson Thrillerā
GA is responding with a picture from MJ, but no video is playing - no further messages at all.GA Config:
module: "MMM-GoogleAssistant", position: "bottom_bar", configDeepMerge: true, config: { assistantConfig: { latitude: xxxxxx4, longitude: xxxxxx8, }, recipes: [ "Reboot-Restart-Shutdown.js", "MMM-MplayerRadio.js", "ExtRadio_be_nl.js", "ExtMusic.js", "Page_Movements.js", "with-MMM-pages.js" ], }, Extented: { deviceName: "MagicMirror", stopCommand: "stop", useEXT: true, youtube: { useYoutube: true, youtubeCommand: "youtube", displayResponse: true, useVLC: false, minVolume: 30, maxVolume: 100 }, links: { useLinks: true, displayDelay: 60 * 1000
-
do you add electron pre-require ?
-
@bugsounet - Yes, that was already there.
-
can you review your config with using template
Extented : {}
is actually ousideconfig:{}
and it should be insideSo your all
Extented
feature is ignored -
@bugsounet - Yes now itās working.
Sorry second time Iāll make this mistake
Next time Iāll check better the config section.
I feel a bit embarrassed now. Looks like i have to go shopping for a pair of glasses!