• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 4.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
    Frühstück @cowboysdude
    last edited by Nov 13, 2020, 11:48 AM

    @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 Jan 15, 2021, 2:19 PM Jan 15, 2021, 2:18 PM

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

      F 1 Reply Last reply Feb 19, 2021, 5:48 PM Reply Quote 0
      • F Offline
        Frühstück @themurm523
        last edited by Feb 19, 2021, 5:48 PM

        @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 Nov 6, 2022, 9:42 AM Reply Quote 0
        • M Offline
          martha_facka @Frühstück
          last edited by sdetweil Nov 6, 2022, 10:43 AM Nov 6, 2022, 9:42 AM

          @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 Nov 6, 2022, 10:45 AM Reply Quote 0
          • S Offline
            sdetweil @martha_facka
            last edited by Nov 6, 2022, 10:45 AM

            @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 Feb 18, 2024, 9:39 AM

              hello,

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

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 2
              • 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