Read the statement by Michael Teeuw here.
MMM-PlaceInfo: display information about the world
-
Description
Hi Mirror Folk!
This module combines a few different pieces of data about remote places to give a handy one spot to lookup: time, weather and currency. I’m still very much tinkering with how it displays the info, but it’s at the point that I’m using it all the time so thought I’d ask for some feedback or suggestions around styling, since that’s definitely not my forte!
Screenshot
Download
[card:njwilliams/MMM-PlaceInfo]
-
@njwilliams, How to get WeatherID?
Thanks so much -
Unable to get modules to load. Is this still being supported?
-
@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.
-
@njw Many thanks! It works with your new update.
-
@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!
-
@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 forkthen 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
-
@sdetweil I will, thank you!