MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-WeatherDependentClothes - Be properly dressed

    Scheduled Pinned Locked Moved Utilities
    16 Posts 10 Posters 7.3k Views 10 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      fiaskogaul
      last edited by

      Hi,

      how is the windspeed (windspeed_max) condition interpreted if the units are changed from m/s to kph? Do I still set the contidion in m/s or do i have to set it in kph?

      Thanks
      Regards
      Kai

      1 Reply Last reply Reply Quote 0
      • FrühstückF Offline
        Frühstück
        last edited by

        Hey Kai,
        if I remember correctly the module simply checks the values specified in the conditions with the fetched weather data values. So if you specify conditions in imperal units and also request imperial weather data, it should work out just fine. Can’t tell for sure as I’ve no time for checking. You could test it and let us know.
        Best,
        Frühstück

        1 Reply Last reply Reply Quote 0
        • lavolp3L Offline
          lavolp3 Module Developer
          last edited by lavolp3

          Funny idea @Frühstück.
          Have only found it just know from the new comments.
          Do you know my module MMM-WeatherBoy?
          Maybe both of these can profit from each other.
          Will have a closer look at yours soon!

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          FrühstückF 1 Reply Last reply Reply Quote 1
          • FrühstückF Offline
            Frühstück @lavolp3
            last edited by Frühstück

            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!

            1 Reply Last reply Reply Quote 0
            • M Offline
              mikey20333
              last edited by

              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

              lavolp3L T 2 Replies Last reply Reply Quote 0
              • cowboysdudeC Offline
                cowboysdude Module Developer
                last edited by

                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!

                Mykle1M lavolp3L FrühstückF 3 Replies Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @cowboysdude
                  last edited by Mykle1

                  @cowboysdude

                  Rolling

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • lavolp3L Offline
                    lavolp3 Module Developer @cowboysdude
                    last edited by

                    @cowboysdude I have done something quite similar and my 5-year-old loves it!

                    3778de66-923b-419a-8c07-c601cb8f164c-image.png

                    This guy even changes color in every parth of the clothes randomly

                    How to troubleshoot modules
                    MMM-soccer v2, MMM-AVStock

                    1 Reply Last reply Reply Quote 1
                    • lavolp3L Offline
                      lavolp3 Module Developer @mikey20333
                      last edited by

                      @mikey20333 Try out my troubleshooting manual in my signature
                      “How to troubleshoot modules”

                      How to troubleshoot modules
                      MMM-soccer v2, MMM-AVStock

                      1 Reply Last reply Reply Quote 2
                      • FrühstückF Offline
                        Frühstück @cowboysdude
                        last edited by

                        @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

                        1 Reply Last reply Reply Quote 1
                        • T Offline
                          themurm523 @mikey20333
                          last edited by themurm523

                          @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 :(

                          FrühstückF 1 Reply Last reply Reply Quote 0
                          • FrühstückF Offline
                            Frühstück @themurm523
                            last edited by

                            @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?

                            M 1 Reply Last reply Reply Quote 0
                            • M Offline
                              martha_facka @Frühstück
                              last edited by sdetweil

                              @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 (};)

                              S 1 Reply Last reply Reply Quote 0
                              • S Do not disturb
                                sdetweil @martha_facka
                                last edited by

                                @martha_facka yes you are missing some

                                } and ]

                                there also should only be one ;

                                and it is provided in the sample config

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  acdacd2
                                  last edited by

                                  hello,

                                  I installed the module but stay loading on the MM.
                                  Any advice ?
                                  Thanks
                                  marc

                                  1 Reply Last reply Reply Quote 0

                                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                  With your input, this post could be even better 💗

                                  Register Login
                                  • 1 / 1
                                  • First post
                                    Last post
                                  Enjoying MagicMirror? Please consider a donation!
                                  MagicMirror created by Michael Teeuw.
                                  Forum managed by Sam, technical setup by Karsten.
                                  This forum is using NodeBB as its core | Contributors
                                  Contact | Privacy Policy