MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. gembob
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    gembob

    @gembob

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    gembob Unfollow Follow

    Latest posts made by gembob

    • RE: help with OpenWeatherForecast

      @sdetweil

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

      posted in Troubleshooting
      G
      gembob
    • 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
      					  },
      			}
      
      posted in Troubleshooting
      G
      gembob