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

    Posts

    Recent Best Controversial
    • RE: The most popular 3rd party modules

      @JohnGalt Oh crap. Thank’s for the hint! I fixed it :-)

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

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Trello gives a 403 error

      You can also try this fork https://github.com/benjaminflessner/MMM-Trello.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: unexpected token error

      My Pull Request has been merged :-)

      Users have to update the module, then the problem should be solved.

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

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 34
    • 35
    • 17 / 35