Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module doesn't update when started after octoprint #21

Open
tiloup42 opened this issue Feb 17, 2021 · 5 comments
Open

Module doesn't update when started after octoprint #21

tiloup42 opened this issue Feb 17, 2021 · 5 comments

Comments

@tiloup42
Copy link

Hello, thanks for the module !

As said in the title, when my MM (on rasp pi 3) is started before my Octoprint (on a Debian PC, Started only when needed), the module stays N/A everywhere, only a soft restart of MM put everything back as normal.

Am i missing something ?

@alphatrianguli
Copy link

I have the same issue and so have others...

@lclem
Copy link

lclem commented Jul 5, 2021

same here. the title should read "when started BEFORE octoprint"

@RoninActual
Copy link

Please check your configuration to ensure the hostname is correct (try the ip, no port) and that the api key is not in brackets.

Find the config that worked for me below:

            {
                    module: "octomirror-module",
                    position: "middle_center",
                    disabled: false,
                    config: {
                    url: 'http://xxx.xxx.xx.xx',
                    api_key: 'api key no brackets',
                    printerName: 'name for the header',
                    streamUrl: 'http://xxx.xxx.xx.xx/webcam/?action=stream',
                    interactive: false,
                    showDetailsWhenOffline: false
                    }
            },

@clintiepoo
Copy link

Please check your configuration to ensure the hostname is correct (try the ip, no port) and that the api key is not in brackets.

Find the config that worked for me below:

            {
                    module: "octomirror-module",
                    position: "middle_center",
                    disabled: false,
                    config: {
                    url: 'http://xxx.xxx.xx.xx',
                    api_key: 'api key no brackets',
                    printerName: 'name for the header',
                    streamUrl: 'http://xxx.xxx.xx.xx/webcam/?action=stream',
                    interactive: false,
                    showDetailsWhenOffline: false
                    }
            },

Does your install show temperatures and so on? I am having the same problem as others where everything shows NA. Only the camera works.

@costascontis
Copy link

same here must restart mm to show info right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants