MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    • Profile
    • Following 5
    • Followers 4
    • Topics 19
    • Posts 459
    • Groups 2
    KristjanESPERANTOK Offline
    1. Home
    2. KristjanESPERANTO
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Posts

    Recent Best Controversial
    • RE: unexpected token error

      There is a comma to much at the end of the keywords array: "Forecast",

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: one call api open weather

      @JohnGalt Thanks for pointing this out. I have corrected it (it’s only in the first list now) :-)

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-MLB-Scoreboard

      @jclarke54 Nice! 👏

      Don’t forget to add it to the module list 🙂

      posted in Sport
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      • WallberryTheme -> https://github.com/delightedCrow/WallberryTheme/pull/50

      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.

      • MMM-BMW-OW
      • MMM-NOAA3
      • MMM-OpenWeatherForecast
      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: New update, new fail

      @luisestrada Please try the official way.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: August-Lock Module Stuck on Loading

      @jcgrim13 Check that your password and augustID are correct.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: New update, new fail

      @luisestrada How did you run the update? git pull && npm run install-mm like in the docs?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-euro2024

      @0m4r Nice! Thanks! 👏
      Don’t forget to add it to the module list 🙂

      posted in Sport
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Module for MagicMirror forum

      @bugsounet Okay, that’s nice. But is it possible to get unread messages or notifications using RSS?

      posted in Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Formula1 updates

      @cirdan Looks nice!

      posted in Sport
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: PiHole-Info Modul

      @sdetweil I had tomatoes on my eyes, sorry 🤦

      @drx1984 The repository of pihole-info unfortunately does not contain a screenshot, but your first screenshot looks very similar to MMM-pihole-stats. I suggest to try it.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: PiHole-Info Modul

      @drx1984 Are you talking about MMM-pihole-stats?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @MMRIZE Okay 😀 I just added it to the list.

      posted in Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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:

      posted in Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1