MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED help with OpenWeatherForecast

    Troubleshooting
    2
    4
    102
    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.
    • G
      gembob last edited by

      I’m struggling with setting this up and getting it to display, was hoping someone may be able to provide some insight as to what I may be doing wrong. Below is from my config file:

      		{
      			module: "MMM-OpenWeatherForecast",
      			position: "top_right",
      			header: "Forecast",
      			config: {
      				apikey: "my_api_key",
      				latitude: 42.528580,
      				longitude: -114.825435,
      				units: "imperial",
      				iconset: "4c",
      				colored: true,
      				concise: true,
      				showFeelsLikeTemp: true,
      				showCurrentConditions: true,
      				extraCurrentConditions: {
      					highLowTemp: true,
      					precipitation: true,
      					sunrise: true,
      					sunset: true,
      					wind: true,
      					barometricPressure: false,
      					humidity: true,
      					dewPoint: false,
      					uvIndex: true,
      					visibility: false
      					},
      					
      					forecastLayout: "table",
      					forecastHeaderText: "",
      
      					hourlyForecastTableHeaderText: "By the hour",
      					showHourlyForecast: true,
      					showHourlyTableHeaderRow: true,
      					hourlyForecastInterval: 1,
      					maxHourliesToShow: 10,
      					hourlyExtras: {
      						precipitation: true,
      						wind: true,
      						barometricPressure: false,
      						humidity: false,
      						dewPoint: false,
      						uvIndex: false,
      						visibility: false
      					  },
      					  
      					  dailyForecastTableHeaderText: "Throughout the week",
      					  showDailyForecast: true,
      					  showDailyTableHeaderRow: true,
      					  maxDailiesToShow: 5,
      					  dailyExtras: {
      						precipitation: true,
      						sunrise: false,
      						sunset: false,
      						wind: true,
      						barometricPressure: false,
      						humidity: false,
      						dewPoint: false,
      						uvIndex: false
      					  },
      			}
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @gembob last edited by

        @gembob what happens?

        Sam

        Create a working config
        How to add modules

        G 1 Reply Last reply Reply Quote 0
        • G
          gembob @sdetweil last edited by

          @sdetweil

          Nothing unfortunately. It’s the same ‘Loading…’ message under the Forecast that appeared by default when I first installed MagicMirror.

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

            @gembob edit the node_helper.js

            and change this

                  var url = "https://api.openweathermap.org/data/2.5/onecall?" +
            

            to this

                  var url = "https://api.openweathermap.org/data/3.0/onecall?" +
            

            Sam

            Create a working config
            How to add modules

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy