CFenner / MMM-LocalTransport

A module for the MagicMirror to display informations about local tranportation.
MIT License
43 stars 15 forks source link

Rename file #16

Closed tosti007 closed 7 years ago

tosti007 commented 7 years ago

The magic mirror framework assumes that the module's main file and folder have the same name as the module, as described here. For this module this is not the case and people have to rename the folder into localtransport manualy. Please solve it as not everyone knows this.

GHLasse commented 7 years ago

@tosti007: haven't installed any modules from scratch in some time, but don't you create the module folder and then pull the git repository from there? i.e. don't you have to create the folder with name localtransport anyway?

In localtransport.js it reads Module.register('localtransport', { so the file and the module do have the same name. If you think the installation process can be simplified or explained better, please explain how/ submit a pull request. :-)

CFenner commented 7 years ago

So the module is now renamed to the standard schema 'MMM-'. Does this help?