denverquane / MMM-Teslamate

Magic Mirror Module for the Teslamate utility
MIT License
52 stars 14 forks source link

Black screen #29

Closed husoseli15 closed 2 years ago

husoseli15 commented 2 years ago

I'm getting a black screen on my MM whenever I add MMM-TeslaMate to the config file.

Any idea why this would be happening?

olexs commented 2 years ago

Sounds like something in your config for the module is causing the MagicMirror to crash. Could you please post your config (of course, removing/obscuring any passwords or keys as necessary)?

Also, have you ran "npm install" in the MMM-Teslamate module folder when installing it?

husoseli15 commented 2 years ago

Hey Olex,

I've attached config file for you to take a look at. I ran NPM install in MMM-Teslamate. Not sure sure what would be causing this problem, as I'm not getting any errors from the logs. configjs.txt

olexs commented 2 years ago

You have set the MMM-Teslamate module position to top-center on line 65. That could be an issue because

a) that's spelled wrong, correct value would be top_center (underscore instead of dash), and b) you also have MMM-Ring occupying the same slot, not sure the top center slot can be used by multiple modules at once - though I may be mistaken there.

Config looks good otherwise, so try changing that and see if it fixes the issue. If not, I may try to start up an instance with your config and see if the logs and debug output are any help.

husoseli15 commented 2 years ago

Oh man I feel so silly. It was the top-center that was causing the black screen :/ thank you much!

olexs commented 2 years ago

No problem, glad to help :) Thanks for posting your config and making the debug easy!