@wltn
There are so many iFrame modules. Which one did you use? It seemed this(https://github.com/alberttwong/MMM-iFrame) but your code is not the same with that.
First, why did you modify the source of MMM-iFrame, especially defaults?
Second, Since you modified it, the code couldn’t work as its purpose.
So…

Back to the original source. Use Configuration like this. config: { url: ["http://www.naver.com"], }

(코드 고치셨네요. 오리지널 소스로 돌리시고, config.js에서 윗부분처럼 쓰시기만 하시면 됩니다. 원작자가 배열로 받게 만든 변수를 코드 고치시고 config에서 잘못 지정하시는 바람에 문자열싱글변수가 되어버렸는데 소스 중에 배열처리하는 부분에서 배열이 아니다보니 정상동작을 안하는 듯 하네요.)