Skip to content

noodev/Moonraker-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moonraker-Console

Simple moonraker console from computer to raspberry pi

Screenshot_21

Downloads

please check releases

Windows only supported at the moment

Configuration

The config file looks like this:

{
    "gui-theme": "Material1",

    "connection": {
        "ip": "http://192.168.1.70",
        "port": "7125"
    }
}

gui-theme: theme of the app (you can find the themes here)

ip: ip to your moonraker instance

port: port to your moonraker instance (You dont need to change it unless you manualy changed it)