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 3
    • Topics 19
    • Posts 405
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Internet-monitor module Not Starting Mirror

      I also happened to be working on the problem just now. The speedtest-net package is apparently no longer compatible with the current node version. I created a PR to fix this: https://github.com/BrianHepler/internet-monitor/pull/2

      Let’s see when @bhepler merge it.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Github usage and module continuations

      @crisvdn Thank you for bringing up the subject. I’ve also been thinking about this for a while and have some ideas.

      I try to keep the official module list up to date. I do reviews of modules and create PRs. Many are accepted, some are ignored.

      I’ve started working on a new list of modules, and doing some rudimentary tests (you can see the result here). A few developers have already started work through the recommendations there. Even though the whole project is still in its infancy, but with that we have a process of assessing the quality of modules. Perhaps the whole thing will develop in the direction of module installer or app store. We will see. I would be delighted if you would take a look at the project and maybe join in.

      There are already some great other approaches - for example the package manager mmpm or the “app store” in MMM-GoogleAssistant. Surely such projects could be combined on some level. I’m currently focusing on making my approach more efficient, then it’s time to automate it with actions.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      @angeliKITTYx Please show us your config of the module.

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      @sdetweil Sure. But my PR removes node-fetch, so npm install is no longer necessary for this module.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      I created a PR to fix this, let’s see when @0m4r accept it.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: A New Chapter for MagicMirror: The Community Takes the Lead

      Thank you Michael for creating this project, for the energy and time you put into it! You have managed to create a vital community project - as shown by regular updates and improvements to the core as well as the growing number of 3rd-party modules (there are now over 1000! 🤯). Together with the community, you have brought joy and excitement into many homes around the globe 🎇
      Happy New Year and all the best on your further journey.

      posted in MagicMirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      @angeliKITTYx The module works fine for me. Error code 500 indicates an error on the API. You can’t do anything about that. Do you use the latest version of the module? There was an update two weeks ago.

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Introducing MMM-YouTubeWebView Module

      if you open the developers window console tab view, do you see any errors. this module is all in browser

      Unfortunately, I can’t see any errors there.

      Initializing MagicMirror².
      translator.js:122 Loading core translation file: translations/en.json
      VM4 sandbox_bundle:2 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
        Policy set or a policy with "unsafe-eval" enabled. This exposes users of
        this app to unnecessary security risks.
      
      For more information and help, consult
      https://electronjs.org/docs/tutorial/security.
      This warning will not show up
      once the app is packaged.
      warnAboutInsecureCSP @ VM4 sandbox_bundle:2
      translator.js:138 Loading core translation fallback file: translations/en.json
      loader.js:165 Load script: modules/default/clock/clock.js
      module.js:484 Module registered: clock
      loader.js:138 Bootstrapping module: clock
      loader.js:165 Load script: vendor/node_modules/moment/min/moment-with-locales.js
      loader.js:165 Load script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
      loader.js:165 Load script: vendor/node_modules/suncalc/suncalc.js
      loader.js:142 Scripts loaded for: clock
      loader.js:180 Load stylesheet: modules/default/clock/clock_styles.css
      loader.js:145 Styles loaded for: clock
      loader.js:148 Translations loaded for: clock
      loader.js:165 Load script: modules/MMM-YouTubeWebView/MMM-YouTubeWebView.js
      module.js:484 Module registered: MMM-YouTubeWebView
      loader.js:138 Bootstrapping module: MMM-YouTubeWebView
      loader.js:142 Scripts loaded for: MMM-YouTubeWebView
      loader.js:145 Styles loaded for: MMM-YouTubeWebView
      loader.js:148 Translations loaded for: MMM-YouTubeWebView
      loader.js:180 Load stylesheet: css/custom.css
      clock.js:49 Starting module: clock
      module.js:45 Starting module: MMM-YouTubeWebView
      main.js:608 All modules started!
      
      posted in Entertainment
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Introducing MMM-YouTubeWebView Module

      Hi @doctorwhen! Thanks for this module! :-)

      I tried to get it to run, but it just doesn’t. I don’t get an error message, just a black screen. I am using node version 18 and the latest version of MagicMirror.

      Does the module work for you (or for someone else) with current versions?

      That’s my config:

      {
          module: "MMM-YouTubeWebView",
          position: "middle_center", 
          config: {
            video_id: "w3jLJU7DT5E", 
            video_list: [
              "CtVyl402W5s", 
              "wmUVy43tqw4",
              "J_TxPQKcG7w", 
              "avWZsKyuRVE",
              "IpkIGGJMHBA", 
              "B9zgwx6mhrk",
              "6KvTDeHlIfI"
            ],
            autoplay: true,
            controls: true,
            loop: true,
            modestbranding: true,
            width: "800px",
            height: "450px"
          }
        }
      
      posted in Entertainment
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Calendar module not showing events (fetch error)

      It could also be that node is too old. Check whether you have node 18 or newer with: node -v

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-NHL displays 'Loading'

      The maintainer is working on implementing the new API: https://github.com/fewieden/MMM-NHL/pull/51

      So I see two options for you:

      1. be patient and wait for it to be completed.
      2. switch to the develop branch and test the new implementation. But don’t forget to switch back to the master branch later.
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Module list updates since the beginning of November

      @RaspiManu There is currently no other way than to insert a screenshot into the code’s branch. There are ideas to solve it differently (like extending the package.json with a URL to the screenshot), but I won’t be able to implement it in the near future. PRs would be of course very welcome :-)

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Module list updates since the beginning of November

      @UncleRoger Thanks! There are two newer forks, but I can`t get them run. I mark the module as outdated for now.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Module list updates since the beginning of November

      @mumblebaj Cool.

      I’ve updated the data. Your modules look now like this:

      Screenshot 2023-12-13 at 18-49-12 MagicMirror² 3rd Party Modules.png

      A screenshot for MMM-PGA would be nice :smiley:

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Module list updates since the beginning of November

      @mumblebaj Sure :slightly_smiling_face: I have included a brief explanation of this in the README.

      If there are several images in your repository, one image is selected according to the following logic: First search for an image that contains 'screenshot' or 'example' in it's name and if none is found, take the first image that is found.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • Module list updates since the beginning of November

      Many changes have been made to the official module list since the beginning of November. I have created an overview for this. Since not everyone regularly follows the changes to the list, such an overview may be helpful for some of you.

      I don’t know yet if I will create a new list in the future and even maybe automate the process a bit. I am quite up to date of the changes as I am working on a new unofficial module list which is based on the official list.

      These are the changes from November 2 to December 12. The list may be incomplete, as a part was a little manual work.

      New in the list

      Check out these new modules:

      1. MMM-CalendarExt3Journal - https://github.com/MMRIZE/MMM-CalendarExt3Journal
      2. MMM-CivitAI - https://github.com/Andoramb/MMM-CivitAI
      3. MMM-CustomMessage - https://github.com/jpcaldwell30/MMM-CustomMessage
      4. MMM-DropboxPictures - https://github.com/MMRIZE/MMM-DropboxPictures
      5. MMM-EnvCanada - https://github.com/CharlesMorris78/MMM-EnvCanada
      6. MMM-EskomSePush - https://github.com/mumblebaj/MMM-EskomSePush
      7. MMM-FearAndGreedIndex - https://github.com/Pip1405/MMM-FearAndGreedIndex
      8. MMM-GasMonitor - https://github.com/mumblebaj/MMM-GasMonitor
      9. MMM-GoogleTasks - https://github.com/spydersoft-consulting/MMM-GoogleTasks
      10. MMM-Growatt - https://github.com/mumblebaj/MMM-Growatt
      11. MMM-Growatt-Stats - https://github.com/mumblebaj/MMM-Growatt-Stats
      12. MMM-HebrewCalendar - https://github.com/neshkoli/MMM-HebrewCalendar
      13. MMM-MailMessage - https://github.com/Unclearogre/MMM-MailMessage
      14. mmm-dropbox - https://github.com/michael5r/mmm-dropbox
      15. MMm-MinecraftServer - https://github.com/ItsMeBrille/MMm-MinecraftServer
      16. MMM-MonthlyCalendar - https://github.com/kolbyjack/MMM-MonthlyCalendar
      17. MMM-mycroft-bridge - https://github.com/oenstrom/MMM-mycroft-bridge
      18. MMM-MyMonthlyCalendar - https://github.com/htilburgs/MMM-MyMonthlyCalendar
      19. MMM-MyPrayerTimes - https://github.com/htilburgs/MMM-MyPrayerTimes
      20. MMM-ProxyImage - https://github.com/daxiang28/MMM-ProxyImage
      21. MMM-Pure-Snow - https://github.com/ptornhult/MMM-Pure-Snow
      22. MMM-QR-Remote-Link - https://github.com/JasonVonKrueger/MMM-QR-Remote-Link
      23. MMM-SleepWake - https://github.com/sdetweil/MMM-SleepWake
      24. MMM-stoic-quotes - https://github.com/pal-thomassen/MMM-stoic-quotes
      25. MMM-Tankerkoenig - https://github.com/wiesty/MMM-Tankerkoenig
      26. MMM-RTSPtoWeb - https://github.com/shbatm/MMM-RTSPtoWeb
      27. MMM-WetterOnline - https://github.com/bogenpirat/MMM-WetterOnline
      28. MMM-wundergroundBar - https://github.com/Fifteen15Studios/MMM-wundergroundBar

      Maintainer changed

      If you use one of this modules, you should consider to switch to the new repository.

      1. MMM-BMWConnected - https://github.com/jannekalliola/MMM-BMWConnected
      2. MMM-Callmonitor-Current-Call - https://github.com/armybean/MMM-Callmonitor-Current-Call
      3. DWD-RealtimeIrishRail - https://github.com/DavidLSmyth/DWD-RealtimeIrishRail
      4. MMM-EasyPix - https://github.com/KristjanESPERANTO/MMM-EasyPix
      5. MMM-EveryNews - https://github.com/themox/MMM-EveryNews
      6. MMM-ISS-Live" - https://github.com/KristjanESPERANTO/MMM-ISS-Live
      7. MMM-jokes - https://github.com/aegis1980/MMM-jokes
      8. MMM-PetFinder - https://github.com/PhantomOffKanagawa/MMM-PetFinder
      9. MMM-PGA - https://github.com/mumblebaj/MMM-PGA
      10. MMM-RNV - https://github.com/bogenpirat/MMM-RNV
      11. MMM-UKLiveBusStopInfo - https://github.com/AndyHazz/MMM-UKLiveBusStopInfo
      12. MMM-UKNationalRail - https://github.com/mattdy/MMM-UKNationalRail

      Marked as outdated

      If you use one of these modules, consider looking for an alternative or adopting the module as a maintainer.

      1. MMM-BMW-CC - https://github.com/mykle1/MMM-BMW-CC - Abandoned. The API endpoint changed. This module needs updated, but the author is inactive.
      2. MMM-BMW-DS - https://github.com/mykle1/MMM-BMW-DS - Deprecated. DarkSky API no longer works since 2023-03-31.
      3. MMM-Census - https://github.com/mykle1/MMM-Census - Abandoned. The API endpoint changed. There is a PR to fix that, but the author is inactiv.
      4. MMM-Covid19-Vaccination - https://github.com/fhinder/MMM-Covid19-Vaccination - Obsolete, no new data since 2022-04-27.
      5. MMM-covid19uk-stats - https://github.com/blighter/MMM-covid19uk-stats - Obsolete, no new data since 2022-05-20.
      6. MMM-darksky-hourly - https://github.com/jacquesCedric/MMM-darksky-hourly - Deprecated. DarkSky API no longer works since 2023-03-31.
      7. MMM-DarkSky24Hours - https://github.com/thobach/MMM-DarkSky24Hours - Deprecated. DarkSky API no longer works since 2023-03-31.
      8. MMM-DarkSkyForecast - https://github.com/jclarke0000/MMM-DarkSkyForecast - Deprecated. DarkSky API no longer works since 2023-03-31.
      9. MMM-DarkSkyRadar - https://github.com/vincep5/MMM-DarkSkyRada - Deprecated. DarkSky API no longer works since 2023-03-31.
      10. MMM-Discogs - https://github.com/mboskamp/MMM-Discogs - Abandoned. Repo has been archived at 2022-08-26.
      11. MMM-DropboxWallpaper - https://github.com/Mong-ni/MMM-DropboxWallpaper - Successor is MMM-DropboxPictures.
      12. MMM-EARTH-Live - https://github.com/mykle1/MMM-EARTH-Live - Abandoned. The URL to fetch the video dooesn’t work anymore. The author is inactive.
      13. MMM-Earthquake - https://github.com/mykle1/MMM-Earthquake - Deprecated. API is disabled.
      14. MMM-Events - https://github.com/mykle1/MMM-Events - Deprecated. Eventful API discontinued. This module needs updated.
      15. MMM-GPSWeather - https://github.com/mochman/MMM-GPSWeather - Abandoned. Repo has been archived at 2022-02-27.
      16. iFrame - https://github.com/desertblade/iFrame - Abandoned. Repo has been archived at 2019-03-08.
      17. MMM-json-feed - https://github.com/amcolash/MMM-json-feed - Deprecated. Repo has been archived at 2020-08-03.
      18. MMM-LICE - https://github.com/mykle1/MMM-LICE - Abandoned. No reactions to issues since years. Missing instructions to install ‘request’.
      19. MMM-Lunartic - https://github.com/mykle1/MMM-Lunartic - Deprecated. Doesn’t work anymore (API is down).
      20. MagicMirror-Olympia-Module - https://github.com/GHLasse/MagicMirror-Olympia-Module - Outdated: Only works for Rio 2016 Summer Olympics.
      21. mm-music-player - https://github.com/masters1222/mm-music-player - Abandoned. No reactions to issues since years. No installation instructions. It no longer seems to work.
      22. mmm-food2fork-recipes - https://github.com/spectroman/mmm-food2fork-recipes - Deprecated. food2fork API isn’t reachable anymore.
      23. motiondetector - https://github.com/alexyak/motiondetector - Abandoned. No reactions to issues since years. No installation instructions.
      24. MMM-NJTransit - https://github.com/dimitrystd/MMM-NJTransit - Deprecated. Old API doesn’t work anymore. There is a new API, but it’s not clear if keys are available. 2023-12-01
      25. MMM-OneTracker - https://github.com/seeshaughnessy/MMM-OneTracker - Deprecated. Module doesn’t work without workaround (npm install node-fetch@2) and author doesn’t work on it anymore. Maybe he would react to a PR. Status as of 2023-12-03.
      26. MMM-PIR - https://github.com/mboskamp/MMM-PIR - Abandoned. Repo has been archived at 2022-08-26.
      27. MMM-PLOW - https://github.com/mykle1/MMM-PLOW - Deprecated. DarkSky API no longer works since 2023-03-31.
      28. MMM-Pull - https://github.com/mboskamp/MMM-Pull - Abandoned. Repo has been archived at 2022-08-26.
      29. MMM-RKI-Covid19 - https://github.com/fhinder/MMM-RKI-Covid19 - Obsolete, no new data.
      30. MMM-Ruter - https://github.com/CatoAntonsen/MMM-Ruter - Abandoned. Repo has been archived at 2019-03-14. See MMM-Entur-tavle instead.
      31. MMM-Scenes - https://github.com/MMRIZE/MMM-Scenes - Deprecated. The successor is MMM-Scenes2.
      32. MMM-WeatherOrNot - https://github.com/mykle1/MMM-WeatherOrNot - Deprecated. DarkSky API no longer works since 2023-03-31.
      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-MagicReplicator

      Nice. Don’t forget to add it to the modules list: https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules :smiley:

      posted in Productivity
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Carousel; Two of the Same Module?

      @JeffreyDaro The carouselId has to be in the config part. Like this:

      {
            module: "calendar",
            position: "top_right",
            config: {
            	carouselId: "cal1",
            	...
            }
          },
          {
            module: "calendar",
            position: "top_right",
            config: {
            	carouselId: "cal2",
            	...
            }
          },
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Carousel; Two of the Same Module?

      @JeffreyDaro That’s possible with MMM-Carousel. Look for carouselId in the README file :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-ISS-Live no video

      @RF Try this fork: https://github.com/KristjanESPERANTO/MMM-ISS-Live/

      posted in Forum
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 16 / 21