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

error install #29

Open
myayo001 opened this issue Dec 15, 2022 · 0 comments
Open

error install #29

myayo001 opened this issue Dec 15, 2022 · 0 comments

Comments

@myayo001
Copy link

Hello, I try to install the module on my magicmirror. but I have one error.

When I lauch the npm start dev, I have this :

starting module: octomirror-module
octomirror-module.js:110 Uncaught ReferenceError: OctoPrintClient is not defined
at Class.start (octomirror-module.js:110:29)
at startModules (loader.js:51:11)
at loader.js:38:6
at HTMLLinkElement.stylesheet.onload (loader.js:210:7)

in the config.js I have
{
module: “octomirror-module”,
position: “middle_center”,
config: {
//js octomirror stream.setAttribute (‘width’, ‘300’);
debugMode: true,
url: “http://192.168.0.30/”,
printerName: “D12 230”,
api_key: “CC9E078BF70443DC94CB4C664E13E236”,
streamUrl: ‘http://192.168.0.30/webcam/?action=stream/’,
interactive: false,
showDetailsWhenOffline: false,
}
},

thanks for help.

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

1 participant