• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Weather: Current and Forecast- not showing

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 4.2k Views 2 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.
  • M Offline
    MinecraftBuilder
    last edited by Jul 24, 2017, 8:58 AM

    Hello, i am new to programming and i was recently interested in MagicMirror. I got it working and now i am changing settings of modules (e.g. changing location). I stumbled across the problem where current weather and weather forecast do not work. I have no idea, because MagicMirror loads, so i looked at the positions and everything seems normal. I tried to move these 2 modules to the middle or bottom, but my notification feed then doesn’t show…Please help!!!

    {
    			module: "currentweather",
    			position: "bottom_right",
    			config: {
    				location: "Darwin, AU",
    				locationID: "2073124",
    				appid: "abcde12345abcde12345abcde12345ab"
    			}
    		},
    		{
    			module: "weatherforecast",
    			position: "top_right",
    			header: "Weather Forecast",
    			config: {
    				location: "Darwin, AU",
    				locationID: "2073124",  //ID from http://www.openweathermap.org/help/city_list.txt
    				appid: "abcde12345abcde12345abcde12345ab"
    			}
    		},
    
    M 1 Reply Last reply Jul 24, 2017, 2:18 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @MinecraftBuilder
      last edited by Mykle1 Jul 24, 2017, 2:19 PM Jul 24, 2017, 2:18 PM

      @MinecraftBuilder

      I have to make 2 assumptions here.

      • The appid in your config is the example from the readme file. That won’t work. You have to acquire your own unique API key from http://www.openweathermap.org.

      • When you say notification feed I think you mean your newsfeed in the bottom_bar position.

      Anyway, both of your weather modules will work with a valid API key entered in the appid. I tested it with mine.
      0_1500905937592_we.JPG

      Create a working config
      How to add modules

      M 1 Reply Last reply Jul 25, 2017, 8:36 AM Reply Quote 2
      • M Offline
        MinecraftBuilder @Mykle1
        last edited by Jul 25, 2017, 8:36 AM

        @Mykle1 Thank you soooooooo MUCH! It really helped me! :)

        M 1 Reply Last reply Jul 26, 2017, 11:03 AM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @MinecraftBuilder
          last edited by Jul 26, 2017, 11:03 AM

          @MinecraftBuilder

          You’re welcome, mate.

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            3/4
            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