Read the statement by Michael Teeuw here.
Config Help!
-
@PtrBld thanks but that didn’t do it either
-
You’re missing commas between your feed definitions.
feeds: [ { title: "..." url: "..." }, // <--- you're missing commas there } title: "..." url: "..." } ]
-
Also, you are not required to enter all of those weather parameters unless you are actually changing them. Bare minimum all you need is your location and your API ID. The iconTable, apiBase, Version, all of those things are already defined for you. Only if you want to change the defaults do you have to define them.
-
Best way to check your config.js is to check it using jshint.com or jslint.com - they will show you the errors if there are any.
-
@MichMich I tried the jshint and jslint but, was not successful because of my lack of knowledge in this language. I fixed it but basically scrapping the whole file and doing one section at a time. I learnt a whole lot in two hours though haha