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.

    Version 2.30.0 weather module, stuck loading, worked fine before upgrade

    Scheduled Pinned Locked Moved Troubleshooting
    52 Posts 6 Posters 15.5k Views 6 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.
    • AssassinsA Offline
      Assassins @sdetweil
      last edited by Assassins

      @sdetweil
      This is the same, can only see the header.
      Is work yesterday on MM 2.29.0

      {
        module: 'weather',
        position: 'bottom_left',
        header: 'Ballerup',
        config: {
          apiVersion: '2.5',
         apiBase: 'https://api.openweathermap.org/data/',
          weatherEndpoint: '/no',
          location: 'Ballerup',
          locationID: '2624341',
          apiKey: 'BBnjsdnsdfnsdj8789dsfjsdnfnXX',
          showHumidity: true,
          initialLoadDelay: 1500
        }
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Assassins
        last edited by

        @Assassins said in Version 2.30.0 weather module, stuck loading, worked fine before upgrade:

        apiBase: ‘https://api.openweathermap.org/data/’,
        weatherEndpoint: ‘/no’,

        no apiBase, that didn’t change

        the weatherEndpoint is either “current” OR “forecast”

        I originally gave them to you with leading / , so my comment was without the / (no /)

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil
          Is the same mate

          {
            module: 'weather',
            position: 'bottom_left',
            header: 'Ballerup',
            config: {
              apiVersion: '2.5',
              weatherEndpoint: 'current',    // i have try the forecast to
              location: 'Ballerup',
              locationID: '2624341',
              apiKey: 'xxjljkjsksldjkj3478bjjk',
              showHumidity: true,
              initialLoadDelay: 1500
            }
          },
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Assassins
            last edited by

            @Assassins seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap

            but we changed the sample defaults to a free provider that might work

            		{
            			module: "weather",
            			position: "top_right",
            			config: {
            				weatherProvider: "openmeteo",
            				type: "current",
            				lat: 40.776676,
            				lon: -73.971321
            			}
            		},
            		{
            			module: "weather",
            			position: "top_right",
            			header: "Weather Forecast",
            			config: {
            				weatherProvider: "openmeteo",
            				type: "forecast",
            				lat: 40.776676,
            				lon: -73.971321
            			}
            		}
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil said in Version 2.30.0 weather module, stuck loading, worked fine before upgrade:

              @Assassins seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap

              Strange, works on my sd card with MM2.29.0 and also works on MMM-DynamicWeather and on MMM-WeatherOrNot with MM2.33.0.
              Don’t know why openweathermap doesn’t work with MM2.33.0.
              Besides that, it may have something to do with the code in MM2.33.0 that has been rewritten.

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