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 343
    • Groups 2

    Posts

    Recent Best Controversial
    • 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
    • 1 / 1