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

    Posts

    Recent Best Controversial
    • RE: Problems after Update

      @dotmatrix812 said in Problems after Update:

      electron exited with signal SIGTERM

      Out of interest, are you using MMM-WatchDog? To me it seems like it might be a long running process that could be crashing the UI. Are there any errors in the Dev Console? shift_ctrl+i and select the Console tab and look for any errors. If you are using MMM-WatchDog, what is the value set to?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Problems after Update

      @sdetweil Correct and it doesn’t for me so I would eliminate that as an issue.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Problems after Update

      @sdetweil That error indicates that the API key has expired. I get it once a year when the key expires. After renewing the key that error goes away for me.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Ah, will have a look at the Readme and fix accordingly. Thanks for letting me know that the Readme had an issue.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Also, could you add a language option, i.e. “en” or “de” and try again?

      language: "de"
      
      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Is your new API key active? I am using the exact same config as you posted and it seems to be working for me.

      Can you test via the browser and see what it says? Replace the key with your own key.

      https://newsapi.org/v2/everything?domains=cnn.com%2Cnytimes.com%2Cnews24.com&pageSize=10&apiKey=xxxxxxxxxxxxxxx
      
      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Default newsfeed module showing old news

      @exndfan Have you tried to run the URL in the browser to see what it returns? Might be the source is returning old news articles?

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Most Recent Modules

      @mz-ber Have you had a look at the modules section on this forum?

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: Most Recent Modules

      @mz-ber You can have a look at the 3rd Party Modules page. Or you could google search for MMM modules.

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Let me know if you need any further assistance.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber said in MMM-NewsAPI:

      [MMM-NEWSAPI] Invalid Option specified. Country not allowed with ‘everything’!

      That is your issue with the NewsAPI. Please check the Readme for the valid options.

      You seem to have loads of issues with loads of different modules. Maybe you want to start cleaning up some of those as well as they could obscure some other issues as well.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Thanks for the confirmation. Can you lave the debug running and check if it pulls new data when it refresh?

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-DailyPower

      @uros76 Happy that has been resolved.

      posted in Education
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @mz-ber Hi. I just had a look and mine is running fine and has the latest articles. Can you set debug: true in the config to see if it pulls new articles or if an error is returned? I have not run my mirror the past few days due to power issues hence my stats are low but I have been running it all day today and will check back on the stats. Let me know if you see anything in debug mode please.
      edc91b4c-0c28-40d9-8a93-0234e2e5df93-image.png

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-DailyPower

      @uros76 I am the new owner of MMM-News. You can rename the current version and clone it from my Github repo. The errors should go away. All functionality remains the same so you would not need to change anything in your config for it. I have updated the module to no longer use request and moment.
      Just clone the module and then do npm install in the module folder.
      MMM-News

      posted in Education
      mumblebajM
      mumblebaj
    • RE: module not found error loading module in MagicMirror

      Maybe this can help some users.

      The following will search all *.js files in the modules folder for the reference of request. You can then just enter the module folders and install as per @sdetweil suggestion above. The same can be done for the other missing modules.

      grep -r -E '('request')' ~/MagicMirror/modules/*/*.js
      

      or search for multiple problem modules

      grep -r -E '('request') | ('valid-url')' ~/MagicMirror/modules/*/*.js
      

      Produces the following:

      7120d3bc-00c1-42a1-ad16-70ee822268e5-image.png

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-DWD-WarnWeather - Wetterwarnungen

      @sebi76 request is no longer a default module. You have to go into the MMM-DWD-WarnWeather module folder and perform the following steps

      npm init -y
      npm install request --save
      

      This should solve the issue.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Add 3rd page to MMM-Pages

      @johanba As Sam mentioned, you only have 2 pages, fixed is not a page, it just fixes those selected modules to all the pages.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Need help with resizing regions

      @mmrize I think the “fixed” feature should work for that?

      posted in Custom CSS
      mumblebajM
      mumblebaj
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @killk You have asked the same question in different posts a few times. This can be seen as spamming,

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 27
    • 28
    • 29
    • 30
    • 31
    • 38
    • 39
    • 29 / 39