You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# MMM-GoogleCast
2
-
### See what's playing in your Google Cast device (Chromecast, Chromecast Audio, Android TV, JBL Speakers...). Works with, virtually, all apps.
2
+
### See what's playing in your Google Cast device (Chromecast, Chromecast Audio, Android TV, JBL Speakers...) inside your mirror. Compatible with, virtually, any app.
As you can see, you can also link audio groups apart from individual video and speakers devices. Note the ID of the device you want to link to your mirror. If no devices are detected, go to "Issues" section below
57
57
58
58
**Step 3**: Copy and paste this in your ``config.js`` file, replacing the ``device`` property with the ID of the device you want to link to your mirror:
59
-
``
59
+
```
60
60
{
61
61
module: 'MMM-GoogleCast',
62
62
position: "top_left",
@@ -66,7 +66,7 @@ As you can see, you can also link audio groups apart from individual video and s
66
66
device: "PASTE HERE THE ID OF THE DEVICE YOU NOTED BEFORE",
67
67
}
68
68
},
69
-
``
69
+
```
70
70
71
71
And everything is done! You should now see the media that's being played in your mirror
72
72
@@ -92,4 +92,4 @@ Refer to [this issue](https://github.com/ferferga/MMM-GoogleCast/issues/1).
92
92
## Credits
93
93
94
94
This module wouldn't be possible without the amazing work of MichMich in MagicMirror and balloob, the developer of the pyChromecast library for Python. Also, huge kudos to python-shell developers, which allowed me to exchange data between the Python script and node.
95
-
Mention to paviro as well, as I used his module as a "template" to know the basics of python-shell. It would have been so much difficult to use MagicMirror alongside Python script without his help.
95
+
Mention to paviro as well, as I used his module as a "template" to know the basics of python-shell. It would have been so much difficult to use MagicMirror alongside Python script without his help.
0 commit comments