MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mumblebaj
    3. Best
    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 762
    • Groups 2

    Posts

    Recent Best Controversial
    • 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: MMM-Carousel not displaying

      @sdetweil Lets see which one he is using. I am off to bed. Been a long day.

      posted in Forum
      mumblebajM
      mumblebaj
    • RE: MMM-NOAA3 4day forcast doesn't display

      @JohnGalt It is hard to keep up with the changing API’s. One only find out that it has changed when it breaks. Just way of the world that is.

      You should be able to renew the Airkey if it has expired.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Default Weather module still not displaying

      @Jarhead96097 Rule of thumb is to never run npm audit fix.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Squashed Display

      @sdetweil Thanks Sam. I found the problem. It is related to a module I am running. Been debugging and when I disabled that module the display takes up the whole screen as it should.

      posted in Bug Hunt
      mumblebajM
      mumblebaj
    • Accuweather Updates

      AccuWeather Updates coming

      As received this evening from AccuWeather.

      AccuWeather is excited to share important updates coming this summer to the AccuWeather API Developer Portal, which is designed to elevate your experience and ensure you get the most from our industry-leading weather data.
      What is Changing? To better support your development needs, AccuWeather is introducing a more powerful and streamlined platform, along with updated subscription options to suit every stage of your journey:
      • Discontinuation of Free Limited Trial Packages
      AccuWeather’s current Free Limited Trials for Core Weather and MinuteCast® will be retired with the new portal launch.
      • Introducing New 14-Day Free Trials
      Experience the full value of our APIs with an all-new 14-Day Core Weather Trial (up to 500 API calls/day) or 14-Day MinuteCast® Trial (up to 50 calls/day), including all API endpoints available for testing.
      • New Low-Cost Starter Package
      Once your trial ends, you can keep building with our affordable Starter package, which offers essential API access at a competitive monthly rate.
      • Enhanced Account Security
      To best protect your data and improve overall security, existing users on Standard, Prime, Elite, or MinuteCast® packages will be prompted to reset their passwords at launch.
      • What to Expect
      As AccuWeather approaches the launch, we will provide step-by-step guidance on migrating your account, selecting a new plan, and maximizing the benefits of the updated portal. We remain committed to delivering the tools and data you rely on — with a seamless, modernized experience to match. To stay informed, visit developer.accuweather.com.
      Thank you for choosing AccuWeather®, the world’s most trusted and accurate source of weather forecasts and warnings. We look forward to supporting your development journey with reliable, scalable, and trusted weather data solutions.

      posted in Forum
      mumblebajM
      mumblebaj
    • RE: calendar (icloud) not loading after last MM Update

      @Chazzer said in calendar (icloud) not loading after last MM Update:

      timeFormat: “abolute”,

      This doesn’t look right either. Think it should be “absolute” and not “abolute”

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: set the calendar day to a short version

      @greedyvegan said in set the calendar day to a short version:

      calendar.js

      Never modify the module code directly. You override settings in config/config.js. For css you override it in the css/custom.css, but never change the module code. This will cause issues when upgrading to the latest versions.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: A whole lot upgrades to my MagicMirror, finally!

      @cowboysdude What module are you using for the phone information?
      Love the clean layout. Looks awesome

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • MMM-SweepClock

      Created a module based on a classic railway clock using code from manuelmeister

      74c2433d-85d6-40a2-afae-650551911b04-image.png

      Installation

      cd ~/MagicMirror/modules/
      git clone https://github.com/mumblebaj/MMM-SweepClock.git
      

      Add to config.js

      {
      	module: "MMM-SweepClock",
      	position: "top_left", //can use top_right as well or top_center
        },
      

      Updates
      V1.1.2
      Add timezone feature which allows a user to specify a timezone. This will override the timezone of the system MM is running on.

      posted in Utilities
      mumblebajM
      mumblebaj
    • 1 / 1