balassy / MMM-Futar

MagicMirror module that displays Budapest public transport information.
MIT License
5 stars 2 forks source link

Nothing displayed #8

Closed startika22 closed 5 years ago

startika22 commented 5 years ago

I tried this module with a custom config and nothing was displayed, so I tried the sample config provided and that didn't help either. An empty div is created for the module, but nothing in it. Is it possible that the API changed and there's an error in the parsing? Are there any logs I could take a look at? All other MMM modules I tried worked correctly.

startika22 commented 5 years ago

I checked a sample API call and a well-formed response with correct bus connections were returned, but nothing shows up in the module.

balassy commented 5 years ago

I'm sorry for the inconvenience. I use this module every day with custom configuration, and it works on my mirror. When you open the DevTools with CTRL+SHIFT+i, do you see any errors on the Console tab?

startika22 commented 5 years ago

Ok, found the problem. Cloning from git creates the folder name MMM-futar, but the module is searched for in the folder MMM-Futar. And since apache installed with MagicMirror is configured to be case sensitive by default, it didn't find the folder by that name.

balassy commented 5 years ago

Thanks for letting us know the solution, and I hope you enjoy using the module!