There is a comma to much at the end of the keywords array: "Forecast",
Read the statement by Michael Teeuw here.
Posts
-
RE: unexpected token error
-
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
-
RE: August-Lock Module Stuck on Loading
@jcgrim13 I recommend to open an issue in the module’s repository. Maybe the author will notice that.
-
RE: August-Lock Module Stuck on Loading
@jcgrim13 Check that your password and augustID are correct.
-
RE: New update, new fail
@luisestrada How did you run the update?
git pull && npm run install-mmlike in the docs? -
RE: MMM-euro2024
@0m4r Nice! Thanks! 👏
Don’t forget to add it to the module list 🙂 -
RE: Module for MagicMirror forum
@bugsounet Okay, that’s nice. But is it possible to get unread messages or notifications using RSS?
-
Module for MagicMirror forum
The forum has an API. Has anyone built a module for it? One could display unread messages (https://forum.magicmirror.builders/api/unread) and/or notifications (https://forum.magicmirror.builders/api/notifications) for example.
-
RE: August-Lock Module Stuck on Loading
Do you see anything unusual in the logs of node or the browser?
I link the developer here, maybe he’ll get a notification: @relm923
-
RE: PiHole-Info Modul
-
RE: Developer Wanted To Modify Default Newsfeed Module
@MMRIZE Okay 😀 I just added it to the list.
-
RE: Developer Wanted To Modify Default Newsfeed Module
@MMRIZE Since more than one user is using MMM-AnotherNewsFeed, would it make sense to add it to the list of 3rd party modules? :slightly_smiling_face:
-
RE: Emergency service pharmacies in Germany
@mumblebaj Many thanks for the tips! :smiley:
I have meanwhile written to the operators of the website to see if they can offer an API. If not, I will probably follow your suggested approach.
-
Emergency service pharmacies in Germany
I would like to have a module that shows the current emergency pharmacies nearby. For Germany, there is for example this page for this. However, I cannot find an API or similar.
I have already experimented a bit with parsing the website, that would be a possible way to do it. But I don’t think it’s a clean solution and I’m not sure if it would be legally okay.
What would your approach be to implement this?
I found notdienst_api, but it only works in bavaria. If there is no better approach, I would possibly try to extend that package.