Read the statement by Michael Teeuw here.
Using different configs
-
@chrga you could use MMM-pages to define two logical ‘hidden’ pages, and use notifications to switch between them
only one config…MM can only show or hide content… but the grouping of visible content defines a ‘logical’ page…
-
@chrga server is where the configs work. client doesn’t know anything except the port number , which MUST be different if both run at the same time.
-
ok, then I will look into pages. But remote does not allow to change the page, that is why i did not look into it.
And it should work with 2 configs, right? -
@chrga yeh, page is a client thing not server,
Client connects and server sends index.html like any other web server
May be browser cache issues if the page changes on the same url, we don’t have a page expiry setting on the urlAgain two configs on same port is fine if shutdown/startup
Two configs loaded on two instances on different ports is fine
Client has to request a different url -
@sdetweil ok, that makes sense, caching might be an issue!
