Nothing unfortunately. It’s the same ‘Loading…’ message under the Forecast that appeared by default when I first installed MagicMirror.
G
Latest posts made by gembob
-
RE: help with OpenWeatherForecast
-
help with OpenWeatherForecast
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 }, }