Skip to content

Commit f54ea04

Browse files
committed
Improvements to the description
1 parent 42c2185 commit f54ea04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
33

44
<p align="center">
55
<img src="https://github.com/ferferga/MMM-GoogleCast/raw/master/screenshots/intro.jpg">
@@ -56,7 +56,7 @@ ID: zzzzzz-zzzzz-zzzzzzz-zzzzzz
5656
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
5757

5858
**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+
```
6060
{
6161
module: 'MMM-GoogleCast',
6262
position: "top_left",
@@ -66,7 +66,7 @@ As you can see, you can also link audio groups apart from individual video and s
6666
device: "PASTE HERE THE ID OF THE DEVICE YOU NOTED BEFORE",
6767
}
6868
},
69-
``
69+
```
7070

7171
And everything is done! You should now see the media that's being played in your mirror
7272

@@ -92,4 +92,4 @@ Refer to [this issue](https://github.com/ferferga/MMM-GoogleCast/issues/1).
9292
## Credits
9393

9494
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

Comments
 (0)