Hi, how do i update?, i tried
cd ~/MagicMirror/modules/MMM-ResRobot
git pull
npm install
But frontend still says a newer update is found…
Hi, how do i update?, i tried
cd ~/MagicMirror/modules/MMM-ResRobot
git pull
npm install
But frontend still says a newer update is found…
@thestigh thx, yeah, i tried it but I got black screen using it with MMM-Hotword, hours trying to get it to work, with no luck, drove me to try something else :)
Have anyone fund a deeper step by step tutorial for MMM-GoogleAssistant? An example for assistant.py would be great, finding it hard to see what I need to change. Also where to put oath-file… Thx
Thanks for module, working great!
Anyway to get cover art in black and white?
Sorry for noob Q… I have installed MMM-AssistantMk2 but I don´t understand what it takes to make it voice activated.
The module works fine if I click on the speaker icon but if I try to wake it up with “Ok, Google”, nothing happens. I tested the mic separately and it seams to work fine. My preferred setting would be that it always listen for “Ok, Google”.
Is MMM-hotword required for this? Appreciate some guideness, thanks.
Side Q - is it possible to tell MMM-AssistantMk2 to play Spotiy, and also to play it on a group of speakers?
My first mirror. Using regular glass with film, will probably shift to real spy glass due to glue rests. Regular modules + buss rides Trafiklab module. Old panel that gives pretty low brightness and screen is pretty revealed.
Edit: thanks for providing code and continous development of it.
I replaced “currentweather.js” from github and now it’s working. Thanks for your help!
Thx for reply
{
module: ‘currentweather’,
position: ‘top_right’,
header: ‘Värt just nu’,
config: {
location: ‘Goeteborg, Sweden’,
locationID: ‘2711537’, //ID from http://www.openweathermap.org
appid: ‘12345’
}
},
{
module: ‘weatherforecast’,
position: ‘top_right’,
header: ‘Värt’,
config: {
location: ‘Goeteborg, Sweden’,
locationID: ‘2711537’, //ID from http://www.openweathermap.org
appid: ‘12345’
}
},
My setup is almost done but my current weather module doesn’t work, the Weather Forecast module is working without problem. The settings are the same for the two modules, i tried a separate api-key for current weather module but that didn’t help. The header for the module is working but the data is no go.
Any suggestions on how to solve this?