@sean i just boot up my old mm. Its about 2yers old. dont know what V i have on assistans but can i make an update? to V3?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-AssistantMk2 (v3)
-
dont get fullscreen on the rpi
I just put my mirror toghter, but now i dont get a fullscreen, the rpi is in the middel of the screen. I want it to be to the edge.
any ides? -
RE: MMM-AssistantMk2
@Sean said in MMM-AssistantMk2:
-Multi profile and language demommm so i can use google assistant and speak Swedish to it in the new mk2?
if so… im going to make a new build -
RE: MMM-Hotword
@berne i iam happy using the old one, know how hard it was to get i all set up. a qick questien… how do i change the screen size on the MM? i just geting it in the middel and not full scale
-
RE: MMM-awesome-alexa
what mic are people using, i have this: USB MIC
but cant get it to work so looking for a new one -
RE: can get the sound to work alexa
@broberg when i alsamixer the pi, i can select the mic, then the sound is not working, get mute symbol for the sound.
If i using the defalut the sound it working great, but then i cant record, i just saying no mic is available.
i cant have booth…its so strange,
-
can get the sound to work alexa
i just install mmm-awesome-alexa, but when i was done, i cant get any sound, so i did some checken and testing and i cant get the sound to work,
it works IF i am using a HDMI and sound,
But my screen that i for the MM just have dvicard 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA] Subdevices: 7/7 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 Subdevice #2: subdevice #2 Subdevice #3: subdevice #3 Subdevice #4: subdevice #4 Subdevice #5: subdevice #5 Subdevice #6: subdevice #6 card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 IEC958/HDMI [bcm2835 IEC958/HDMI] Subdevices: 1/1````pi@raspberrypi:~ $ arecord -l **** List of CAPTURE Hardware Devices **** card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0````` Dose my file look right?pi@raspberrypi:~ $ sudo nano /etc/asound.conf GNU nano 3.2 /etc/asound.conf pcm.!default { type asym capture.pcm "mic" playback.pcm "speaker" } pcm.mic { type plug slave { pcm "hw:1,0" } } pcm.speaker { type plug slave { pcm "hw:0,0" } } -
RE: MMM-awesome-alexa
@dolanmiu i am done install this, havet test it yet,
but i got the code for config.jsBut i allso got this:
Full response from Amazon
{ "_body": "{\"error_description\":\"Client authentication failed\",\"error\":\"invalid_client\"}", "status": 401, "ok": false, "statusText": "Unauthorized", "headers": { "pragma": [ "no-cache" ], "date": [ "Mon", " 12 Aug 2019 08:06:35 GMT" ], "x-amzn-errortype": [ "OA2InvalidClientException:http://internal.amazon.com/coral/com.amazon.panda/" ], "x-amzn-requestid": [ "sdsdfgergegegege0e" ], "content-type": [ "application/json;charset=UTF-8" ], "cache-control": [ "no-cache", " no-store", " must-revalidate" ], "content-length": [ "85" ] }, "type": 2, "url": "https://api.amazon.com/auth/o2/token" }```` Do i need to do anything with this? or what does this go, and what does i do? Regards -
RE: almost happy.. but i whant
@planet4 Vad man blir glad att se svenskar:) Din sidan har jag hängt mkt på:) grymt bra.
har lyckats installera alexa, nu kommer det svåraste av allt att lösa confi.js det är lurigt… den är ju gansak så känslig på de:/ inte hittat några riktigt bra program, använder visual studio code… -
RE: config,js beginner
@mumblebaj
This is my config now, is it looking right? i havet dare to past in to the config,js berfore some one can tell me its right/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var 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, is "localhost" port: 8080, 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"], language: "en", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "MMM-NowPlayingOnSpotify", position: "bottom_right", config: { showCoverArt: true, clientID: "XXXXXXXX", clientSecret: "XXXXXXXX", accessToken: "XXXXXXXXX", refreshToken: "XXXXXXXX" } }, { module: 'MMM-awesome-alexa', position: 'bottom_bar', config: { wakeWord: 'Smart Mirror', clientId: 'XXXXXXX', clientSecret: 'XXXXXX', deviceId: 'Magic_Mirror', refreshToken: 'XXXXXXX', lite: false, isSpeechVisualizationEnabled: true } } { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "Kalender", position: "top_left", config: { calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/calendar/ical/berntsson88%40gmail.com/public/basic.ics" } ] } }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "Vara,Sweden", locationID: "2665018", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "cb3ba3fb9618b6f6de3fbbb9ee78284e" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Vara,Sweden", locationID: "5128581", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "cb3ba3fb9618b6f6de3fbbb9ee78284e" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "Aftonbladet", url: "http://www.aftonbladet.se/nyheter/rss.xml" }, { title: "Macworld", url: "http://feeds.idg.se/idg/FPjt", }, ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} -
RE: MMM-Awesome-Alexa & MMM-Scoreboard
@stalker401 400 Bad Request
The redirect URI you provided has not been whitelisted for your application. Please add your redirect URI in the ‘Allowed Return URLs’ section under ‘Web Settings’ for your Security Profile on Amazon Developer Portal. is what i get, but i am using this link: https://magic-mirror-avs.github.io/Alexa-Web-Helper/authresponse i boothe of the links, did u use the same? -
RE: MMM-Awesome-Alexa & MMM-Scoreboard
@stalker401 sorry for op, bur i have problem install alexa, i got get to the last part, to get this:
https://imgur.com/a/6DbYlKAi think i have done it right:
Enter your Product ID from Alexa Voice Service (AVS): berne88_MM_Alexa
(is the namn i will put in you self)?
i am using this link: https://magic-mirror-avs.github.io/Alexa-Web-Helper/authresponse
on the return URLhave i done anything wrong?
-
almost happy.. but i whant
i have bulide a mm, but not complety happy about it, i miss i few thing
one i to get alexa to work
2. i what want to say -mirror mirror on the wall. And det mm sholde start, i have no idee how to fix this. is ther any module i can use? i have trying to install alexa but, got lots of error. think i needs a new update:S not suer -
what Os are u using to mm
What Os are u using to magicmirror, i got
Raspbian Buster with desktop and recommended software, but now i dont have any space left, so think about, remove it and use Raspbian Buster Lite istend to get more free space -
RE: Problem install Alexa modul
i im trying mmm-awesome-alexa
https://github.com/dolanmiu/MMM-awesome-alexaDont know what the diffret is between them
-
Problem install Alexa modul
im trying to get the mmm-Alexa, but i have one problem, after folloiwing the guide, i dont get the code from the browers. After i get my client ID and Secret ID. i sholde get a link, to get the pawsord from, in the guide its a github… i just get amazone and this text:
We’re sorry!
An error occurred when we tried to process your request. Rest assured, we’re already working on the problem and expect to resolve it shortly.can one have any ides?
-
Alecxa token
i im installing MMM-awesome-alexa, but i am a bit lost:S i have creata a development acount, but dont know what to do next,
is it:
Alexa Skill kitt
Voice service
Smart home
alexa Gadget toolbox
Alexa SDKand so on. to ge the token to it?