@JohnGalt Oh crap. Thank’s for the hint! I fixed it :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: The most popular 3rd party modules
-
RE: The most popular 3rd party modules
@dientuki Nice. But how is this relevant to the thread topic? Please present your module here: https://forum.magicmirror.builders/category/7/showcase
-
RE: Trello gives a 403 error
You can also try this fork https://github.com/benjaminflessner/MMM-Trello.
-
RE: unexpected token error
My Pull Request has been merged :-)
Users have to update the module, then the problem should be solved.
-
RE: unexpected token error
@sdetweil said in unexpected token error:
javascript is very accepting of TOO MANY commas…
That’s right about JavaScript. But trailing commas are a syntax error in JSON files.
-
RE: unexpected token error
There is a comma to much at the end of the keywords array:
"Forecast", -
RE: one call api open weather
@JohnGalt Thanks for pointing this out. I have corrected it (it’s only in the first list now) :-)
-
RE: MMM-MLB-Scoreboard
@jclarke54 Nice! 👏
Don’t forget to add it to the module list 🙂
-
RE: one call api open weather
I have tried to find all modules that use the OpenWeather API. Here is the result:
1. Unproblematic modules
1.1. API version can be set via parameter
These modules allow you to set the API version via parameter. This means that deactivating version 2.5 should not a problem for them. Users who used the API 2.5 have to get a new API key and change the parameter in the config.
- default weather module:
apiVersion: "3.0" - MMM-Currentweather-MQTT:
apiVersion: "3.0" - MMM-DefaultWeatherAnimated:
apiVersion: "3.0" - MMM-OneCallWeather:
apiVersion: "3.0" - MMM-OpenmapWeather:
apiVersion: "3.0" - MMM-OpenWeatherMapForecast:
endpoint: "https://api.openweathermap.org/data/3.0/onecall" - MMM-PlaceInfo:
weatherAPIVersion: "3.0" - MMM-uv-index:
apiVersion: "3.0" - MMM-WeatherAlerts:
apiVersion: "3.0" - MMM-WeatherChart:
apiVersion: "3.0" - MMM-WeatherDependentClothes:
apiVersion: "3.0" - MMM-weatherforecast:
apiVersion: "3.0" - MMM-WeatherGraph:
apiBase: "http://api.openweathermap.org/data/3.0/onecall?"
1.2. API version 3.0 is hard-coded
Version 2.5 was previously hard-coded for these modules. Now it is 3.0. Previous users must generate a new API key.
- MMM-3Day-Forecast/ -> https://github.com/nigel-daniels/MMM-3Day-Forecast/pull/42
- MMM-DynamicWeather -> https://github.com/scottcl88/MMM-DynamicWeather/pull/48
- MMM-OpenWeather24Hours -> https://github.com/thobach/MMM-OpenWeather24Hours/pull/8
- MMM-Weather-Now -> https://github.com/nigel-daniels/MMM-Weather-Now/pull/18
2. Problematic modules
Version 2.5 is hard-coded in these modules. This means that the modules will no longer function after API version 2.5 is switched off.
2.1. Active modules
These modules are not yet marked as outdated, so I have created PRs for them.
2.2. Outdated Modules
These modules are marked as abandoned, so I have not created PRs for them. If anyone uses one of these modules: Use another module or fork the module and maintain it.
- default weather module:
-
RE: MP3 Player
@bachoo786 said in MP3 Player:
I am tyring to modify this mp3 player module: https://github.com/justjim1220/MMM-MP3Player
Maybe use this newer fork as base: https://github.com/x3mEr/MMM-MP3Player