shbatm / octomirror-module

Magic Mirror Module that can interact with an Octoprint instance
MIT License
28 stars 20 forks source link

octomirror-module not loading at all #26

Closed ejdprops closed 2 years ago

ejdprops commented 2 years ago

I've gone over this 10 ways from Sunday. I'm using the MagicMirrorOS build on a Pi Zero 2 W. Everything else loads fine, but nothing shows up at all on my display. I ran the install from inside the docker container following all the steps listed, did the wget to pull the client.js from my octoprint instance and updated config.js to add the module.

Here's my config settings for octomirror-module:

           {
                    module: "octomirror-module",
                    position: "middle-center",
                    config: {
                            url: 'http://192.168.1.8',
                            api_key: '48AD4581A491431AA51CBDB7093DACA3'
                    }
            },

I'm at a loss.

ejdprops commented 2 years ago

Doh! After a bit more research...learned that it's simply a matter of "middle_center" instead of "middle-center". I wish error logs would catch this kind of thing easier!