File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ module.exports = {
355355 modData = dataMerged . filter ( m => {
356356 return ( req . params . moduleName . includes ( m . identifier ) ) ;
357357 } ) ;
358- if ( ! modData ) {
358+ if ( ! modData . length ) {
359359 modData = dataMerged . filter ( m => {
360360 return ( req . params . moduleName . includes ( m . name ) ) ;
361361 } ) ;
Original file line number Diff line number Diff line change 11{
2- "name" : " mmm-remote-control " ,
3- "version" : " 2.3.7 " ,
4- "description" : " This module for the MagicMirror² allows you to shutdown and configure your mirror through a web browser." ,
2+ "name" : " Magic-Mirror-Module-Remote-Control " ,
3+ "version" : " 2.3.8 " ,
4+ "description" : " This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser." ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " git+https://github.com/jopyth/MMM-Remote-Control"
2222 "homepage" : " git+https://github.com/jopyth/MMM-Remote-Control#readme" ,
2323 "dependencies" : {
2424 "body-parser" : " latest" ,
25- "simple-git" : " latest" ,
2625 "lodash" : " latest" ,
27- "node-fetch" : " ^2.6.9" ,
26+ "node-fetch" : " ^2.7.0" ,
27+ "simple-git" : " latest" ,
2828 "uuid" : " ^3.3.2"
2929 }
3030}
You can’t perform that action at this time.
0 commit comments