MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. vaju0503
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    V
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Groups 0

    Posts

    Recent Best Controversial
    • Current Weather

      So I have 2 different API keys from OpenWeatherMap one for current weather and one for weather forecast. However I can’t seem to get the currentweather module to show up. I’ve tried swaping the API keys between the currentweather and weatherforecast modules and can’t seem to get it to work. I’ve even tried disabling the weatherforecast module all together to get it to work but haven’t had any luck. I haven’t done much with the config to this point but have the following.

      FYI Using RPi 2

      modules: [
                      ...
      		{
      			module: "currentweather",
      			position: "top_left",
      			config: {
      				location: "",
      				locationID: "my location id from city list",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "My API Key 1",
      				updateInterval: 10000 // note: i set this to try to get it to update
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "",
      				locationID: "Same as currentweather",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "My API Key 2",
      				showRainAmount: true				
      			}
      		},
                      ...
      
      posted in Troubleshooting
      V
      vaju0503
    • 1
    • 2
    • 2 / 2