Read the statement by Michael Teeuw here.
MMM-WeatherDependentClothes - Be properly dressed
-
Thanks @lavolp3. I’ve uploaded this module and finished my mirror 10 months ago and since then I was rather inactive. Had a quick peek into yours and it’s a nice idea - especially as it is for your kids.
Yeah, feel free to let me know if you find anything worth chainging in WeatherDependendClothes (except the somewhat unlucky and hard to spell name). ^^
Good luck and have fun building! -
Hello, i have a problem with the module, i use the latest magic mirror version. but when i copy the whole text in my module magic mirror have many errors and will not start. i try different things with or without ()]. Maybe it is better to upload my config file to show whats wrong the intallation with icons and the folder was ok. i also try a other position, but nothing works .
https://github.com/fruestueck/MMM-WeatherDependentClothes
thanks a lot
best regards
mikey -
Just making a joke here but do you really need a module to tell you what to wear? Wouldn’t the weather tell you that? LOL Looks good though!
-
Rolling
-
@cowboysdude I have done something quite similar and my 5-year-old loves it!
This guy even changes color in every parth of the clothes randomly
-
@mikey20333 Try out my troubleshooting manual in my signature
“How to troubleshoot modules” -
@cowboysdude Thanks! I really do and don’t wan’t to miss it. It may sound silly but it takes the burden of choosing e.g. between shorts and pants around 16°C with a quick look off my sholders.
@mikey20333 I’m sorry you’re experiencing troubles. As mentioned above, I’m rather inactive with MM right now and wouldn’t be much of help. Not sure if the issue is comming from my repositiory beeing a bit of age. Thankfully @lavolp3 offered his troubleshooting guide. Have a peak into it, good luck!
If after this, the issue isn’t solved you could try uploading your config (please remove any private api keys before). I can’t gurantee finding the bug but it’s a shot if the guide doesn’t help.@lavolp3 Thank you for your support
-
@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 (};)