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. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Posts

    Recent Best Controversial
    • RE: Module list updates since the beginning of November

      @mumblebaj Thank you for asking! 🙂 Since I want to redesign a few things on the inside, I have not looked for any further discussion for now.

      My current plan is roughly this: First make the scripts more efficient (they are currently very storage and time consuming) and then automate the whole process using GitHub hooks and actions. I’ll try to accomplish this in the next few months 🚀

      Once I’ve done that, I’ll look for the discussion about the official list.

      On this occasion: What is the status of MMM-PGA? 😁 It would be nice if you put at least one of the screenshots into the repository and add keywords in the package.json.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Having issues with MMM-MktIndex, again

      @leonids The module got an update some days ago. Have you updated the module?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-OpenWeatherForecast Error 401

      @dcazman said in MMM-OpenWeatherForecast Error 401:

      I think this is the fork I used.

      According to your first post (output of git remote -v) you use the repository of jclarke0000.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Remote-Control

      @Snille That was tricky, but I think I’ve solved that too. Please take a look at the new release v4.1.5 🙂

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-GoogleMapsTraffic error removal

      @chrisfr1976 Great. I have just adjusted the list in the wiki accordingly :-)

      posted in Transport
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-OpenWeatherForecast - loading issue

      Side note: If you are having problems with MMM-OpenWeatherForecast, make sure you are using Tom Hirschberger’s active fork. You can check this by running git remote -v in the module’s directory.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Magicmirror won’t update

      @bworch git status and git diff may help you 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • MMM-WebSpeechTTS – Give Your Mirror a Voice 🔊

      I’d like to share MMM-WebSpeechTTS – a text-to-speech service module that gives your MagicMirror a natural-sounding voice.

      What it does

      • Startup greeting with current time
      • Keyboard shortcuts (press “g” for greeting, “t” for time, “s” to stop)
      • MMM-PublicTransportHafas integration – announce departures
      • Notification API – any module can trigger speech
      • Browser & Electron support

      New: Piper Neural TTS

      Just integrated Piper and the quality is incredible! Instead of robotic espeak voices, you get natural-sounding neural speech – free, offline, no cloud required.

      Available for 50+ languages/voices including English, German, French, Spanish, Dutch, Italian…

      Feedback

      1. Would you use this?
      2. What are your use cases?
      3. What is missing?

      Repository: https://github.com/KristjanESPERANTO/MMM-WebSpeechTTS

      Looking forward to your feedback! 🙂

      posted in Utilities
      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: Cannot find module 'node-fetch' error with multiple MM modules

      @myayo001 Just remove the the line const fetch = require("fetch"); in the file node-helper.js in the module’s directory.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Carousel is not working

      barnabycolby did’t update the module since 5 years. I recommend to use a newer fork. Like this one: https://github.com/shbatm/MMM-Carousel/

      The following config should work with the new fork:

           {
                  module: 'MMM-Carousel',
                  config: {
                      transitionInterval: 40000,
                      ignoreModules: ['clock', 'alert', 'MMM-Tools', 'MMM-OpenmapWeather', 'MMM-PublicTransportHafas', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Remote-Control', 'MMM-Traffic', 'MMM-Fuel'],
                      mode: 'slides',
                      slides: {
                          "Slide 1": ['MMM-SoccerLiveScore'],
                          "Slide 2": ['MMM-Formula1', 'MMM-COVID19-AMPEL']
                      }
                  }
          }
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Remote-Control

      @bloodknot I think I solved it, please update to v4.2.0 and check 🙂

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Bash

      @draxiom Nice! Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-PublicTransportHafas: Service Temporarily Unavailable

      @MZ-BER How did you do the update?

      cd ~/MagicMirror/modules/MMM-PublicTransportHafas
      git pull
      npm ci
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-CalendarExt - Startup problem

      @Bimtronic Try MMM-CalendarExt3 instead of MMM-CalendarExt. MMM-CalendarExt is no longer maintained.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Planetarium

      @Divis The color option should work, but it needs rgba() — hex values and named colors don’t support transparency:

      color: 'rgba(255,255,255,0.3)',
      
      posted in Education
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Pinfo Not showing information

      @plainbroke The module got an update which shout fix the issue :)

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Remote-Control API Not Working

      @mart11 This should be fixed since we released version 3.0.0 😀 Please update and check.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Issues with MMM-Button

      @schlomm There is a PR that seems to fix the issue: https://github.com/MarcLandis/MMM-Buttons/pull/11

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Hello everyone, do you know if there is an MM module for rugby

      @Manu85 said in Hello everyone, do you know if there is an MM module for rugby:

      @mumblebaj Hi I saw that @KristjanESPERANTO had made a football module like your Rugby module with the selection of different leagues, do you think that the module is adaptable with yours? it’s just a question
      https://github.com/0m4r/MMM-SoccerLiveScore

      MMM-SoccerLiveScore is maintained by @0m4r. I don’t really deal with sports modules :-)

      posted in Requests
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1