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.

    Current Weather

    Scheduled Pinned Locked Moved Troubleshooting
    2 Posts 1 Posters 2.4k Views 1 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.
    • V Offline
      vaju0503
      last edited by vaju0503

      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				
      			}
      		},
                      ...
      
      1 Reply Last reply Reply Quote 0
      • V Offline
        vaju0503
        last edited by

        This seems to be the thread that relates to this… Ignore this and reply to the link below.

        https://forum.magicmirror.builders/topic/6878/changing-units-from-metric-to-imperial-breaks-currentweather-module

        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 Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy