• 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-weatherforecast not working correct, or?

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 2 Posters 559 Views 2 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.
  • M Offline
    Manino
    last edited by Sep 29, 2023, 6:43 PM

    Am I supposed to see days in this wheater view in the middle? There is only weather, no days. I have also tried to change the maxNumberOfDays but there is no change.

    I have tried to change the scale also, the forecast are outside my screen. I have set width in region third to 80% instead of 100% but there is no difference.

    2023-09-29-193627_1080x1920_scrot.png 2023-09-29-193709_1920x1080_scrot.png

    S 1 Reply Last reply Sep 29, 2023, 6:45 PM Reply Quote 0
    • M Offline
      Manino @sdetweil
      last edited by Sep 30, 2023, 9:06 PM

      @sdetweil I did change weather module and first it did’nt work. But after a while it did. Think it was the 3.0 onecall api take some time after I did sign up. Thanks for the tip!

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Manino
        last edited by sdetweil Sep 29, 2023, 6:46 PM Sep 29, 2023, 6:45 PM

        @Manino can you show the weather module config… xxxx out any api key, but don’t change the rest…

        some of the providers don’t give limited data on a free apikey…

        looks like you may have 2 modules? or the content wraps and causes the big space…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Sep 29, 2023, 7:29 PM Reply Quote 0
        • M Offline
          Manino @sdetweil
          last edited by Sep 29, 2023, 7:29 PM

          @sdetweil
          Yes, they are 2 modules, the top_right is MMM-OpenmapWeather.

          Hm ok so there can be limited data. This is my config and there is no difference if i take those out (I put them in by myself)
          showRainAmount: true,
          maxNumberOfDays: 8,
          scale: “50%”,

          {
          	module: "MMM-weatherforecast",
          	position: "middle_center",
          	header: "Vädret i",	// This can be any of the regions.
          	         		// Best results in bottom_bar region due to horizontal default layout and icon sizes.
          	config: {
              showRainAmount: true,
              maxNumberOfDays: 8,
              scale: "50%",
          		// See 'Configuration options' for more information.
          		location: "Stockholm, Sweden",
          		locationID: "", //Location ID from http://openweathermap.org/help/city_list.txt
          		appid: "xxxx" //openweathermap.org API key.
          	}
          },
          
          S 1 Reply Last reply Sep 29, 2023, 7:36 PM Reply Quote 0
          • S Offline
            sdetweil @Manino
            last edited by Sep 29, 2023, 7:36 PM

            @Manino you may have to use apiVersion: “3.0” and sign up for the openaweathermap 3.0 onecall api … this module hasn’t been updated in 5 years…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Sep 30, 2023, 9:06 PM Reply Quote 0
            • M Offline
              Manino @sdetweil
              last edited by Sep 30, 2023, 9:06 PM

              @sdetweil I did change weather module and first it did’nt work. But after a while it did. Think it was the 3.0 onecall api take some time after I did sign up. Thanks for the tip!

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              1 / 1
              • First post
                3/5
                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