A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Config.fs
-
@sean my code goes like this is this an error?
{.
Hdhdhdhdu
Hhdhdhfhdujd.
Hdhdhhdh
{
And the bracket never closes, is that an error? -
{ module: "currentweather", position: "top_right", config: { location: "Alsike,Sweden", locationID: "2726470", // < - I think here comma missed. appid: "c17305e68b5d2b54d3f2c8b5e2cc4002" } }, { module: "weatherforecast", position: "top_right", header: "Vädret i Framtiden", config: { location: "Alsike,Sweden", locationID: "2726470", // < - Here also. appid: "c17305e68b5d2b54d3f2c8b5e2cc4002" } },
-
@sean What is that? I see its the code but what?
:::
-
@scoller
Exchange those with your currentcurrentweather
andweatherforecast
in config.js -
@sean Thank you again. Is that the problem?
-
-
@scoller
You’ve missed comma afterlocationID: "2726470"
so, just adding it would be enough, but you’d said you couldn’t find where they are, so I told you to exchange whole section.