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: Problem with MMM-email

      @mwm341 I get the following error when I run with the same config as you:
      e599e95e-3f0e-476f-b811-dea204f78ce4-image.png

      I had to rename the folder but I am getting some other weird errors. I am not too sure if this module still works. Seems like the developer last looked at it 5 years ago.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Problem with MMM-email

      @mwm341 Can you share the link to the github repo for the module? I want to test it out and see.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Problem with MMM-email

      @mwm341 which password are you using? You have to generate a password by following these steps:

      Go to your Google Account.
      Select Security.
      Under list item “Signing in to Google,” select App Passwords. You may need to sign in.
      At the bottom, choose Select app and choose the app you using
      Select device and choose the device you’re using. …
      Follow the instructions to enter the App Password. …
      Tap Done.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @swvalenti MMM-News can be cloned from the following repo:

      MMM-News

      I have made a change to MMM-NewsAPI which resolves CSS conflicts and it should now work when running MMM-News at the same time.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @swvalenti I will have a look shortly. It is running just fine on my mirror. Will start another instance and see

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-Powerwall

      @contactmike1 Hi. Not what I meant. When you start your mirror, do you start it with PM2 or NPM? If you start it with NPM are there any errors in the console? If you start with PM2 you can do pm2 logs --lines=100 to get the last 100 lines and see if there are any errors. For the developer Window you can press Ctrl + i which would open the developer window. In the console tab look for any errors related to the module.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: city label text size

      @lmd1220 You could try and set the font-size in the custom.css file located /MagicMirror/css/ folder.

      .globe {
       font-size: 6pt;
      }
      

      The current font-size is set to 8pt.

      posted in Entertainment
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @bugsounet Thank you. I have received.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @swvalenti said in MMM-NewsAPI:
      The issue is with sources “Fox News”. That is not a valid source. Remove it and it should work fine with just the domain of foxnews.com

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @swvalenti You can clone the module from here:
      MMM-News
      The config should still work.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @swvalenti The module will not stop working.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @bugsounet I can’t seem to find it nor can I see any notifications for it to accept.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-SystemStatsHow to change color of the icons.

      @cdanielgallegos You can change the icons as well. They have their own individual classes.

      ee7e9741-523b-4aab-a86d-a0a8f83e7079-image.png

      Open the Developer console, select the Elements tab and find the MMM-SystemStats module and check them out. You can set their individual colors from there in the custom.css using their class names.

      posted in Custom CSS
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @bugsounet Thanks Bugs. You can transfer. I will dig through the code and try to make sense of all your awesome work. I am humbled. :person_bowing:

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Weather Forecast - Inver min max

      @sdetweil Yeah, I didn’t want to advise that for exactly that reason.

      posted in Custom CSS
      mumblebajM
      mumblebaj
    • RE: MMM-SystemStatsHow to change color of the icons.

      @cdanielgallegos The module does not have a stylesheet and runs off the main.css. You could set the following in the custom.css but it will change the color for all the rows as they all have a class of “title” and the values have a class of “value”. That is about as much as I could get with it.

      .MMM-SystemStats .title {
       font-size: 25px;
       color: orangered;
      }
      
      .MMM-SystemStats .vlue {
      color: blue;
      }
      

      310d1b98-a939-49f4-af2f-515a91bdd5a2-image.png

      posted in Custom CSS
      mumblebajM
      mumblebaj
    • RE: Weather Forecast - Inver min max

      @bira Unfortunately it is defined in the MMM-weatherforecast.js when the table is built.

      posted in Custom CSS
      mumblebajM
      mumblebaj
    • RE: MMM-NewsAPI

      @cowboysdude Thanks dude. :ok_hand:

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-Strava stopped updating

      @levon Awesome. Glad you found the issue. The code uses the npm module strava-v3. It looks like the method used does not return walking.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Powerwall

      @contactmike1 Are there any errors in the NPM or PM2 logs or in the developer console?

      posted in Utilities
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 29
    • 30
    • 31
    • 32
    • 33
    • 38
    • 39
    • 31 / 39