Torrent 9 website scraper Module for MagicMirror2
- An installation of MagicMirror2
- Node.js > v0.6.0
- request-promise
- cheerio
- Clone this repo into
~/MagicMirror/modules
directory. - Install dependencies with npm install
- Configure your
~/MagicMirror/config/config.js
:
-
Basic Config:
{ module: 'mmm-torrent9', position: 'bottom_right' }
-
Full Config:
{ module: 'mmm-torrent9', position: 'bottom_right', config: { fontSize: 12, dimmed: false } }
Option | Default | Description |
---|---|---|
fontSize |
9 | Font size in pixels |
header |
true | Boolean to display header |
dimmed |
true | Boolean for discrete visibility |
loadingText |
'Loading...' | String to display loading message |
topMax |
10 | Display max results |
replace |
["DVDRIP","2016","FRENCH","DVDSCR","720p"] | Keywords removed on movies titles |