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

MMM-PlaceInfo: display information about the world

Scheduled Pinned Locked Moved Utilities
weather currency time
8 Posts 5 Posters 3.7k Views 5 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.
  • N Offline
    nobita @njw
    last edited by Jan 31, 2019, 8:27 AM

    @njwilliams, How to get WeatherID?
    Thanks so much

    1 Reply Last reply Reply Quote 0
    • D Offline
      Dresch360 Project Sponsor
      last edited by Jun 21, 2021, 1:38 AM

      Unable to get modules to load. Is this still being supported?

      N 1 Reply Last reply Jun 27, 2021, 3:21 AM Reply Quote 0
      • N Offline
        njw @Dresch360
        last edited by Jun 27, 2021, 3:21 AM

        @dresch360 It is still supported. I wasn’t watching the forums for questions, sorry. Just “woke up” 😀. Pushed a new release that has more debug info in case it helps. Let me know what errors you get or what config you’re using if it’s not working for you.

        D 1 Reply Last reply Jul 5, 2021, 8:16 PM Reply Quote 0
        • D Offline
          Dresch360 Project Sponsor @njw
          last edited by Jul 5, 2021, 8:16 PM

          @njw Many thanks! It works with your new update.

          1 Reply Last reply Reply Quote 0
          • R Offline
            raccoonpie
            last edited by Aug 17, 2022, 11:15 PM

            @njw it seems that something changed since last time. The currency API key is not working. The Base URL in the JS file needs to be updated line 57 to

            currencyAPI: "https://api.apilayer.com/fixer/latest",
            

            A small tweak in the line 458 to :

            params = "?apikey=" + this.config.currencyAPIKey;
            

            Could you please check and if possible provide an update? Thanks for your contribution, it is a beautiful and helpful module. Best!

            S R 2 Replies Last reply Aug 18, 2022, 2:19 AM Reply Quote 0
            • S Away
              sdetweil @raccoonpie
              last edited by sdetweil Aug 18, 2022, 2:20 AM Aug 18, 2022, 2:19 AM

              @raccoonpie fork the repo

              download your fork
              make the changes
              do a git add for the changed files
              and then a git commit -m “…whatever message to describe the changes”
              then a git push to update the github copy of your fork

              then create a pull request of your changes back to the original.

              this way, you have updated the code and the author can accept your pull request and update the master without having to write the code himself…

              welcome to open source community development

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • R Offline
                raccoonpie @raccoonpie
                last edited by Aug 18, 2022, 6:10 PM

                @sdetweil I will, thank you!

                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