[HELP] How to use DueUI without a Duet using chrome
-
@gtj0 I'm using duet 2 ethernet connected via cable and the url you gave me works...
I assume I have to give that url but with the json file's path -
@gtj0 it works, I don't know if it's because you changed the file name with dueui_config_default_standalone.json that didn't work
-
@Dario02 Ah OK. You can use the DuetWebControl to see the files on the Duet's SD Card.
-
@gtj0 yay, now it's working fine, I have to "study" how to use elements etc
-
@gtj0 is there a way to modify the config.json without removing the sd card?
-
@Dario02 Sure. Use the DuetWebControl and go to "File Management, System". You can upload files and even edit the config.json file right from there.
-
@Dario02 Oh don't forget, the file doesn't actually have to be on the Duet. You can have it anywhere as I described above.
-
@gtj0 ehm... how should I use dwc if I can't see it?? I just received my duet and I'm not well informed... My last question is "how can I setup my DUEUI for a 7" rpi lcd?
-
@gtj0 I mean that if I search 192.168.1.118 I only see a blank page... before install dueui I was able to see the dwc page
-
@Dario02 said in [HELP] How to use DueUI without a Duet using chrome:
@gtj0 ehm... how should I use dwc if I can't see it?? I just received my duet and I'm not well informed...
If 192.168.1.118 is the IP address of your Duet, then just go to http://192.168.1.118/
That the default user interface that ships with all Duets.My last question is "how can I setup my DUEUI for a 7" rpi lcd?
You'll need to run a browser on the Pi.
-
@gtj0 so is the page responsive?? Cause I tried with your apk from my smartphone and I see a page that doesn't fit my screen size
-
@Dario02 said in [HELP] How to use DueUI without a Duet using chrome:
@gtj0 I mean that if I search 192.168.1.118 I only see a blank page... before install dueui I was able to see the dwc page
Oh. Something got messed up then. The install of DueUI should NOT have touched the existing DWC installation. Let me check on something.
@Dario02 said in [HELP] How to use DueUI without a Duet using chrome:
@gtj0 so is the page responsive?? Cause I tried with your apk from my smartphone and I see a page that doesn't fit my screen size
No. It renders however you designed it and it depends on the browser and screen resolution.
-
@gtj0 If I search 192.168.1.118 now I see a blank page, if I use ctrl+u I'm able to see that the html only shows dueui.startup() or something similar
-
@gtj0 ok so I have to make a page for my 7 inch, ok I don't know how but I'll try
-
@gtj0 I searched http://192.168.1.118/reprap.htm and now it displays the dwc... ok
-
@gtj0 I'm tired now it's midnight where I live, have a nice day, thank you!
-
@Dario02 That was my fault. I accidentally included a file in the zip that shouldn't have been there. Since you can get to the DWC now using reprap.htm, you can re-upload the DWC from this zip and http://192.168.1.118/ will work again.
https://github.com/chrishamm/DuetWebControl/releases/download/2.1.7/DuetWebControl-SD.zip
-
@gtj0 I'll try tomorrow and let you know, thanks
-
@gtj0 it works, is there a complete wiki or documentation for dynamic value and other stuff that are not documented on github ?
-
@gtj0 I tried your examples written in the wiki and most of them didn't work