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.8k 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

      @njwilliams, How to get WeatherID?
      Thanks so much

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dresch360 Project Sponsor
        last edited by

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

        N 1 Reply Last reply Reply Quote 0
        • N Offline
          njw @Dresch360
          last edited by

          @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 Reply Quote 0
          • D Offline
            Dresch360 Project Sponsor @njw
            last edited by

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

            1 Reply Last reply Reply Quote 0
            • R Offline
              raccoonpie
              last edited by

              @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 Reply Quote 0
              • S Offline
                sdetweil @raccoonpie
                last edited by sdetweil

                @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

                  @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