Read the statement by Michael Teeuw here.
trouble with MMM-remote-control
-
@thehoopjr said in trouble with MMM-remote-control:
Line 91 col 37 Extra comma. (it breaks older versions of IE)
module: "MMM-Remote-Control", , position: "bottom_bar",
two commas in a row
i hate his doc to uncomment that position line, with the leading commamodule: 'MMM-Remote-Control' // < --- notice this DOES NOT have the comma // uncomment the following line to show the URL of the remote control on the mirror // , position: 'bottom_left' //< ---------- there
-
@sdetweil so I should remove that leading comma and it should fix it?
-
@thehoopjr leading or prior line trailing…
just have 1… then try it… -
@sdetweil that worked! thank you. the mirror started but all of my modules say they’re loading and the webpage won’t load. they’ve been stuck on loading for 10 minutes.
any ideas? -
@thehoopjr open the developers window, ctrl-shift-i, select the console tab, scroll up to find any errors (usually red text
-
@sdetweil no red text and no errors as far as I know. Anything else?
-
@thehoopjr how are u startung MM?? use the terminal window
npm start dev
ctrl-c to close itmessages presented in terminal window too
-
@sdetweil It worked! i’m up and running. thank you
-
@thehoopjr cool. What was the problem?