Read the statement by Michael Teeuw here.
MMM-RandomQuranAyah
-
@zam you’re welcome.
-
@slametps I tried setting up this module put it doesnt allow my magic mirror to work. I downloaded the module, put the config in my config.js and got a failed config. I put it in jshint and found nothing. Below is my config. Please help. Thank You.
modules: [ { module: 'MMM-RandomQuranAyah', position: 'top_bar', config: { apiVersion: '1.0' / showArabic: true, showTranslation: true, surahArabicName:false, translationLang:'id.indonesian', updateInterval: 3600 * 1000, } }, { module: "alert", }, { module: "updatenotification", position: "top_bar", }, { module: "clock", position: "top_left", },
-
@zzaidi148 said in MMM-RandomQuranAyah:
@slametps I tried setting up this module put it doesnt allow my magic mirror to work. I downloaded the module, put the config in my config.js and got a failed config. I put it in jshint and found nothing. Below is my config. Please help. Thank You.
modules: [ { module: 'MMM-RandomQuranAyah', position: 'top_bar', config: { apiVersion: '1.0' / showArabic: true, showTranslation: true, surahArabicName:false, translationLang:'id.indonesian', updateInterval: 3600 * 1000, } }, { module: "alert", }, { module: "updatenotification", position: "top_bar", }, { module: "clock", position: "top_left", },
You should remove update_notification module (or change the location) because it override the same location.
-
@slametps Tried that but still didn’t load up magic mirror
-
@zzaidi148 said in MMM-RandomQuranAyah:
@slametps Tried that but still didn’t load up magic mirror
Can you post the pm2 or MM log?
-
@slametps I’m a noob at this but this is the log on my terminal:
> magicmirror@2.1.3 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.1.3 Loading config ... WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration. Loading module helpers ... Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: helloworld. All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Sockets connected & modules started ... Launching application.
-
@zzaidi148 said in MMM-RandomQuranAyah:
@slametps I’m a noob at this but this is the log on my terminal:
> magicmirror@2.1.3 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.1.3 Loading config ... WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration. Loading module helpers ... Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: helloworld. All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Sockets connected & modules started ... Launching application.
What you got on the screen? Pls post the screen capture here.
-
@slametps it just said to recheck your config
-
@zzaidi148 said in MMM-RandomQuranAyah:
@slametps it just said to recheck your config
Can you post your whole config? It seems your config is the problem.
-
@slametps said in MMM-RandomQuranAyah:
@zzaidi148 said in MMM-RandomQuranAyah:
@slametps it just said to recheck your config
Can you post your whole config? It seems your config is the problem.
There is character / after config ApiVersion. Pls remove it.