• 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.

Currentweather,doesn't appear.

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 3 Posters 941 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.
  • S Offline
    samson_82
    last edited by Feb 1, 2020, 8:48 AM

    Hi there.
    i have a problem with the currenweather module.
    no matter what I try, it just doesn’t appear.
    everyone else, do what they should.
    hope that one of you can help me.

    {
    	module: "currentweather",
    	position: "center_right",
    	classes: "default everyone",
    	config: {
    	location: "Alzey,Germany",
    	locationID: "2956710",
    	appid: "XXXXXXXXXXXXXXXXXXXXXXX",
    	apiVersion: "2.5",
    	apiBase: "http://api.openweathermap.org/data/",
    	WeatherEndpoint: "weather"
    			}
    },
    
    1 Reply Last reply Reply Quote 0
    • B Offline
      broberg Project Sponsor
      last edited by broberg Feb 1, 2020, 9:12 AM Feb 1, 2020, 9:10 AM

      The only thing that I see wrong is that the position doesn’t exist.

      These are the positions that you can choose from :

      top_bar, top_left, top_center, top_right, upper_third, middle_center, lower_third, bottom_left, bottom_center, bottom_right, bottom_bar, fullscreen_above, and fullscreen_below
      

      A reference for the positions (regions) can be found here :
      https://forum.magicmirror.builders/topic/286/regions/2

      1 Reply Last reply Reply Quote 1
      • ? Offline
        A Former User
        last edited by Feb 1, 2020, 9:13 AM

        There is no center_right position.

        Read about regions here: https://forum.magicmirror.builders/topic/286/regions

        1 Reply Last reply Reply Quote 0
        • S Offline
          samson_82
          last edited by samson_82 Feb 1, 2020, 9:14 AM Feb 1, 2020, 9:14 AM

          Changed it to bottom_right.
          doesn’t appear.

          there is no error message or anything else

          B 1 Reply Last reply Feb 1, 2020, 9:24 AM Reply Quote 0
          • B Offline
            broberg Project Sponsor @samson_82
            last edited by Feb 1, 2020, 9:24 AM

            @samson_82

            I tested this with my mirror (2.9.0)

            {
            	module: "currentweather",
            	position: "bottom_right",
            	config: {
            	location: "Alzey,Germany",
            	locationID: "2956710",
            	appid: "my api code",
            			}
            },
            

            And had no issues, Double check your API code and the Mirrors internet connection.

            1 Reply Last reply Reply Quote 0
            • S Offline
              samson_82
              last edited by Feb 1, 2020, 9:29 AM

              The raspberry is connected to the internet by cable

              I have replaced the ID with XXXX.
              In the config I have it.

              Everything works, only the module does not want to

              1 Reply Last reply Reply Quote 0
              • S Offline
                samson_82
                last edited by Feb 1, 2020, 10:16 AM

                so. I was able to fix the problem.
                an error must have crept in during installation.
                once ran over the upgrade bash.

                bash -c “$ (curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” force

                After a new installation of the basic modules, the weather module now works correctly.

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