Read the statement by Michael Teeuw here.
MMM-WeatherDependentClothes - Be properly dressed
-
@mikey20333 I think I’m having the same issue. I have a bunch of other modules on my Mirror and generally just copy/paste. For some reason this one gives me an error on boot up. Usually I forget a comma before the next module, but I have it correct as of now, but it’s still not working :(
-
@themurm523 There was a comma missing after appid in the readme. Thanks to doctor74 for his PR.
Does this fix your issue?
@mikey20333 said in MMM-WeatherDependentClothes - Be properly dressed:
Hello, i have a problem with the module
Does this also fix your issue mikey20333?
-
@Frühstück
i have a problem to,{ module: "MMM-WeatherDependentClothes", position: "top_right", // This can be any of the regions. config: { // See 'Configuration options' for more information. location: "Vienna,Austria", locationID: "", //Location ID from http://bulk.openweathermap.org/sample/city.list.json.gz appid: "abcde12345abcde12345abcde12345ab", //openweathermap.org API key. preferences: [ { name: "Winter jacket", icon: "jacket-cold", conditions: { temp_max: 2.0, } }, // more items here. See .js for default list ] };
(npm run config:check) the last line is the problem (};)
-
@martha_facka yes you are missing some
} and ]
there also should only be one ;
and it is provided in the sample config
-
hello,
I installed the module but stay loading on the MM.
Any advice ?
Thanks
marc