@sdetweil You know that i don’t ads any release there :)
Read the statement by Michael Teeuw here.

Posts
-
RE: Which Alexa module is better, Awesome Alexa or Mirror Mirror on the Wall
-
@bugsounet MMM-GoogleAssistant v3
That you can read @bugsounet MMM-GoogleAssistant v3 is under-coding !
and no,no,no … It’s only MMM-GoogleAssistant v2 and MMM-Assistant2Display and i’m not Dead !This is an extract of features:
- :new: AndroidTV design => :100: :heavy_check_mark:
- :new: Informations bar => :100: :heavy_check_mark:
- :new: Muti-Language callback => :100: :heavy_check_mark:
FR
: :100: :heavy_check_mark:EN
: :100: :heavy_check_mark:DE
: :100: :heavy_check_mark:ES
: :100: :heavy_check_mark:IT
:100: :heavy_check_mark:
- :new: Use official google sounds => :100: :heavy_check_mark:
- :new: Tokens generators (google, youtube, spotify, photos) => :100: :heavy_check_mark:
- :new: Full personalisable in config (images, sounds and zoom) => :100: :heavy_check_mark:
- :new: Use Warning display on error => :100: :heavy_check_mark:
- :warning: No detector emebed :twisted_rightwards_arrows:
- MMM-Snowboy prepared :100: :heavy_check_mark:
- :new: MMM-Porpucine (new detector with ok google family) prepared : 95% :arrows_counterclockwise:
- :warning: No MMM-Assistant2Display needed :twisted_rightwards_arrows:
- :new: Extented Display
- :new: Screen module => :100: :heavy_check_mark:
- :new: Touch module for Screen => :100: :heavy_check_mark:
- :new: Pir module => :100: :heavy_check_mark:
- :new: Links module => :100: :heavy_check_mark:
- :new: Photo module => :100: :heavy_check_mark:
- recipe => :100: :heavy_check_mark:
- display albums => :100: :heavy_check_mark:
- background => :100: :heavy_check_mark:
- module (with blur background) => :100: :heavy_check_mark:
- :new: YouTube API module => :100: :heavy_check_mark:
- :new: YouTube VLC module => :100: :heavy_check_mark:
- :new: Internet (new version) module => :100: :heavy_check_mark:
- :new: Welcome module => :100: :heavy_check_mark:
- :new: Governor module => :100: :heavy_check_mark:
- :new: Cast module => :100: :heavy_check_mark:
- :new: Spotify module => :100: :heavy_check_mark:
- visual => :100: :heavy_check_mark:
- librespot => :100: :heavy_check_mark:
- raspotify => :100: :heavy_check_mark:
- :new: Volume module (with visual) => :100: :heavy_check_mark:
- :new: Spotify new recipe => :100: :heavy_check_mark:
- :new: Radio module => :100: :heavy_check_mark:
- blur background => :100: :heavy_check_mark:
- recipe => :100: :heavy_check_mark:
- :new: Photos new recipe => :100: :heavy_check_mark:
- :new: Tokens creator => :100: :heavy_check_mark:
- :new: Installer => :100: :heavy_check_mark:
- updater => :100: :heavy_check_mark:
- rebuild => :100: :heavy_check_mark:
- librespot => :100: :heavy_check_mark:
- raspotify => :100: :heavy_check_mark:
- micChecker (not very useful with v3) => :100: :heavy_check_mark:
- :new: Wiki => :100: :heavy_check_mark:
Are you ready for this new adventure?
Just Update it and follow the new wiki !
Last Update: 06/06/21
@bugsounet -
RE: Http Stream
- close MagicMirror and open VLC in your pi
- open your link with vlc (in your pi)
- verify if works ?
- if not works :
- catch error (if it say error) and solve it
- change output video setting in Tools > preferencies > Video > output
- close VLC and reopen it for retry play your link
- It 's work ?
- close VLC again
- Retry with magicmirror
-
RE: MMM-A2Display Error
@rebecca sorry, we don’t offer any help on magic mirror forum
Please use support linkThanks
@bugsounet -
RE: Alexa Voice Service for Pi
wow a lot of effort … good luck! (soOooOO many for me !)
I prefer … simple thing sorry :D
-
RE: MMM-AssistantMk2 (v3)
and v3 of GA is under coding… with “ok google”, “hey google” feature :)
oupss… I have not to say it there !
sorry :/ -
RE: MMM-WOTD
@cowboysdude : you have set an error when you have created the repository …
why WWW-WOTD ?
in your module, you have Set MMM-WOTDSo that why @lxne have an issue (nodule not found)
And an error on the
getDom
functiongetDom: function() { var wrapper = document.createElement("div"); if(this.loaded == true){ var wotd = this.wotd[0]; var wordTable = document.createElement('div'); if (this.config.style == 'narrow') { wordTable.classList.add('narrow'); } else { wordTable.classList.add('wide'); } var wordTR = document.createElement('tr'); var word = document.createElement('td'); word.classList.add('bright', 'small'); word.setAttribute('style', 'background:' + this.config.wbackground); word.innerHTML = "Word "; wordTR.appendChild(word); var word2 = document.createElement('td'); word2.classList.add('small'); word2.setAttribute("style", "color:" + this.config.word + "; background-color: " + this.config.dbackground + ";"); word2.innerHTML = wotd.word; wordTR.appendChild(word2); wordTable.appendChild(wordTR); var wordTR2 = document.createElement('tr'); var wordd = document.createElement('td'); wordd.classList.add('bright', 'small'); wordd.setAttribute('style', 'background:' + this.config.wbackground); wordd.innerHTML = "Meaning "; wordTR2.appendChild(wordd); var wordd2 = document.createElement('td'); wordd2.classList.add('small'); wordd2.setAttribute('style', 'color:' + this.config.definition + '; background-color: ' + this.config.dbackground + ';'); wordd2.innerHTML = wotd.definition; wordTR2.appendChild(wordd2); wordTable.appendChild(wordTR2); var wordTR3 = document.createElement('tr'); var wordf = document.createElement('td'); wordf.classList.add('bright', 'small'); wordf.setAttribute('style', 'background:' + this.config.wbackground); wordf.innerHTML = "Say "; wordTR3.appendChild(wordf); var wordf2 = document.createElement('td'); wordf2.setAttribute('style', 'color:' + this.config.say + '; background-color: ' + this.config.dbackground + ';'); wordf2.classList.add('small'); wordf2.innerHTML = wotd.pronunciation; wordTR3.appendChild(wordf2); wordTable.appendChild(wordTR3); wrapper.appendChild(wordTable); } return wrapper; },
- wow … tr/td tag like win95 ???, i think, you can do better !
- I have corrected your error… you have not created the Dom on first request
- package.json missing ! (if an user do npm install … it will install MagicMirror !)
@lxne: for a temp resolve, just rename WWW-WOTD in modules directory to MMM-WOTD