LoginSignup
8
10

More than 5 years have passed since last update.

google-home-notifierが日本語を喋ってくれない?

Last updated at Posted at 2017-12-25

あれ?日本語にならない・・・

ここなどを参照してGoogle Homeに日本語を話して貰おうとしましたがなぜか躓いたのでメモ。
(12/25現在のバグなのでいずれ修正されるかと思います)

修正方法

google-home-notifier.jsの

google-home-notifier.js
...省略

var ip = function(ip) {
deviceAddress = ip;
return this;
}

...省略

google-home-notifier.js
...省略

var ip = function(ip, lang = 'ja') {
deviceAddress = ip;
language = lang;
return this;
}

...省略

に変更してください。

リファレンス

Managed to install without MDNS / found a bug in main-script
GoogleHomeスピーカーに外部からプッシュして自発的に話してもらいます

8
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
10