Read the statement by Michael Teeuw here.
[NEWBIE] Change In Clock Module Is giving error in config file
-
@yawns it is saying can’t read the config file. Every time i am saving this. and after changing it back to what it was the program start working.
-
@postremalone said in [NEWBIE] Change In Clock Module Is giving error in config file:
{
module: “clock”,
position: “top_left”,
config: {
timezone: ‘Etc/GMT+5.30’
}
}is that the LAST module in the list, or ???
maybe u need a comma after the last
}
also, watch out on single quotes… sometimes you get the MS WORD format of the quote, which is NOT the right one…
change those to double quotes
-
you can also use https://www.jslint.com/
to check the syntax of the config file…copy/paste it in and at the bottom check boxes for
long lines
single quotes
whitepsace messthe press jslint
u may have to remove the last ‘,’ (comma), before
]
-
@postremalone said in [NEWBIE] Change In Clock Module Is giving error in config file:
{
module: “clock”,
position: “top_left”,
config: {
timezone: ‘Etc/GMT+5.30’
}
}@sdetweil is correct. You need the comma after the closing bracket, as such
},
With that correction, the config syntax is satisfied and the module will run. However, it does generate this error in the dev console.Moment Timezone has no data for Etc/GMT+5.30.
Please see this for for information.
https://momentjs.com/timezone/docs/#/data-formats/packed-format/And this list. Perhaps you can find an appropriate timezone within this list.
https://github.com/moment/moment-timezone/blob/develop/data/packed/latest.json
-
-
It will be better if someone can send me the config file with indian time zone and indian calendar with RSS feed for any Indian News site :) so that i can replace it and learn.
I am trying Indian News Feed thing. hope it works :)*update… I did the news thing and its working for me :)
now need some help with weather module not showing up. on right side
-
@postremalone ok, so you got rid of the config.js error, and the mirror is working, except for weather?
looking at the config.js screen shot there is no locationID value (last line) … got to have one
-
@sdetweil hello
i got the weather, the news feed,
Now working on Clock… I did this…
Still Config File Giving error. can you guide me :)
And is there any other website which I can use for Calendar Holidays for India.
-
Do i need to type this full “Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6” in the timezone column ?
-
I can tell you that those screenshots are impossible for me to read. Please post your code in a code block, instead of a screenshot, so that it can be easily read by everyone.
https://forum.magicmirror.builders/topic/4247/how-to-post-code-on-the-forum-for-absolute-beginners