Read the statement by Michael Teeuw here.
MMM-AssistantMk2
-
@sdetweil ok i installed MMM-GoogleMapsTraffic from your repo and i launched my MM. The result is :
- MMM-MK2 works very well
- MMM-GoogleMapsTraffic not works. I haven’t maps on the screen
When i installed from your repo i had some “warn” message.See below
npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates. npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN grunt-stylelint@0.14.0 requires a peer of stylelint@^13.2.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-standard@20.0.0 requires a peer of stylelint@>=10.1.0 but none is installed. You must install peer dependencies yourself. npm WARN stylelint-config-recommended@3.0.0 requires a peer of stylelint@>=10.1.0 but none is installed. You must install peer dependencies yourself. npm WARN MMM-GoogleMapsTraffic@1.0.0 No repository field.
is it possible that these “warn” are the problem ?
My config if need:
{ module: 'MMM-GoogleMapsTraffic', position: 'bottom_left', config: { key: 'xxxxxxxxx', lat: 4x.470485, lng: x.231369, height: '300px', width: '300px', zoom: 14, styledMapType: "transparent", disableDefaultUI: true, backgroundColor: 'hsla(0, 0%, 0%, 0)', markers: [ { lat: 4x.470485, lng: x.231369, fillColor: '#9966ff' }, ], }, },
-
@MisterT if you use the sample config with your apikey does it work? (my api key below)
if you look at the console log, do you see any errors reported
pm2 logs, if you use pm2 to start the mirror, else the terminal window where you do npm start{ module: 'MMM-GoogleMapsTraffic', position: 'top_left', config: { key: 'AIzaSyCJyY3ijaw9X9xJis62XWsbz32PXIk8krI', /// put your key here lat: 37.8262306, lng: -122.2920096, height: '300px', width: '300px' styledMapType: "transparent", disableDefaultUI: true, backgroundColor: 'hsla(0, 0%, 0%, 0)', markers: [ { lat: 37.8262316, lng: -122.2920196, fillColor: '#9966ff' }, ], }, },
-
@sdetweil everything is fine now :smiling_face_with_open_mouth_cold_sweat:
With a lot of tests and modification in my confis.js, i forgot to enable MMM-GoogleMapsTraffic in MMM-Pages module config file :dizzy_face:
So now it’s greatThx for your support
See you next time
-
@Sean thanks for your work in relationship with the google assisstant. I am quite new in all of these set ups and i am facing a problem now which i can’t by pass. I tried to Register-my-Mirror-as-Google-Assistant-related-device but when i insert the foolowing code :curl -s -X POST -H “Content-Type: application/json”
-H “Authorization: Bearer $ACCESSTOKEN” -d @deviceInstance.json
https://embeddedassistant.googleapis.com/v1alpha2/projects/YOUR_PROJECT_ID/devices/i am getting the following error "bash: https://embeddedassistant.googleapis.com/v1alpha2/projects/(my_project_id)/devices/: No such file or directory
.Do you have any idea how i can resolve that issue??
Thank you guys in advance -
@kondef said in MMM-AssistantMk2:
curl -s -X POST -H “Content-Type: application/json”
-H “Authorization: Bearer $ACCESSTOKEN” -d @deviceInstance.json
https://embeddedassistant.googleapis.com/v1alpha2/projects/YOUR_PROJECT_ID/devices/This should be done in one line. I think you probably break line before
https://embeddedassistant....
-
where I find a different UI, maybe transparent, I saw bars and bubbles with a transparent background
thanks a lot and great job -
howdy,
ive seen a couple of people running assistantmk2 v2 and i liked the interface better than the v3 and i was wondering if its possible to install the v2 instead of v3. how would i go about downgrading to v2?
thanks
Richie
-
Can you trigger a sound output from a recipe while the Assistantmk2 is active?
For me sound output only works when the assistant is not active e.g. when I trigger sound output via web service (e.g. MMM-Sound or MMM-Text-To-Speech).
My use case is:
A recipe that listens to “mirror mirror on the wall” and then either plays an mp3 / wav or speak TTS -
does anyone have any idea how to trigger sound output with the Assitantmk2?
-
Does this module support Russian?