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 825 Views
    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
      samson_82
      last edited by

      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
      • brobergB
        broberg Project Sponsor
        last edited by broberg

        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
        • ?
          A Former User
          last edited by

          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
            samson_82
            last edited by samson_82

            Changed it to bottom_right.
            doesn’t appear.

            there is no error message or anything else

            brobergB 1 Reply Last reply Reply Quote 0
            • brobergB
              broberg Project Sponsor @samson_82
              last edited by

              @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
                samson_82
                last edited by

                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
                  samson_82
                  last edited by

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