youtube still not work
-
hello
youtube still not working when i say " youtube play movie trailer" i see vlc trying to open something but only the song work -
i see that thing glitching on my screen
-
Are you using a Pi4???
-
@yolo yes of course
-
hi me to having problem with youtube on my side its playing youtube but no video only audio and cant stop Youtube with voice command STOP. Have to stop forcibly by clicking Ctrl +Q nad the screen is black
please help. -
hi,
@yolo: maybe it’s related to firmware of the pi -
same issue with Youtube after firmware update
youtube is playing but its stopping when you give command to stop GA take stop command display stop message but do nothingjust i now i install fresh copy of raspbian n install MM & GA but same problem in this toooo
-
for me radio youtube and google photo not working please help
just i now i install fresh copy of raspbian n install MM & GA but same problem in this toooo -
Did you enable Extented??
Extented: { useEXT: true, deviceName: "Magic Mirror", stopCommand: "stop", youtube: {
can you please post your config please (Full) with personal detail XXXXXXXX out.
-
please help youtuber is opening and playing but when command to stop its not stopping but its take stop command what i should do ?
module: “MMM-GoogleAssistant”,
position: “top_left”,
configDeepMerge: true,
config: {
debug: false,
assistantConfig: {},
responseConfig: {
chimes: {},
imgStatus: {},
zoom: {}
},
Extented: {
useEXT: true,
deviceName: “MagicMirror”,
stopCommand: “stop”,
youtube: {
useYoutube: true,
youtubeCommand: “youtube”,
displayResponse: true,
useVLC: true,
minVolume: 30,
maxVolume: 100
}, -
Can you post all of your config (select all paste here) then XXXXXXX out personal detail I wish to test.
Did you update os before install GAsudo apt update && sudo apt upgrade -y
Have updated GA to the latest build ?
Have updated Detector?
Did you get any errors on install?
Have you tried enable youtube api and token?
How did you install MM? (Link)
How did you install GA?
Did you do install it all on the pi? (not SSH) VNC will work.
What version node & npm are you using?cd node -v
cd npm -v
-
If this is your full GA config your missing recipes: this is why radio not working what guide did you follow?
-
This is fresh installation and still it’s problem with YouTube
-
/* Magic Mirror Config Sample * * By Michael Teeuw https://michaelteeuw.nl * MIT Licensed. * * For more information on how you can configure this file * see https://docs.magicmirror.builders/getting-started/configuration.html#general * and https://docs.magicmirror.builders/modules/configuration.html */ let config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" electronOptions: { webPreferences: { webviewTag: true } }, port: 8080, basePath: "/", // The URL path where MagicMirror is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "fr", locale: "fr-FR", logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "Calendrier", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "XXXXXX" } ] } }, { module: "compliments", position: "lower_third" }, { module: "weather", position: "top_right", config: { weatherProvider: "openweathermap", type: "current", location: "Genève", locationID: "2660646", //ID from http://www.openweathermap.org/help/city_list.txt apiKey: "xxxxxxxxxxxxxxxx" } }, { module: "weather", position: "top_right", header: "Prévision", config: { weatherProvider: "openweathermap", type: "forecast", location: "Genève", locationID: "2660646", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxxxxxxxxxxxxxxxxxx" } }, { module: "MMM-Detector", position: "top_right", configDeepMerge: true, config: { debug: false, } }, { module: 'MMM-SwissCommute', position: 'top_left', header: 'En Louche', config: { from: 'Perly, En Louche', // Start train station to: 'Lancy-Bachet', // Destination station maximumEntries: 4, // Max departures displayed minWalkingTime: 10 // Minimum time to get to the station } }, { module: "MMM-GoogleAssistant", position: "top_right", configDeepMerge: true, config: { debug: false, assistantConfig: { lang: "fr-FR", latitude: 46.1581, longitude: 6.0876 }, responseConfig: { chimes: {}, imgStatus: {}, zoom: {} }, micConfig: { recorder:"arecord", device: "default",}, Extented: { useEXT: true, deviceName : "Jarvis", stopCommand: "stop", youtube: { useYoutube : true, youtubeCommand: "youtube", displayresponse: true, useVLC: true, minVolume: 30, maxVolume: 100 }, links: { useLinks: true, displayDelay: 60 * 1000, scrollActivate: false, scrollStep: 25, scrollInterval: 1000, scrollStart: 5000 }, photos: {}, volume: {}, welcome: {}, screen: {}, touch: {}, pir: {}, governor: {}, internet: {}, cast: { useCast: true, port: 8569 }, spotify: { useSpotify: true, visual: { updateInterval: 1000, idleInterval: 10000, useBottomBar: false, CLIENT_ID: "XXXXX", CLIENT_SECRET: "XXXXX", }, player: { type: "Librespot", email: "XXXXX", password: "XXXXX", minVolume: 10, maxVolume: 90, usePause: true, } }, }, recipes: [], NPMCheck: {} } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Le Monde", url: "https://www.lemonde.fr/international/rss_full.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
-
If this is your full GA config your missing recipes: still
Please answer all question.Did you update os before install GA
sudo apt update && sudo apt upgrade -y
Have updated GA to the latest build ?
Have updated Detector?
Did you get any errors on install?
Have you tried enable youtube api and token?
How did you install MM? (Link)
How did you install GA?
Did you do install it all on the pi? (not SSH) VNC will work for setup but not show youtube videos
What version node & npm are you using?cd node -v
cd npm -v
-
Can you please try
cd ~/MagicMirror/modules/MMM-GoogleAssistant npm run rebuild
when VNC to pi you will not see video in youtube
-
pi@raspberrypi:~ $ node -v
v14.18.0pi@raspberrypi:~ $ npm -v
6.14.15 -
Can you do this please and post pic
sudo rpi-eeprom-update
-
pi@raspberrypi:~ $ sudo rpi-eeprom-update
This tool only works with a Raspberry Pi 4
pi@raspberrypi:~ $im using Raspberry Pi 3
-
- stop do multiple response everywhere …
- do you see this ?
- sorry about this