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.

    weather forecast does not show on screen

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 2 Posters 596 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.
    • kusselinK Offline
      kusselin
      last edited by sdetweil

      Hello together…all a happy new year.

      what is my mistake becaus the forecast does not show…here is my config…

      MM is on update also the adapter.

      for infos thanks a lot

      {
                  module: "MMM-OpenmapWeather",
                  position: "top_right",    // This can be any of the regions.
                                          // Best results in left or right regions.
              config: {
                  // See 'Configuration options' for more information.
                  location: "xxxxxxxxxx.",
                  locationID: "2xxx4", //Location ID from http://openweathermap.org/help/city_list.txt
                  appid: "xxxxxxxxx8",  //openweathermap.org API key
                        colorIcon: true
      		}
              },
      		{
      			module: "weather",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				weatherProvider: "openweathermap",
      				type: "forecast",
      				location: "xxxxxxxxxxxxxx.",
      				locationID: "xxxxxxx", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      				apiKey: "xxxf9xxx1xxxx"
      			}
      		},
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @kusselin
        last edited by

        @kusselin did you get the new API key (v3) which requires credit card backing,
        AND location/locationID are not supported on 3.0, have to use lat/lon
        (and header title needs to be set manually)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        kusselinK 1 Reply Last reply Reply Quote 0
        • kusselinK Offline
          kusselin @sdetweil
          last edited by kusselin

          @sdetweil aha…thanks for the info…I didn’t know that…on my old system (not yet v 3.0) the prediction is still running…but o.k. now I know thanks to you.

          One question: is the forecast module this then here:
          https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

          when not…can you send me the link please

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @kusselin
            last edited by

            @kusselin on the module, you can use that or the default weather module supports forecast too

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            kusselinK 1 Reply Last reply Reply Quote 0
            • kusselinK Offline
              kusselin @sdetweil
              last edited by

              @sdetweil said in weather forecast does not show on screen:

              @kusselin on the module, you can use that or the default weather module supports forecast too

              Hi sam, how can i unstand this with standard module an forecast display?

              what must i do?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @kusselin
                last edited by

                @kusselin from https://docs.magicmirror.builders/modules/weather.html#configuration-options

                Screenshot at 2025-01-21 14-38-31.png

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @sdetweil
                  last edited by

                  @kusselin did you get forecast to work?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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