pi@raspberrypi:~/MagicMirror/modules/MMM-MovieInfo$ npm install --productive
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 384 packages from 448 contributors and audited 1138 packages in 799.653s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
Node about 0.3%
{
module: 'MMM-MovieInfo',
position: 'top_right',
config: {
api_key: '50543fe5151a1e58768462815ce4d0f8',
discover: {
"primary_release_date.gte": "now", //now
"primary_release_date.lte": "month" //day, week, month, quarter or year
}
}
},
Well didn’t expect it to work but working ?!