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 Online
    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: MMM-GoogleKeep config.js

      I don’t use this module, but my first guess is that you have two-factor authentication on your Google account (which is definitely recommended) . In this case I suppose you have to create an app password to use the module.

      This would also fit in with gkeepapi’s documentation, which says the following: " Enabling TwoFactor and logging in via an app password is recommended."

      Have you already created an app password for it or have you used your normal Google password?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-OnThisDayWikiApi - Change font size

      @sdetweil On MMM-OnThisDayWikiApi I do not see this config option. It’s not MMM-OnThisDay.

      @angeliKITTYx Try this in your custom.css file:

      .MMM-OnThisDayWikiApi-single > div {
        font-size: 40px;
      }
      
      posted in Custom CSS
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Netatmo

      Okay, than please show what git remote -v outputs.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Netatmo

      Welcome Jens!

      Are you talking about MMM-Netatmo?

      This should do it:

      1. go to the modules directory: cd ~/MagicMirror/modules/MMM-Netatmo
      2. download the new version: git pull
      3. install the new version: npm ci --production --ignore-scripts
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Will it run doom?

      Could be possible with js-dos: https://js-dos.com/DOOM/ :beaming_face_with_smiling_eyes:

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-GPIO-HANDLER - Handles GPIO inputs and outputs including PWM

      Nice! :smiley: Please add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules.

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Bathroom mirror

      Really nice work! 👏

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MM Starts but no screen after upgrade

      I have sleep problems and have therefore found the time to get rid of the dependency on request for this module 😅. Let’s see when @jmwyds accepts my PR. It seems he hasn’t been active for a while.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Internet-monitor module Not Starting Mirror

      @KristjanESPERANTO said in 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.

      @ebourne The maintainer of the module, @bhepler, accepted my Pull Request. Please update your module and check if it’s working 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • Transparent displays

      I just wanted to share with you this video of transparent displays from Samsung. I haven’t seen any in real life yet, but those look really impressive. This would make a MagicMirror even more magical 💸💸💸

      https://www.youtube.com/watch?v=zuw0Qr8DHuA&t=8s

      posted in Hardware
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Dumbass Cat Facts

      @plainbroke Unfortunately I can’t find any information about when it was canceled.

      See it as a chance to discover a new nice module! :smiley:

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Dumbass Cat Facts

      @plainbroke You are talking about MMM-DumbAssCatFacts? Response from https://brianiswu-cat-facts-v1.p.rapidapi.com/: "API doesn't exists".

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

      @angeliKITTYx Okay, with type: "all"' it doesn’t work for me either. Try it with type: "selcted". That works for me.

      	{
      		module: "MMM-OnThisDayWikiApi",
      		position: "bottom_bar",
      		config: {
      			type: "selected"
      		}
      	},
      
      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Internet-monitor module Not Starting Mirror

      @sdetweil Interesting solution! I’m still not quite getting to grips with the rebuild of electron.

      My approach in the PR is to use a version of speedtest-net that is compatible with the current version. That way, no rebuild is necessary.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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
    • 1
    • 2
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 18 / 23