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

    AliAS

    @AliAS

    3
    Reputation
    676
    Profile views
    15
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    AliAS Unfollow Follow

    Best posts made by AliAS

    • RE: Changing compliments

      @AliAS remember after locating and fixing the error to hit ctrl + o to save and ctrl + x to exit nano.

      posted in Troubleshooting
      A
      AliAS
    • RE: MagicMirror: Changing font colors

      Thanks to both of you for the quick replys. As I said, I’m very new but learning quickly. After seeing Mykel’s post (sorry if I’m spelling that incorrectly as I cannot see the post while typing a reply on my android) I reopened the custom.css file and noticed I made a syntax error. I replaced the colon after yellow with a semicolon and I was good to go.

      part do?

      posted in Custom CSS
      A
      AliAS
    • RE: Changing compliments

      Another suggestion, and someone please correct me if I am wrong, you could delete the config.js file and save as or copy the config-sample.js as a new config.js file. That way you have a functioning config.js. But doing so, you would have to reconfigure all your modules. Does that sound right?

      posted in Troubleshooting
      A
      AliAS

    Latest posts made by AliAS

    • RE: MMM-Remote-Control show error on start

      @cruunnerr I have just encountered the same error, MM loads on my display BUT i cannot connect to remote-control from a browser. Running stock modules - weather + wunderground, remote-control, remote-control-repository and iFrameReload. Remote access worked fine yesterday before installing iFrame last night. Gonna do some troubleshooting.

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      @doubleT That worked perfect. Thanks again!

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      I see. I’ll give it a try. Thank you very much.

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      Does anybody know how to use a line break within a compliment? I’ve tried about a dozen different ways to no avail.

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      External join file? Lol, thats way outta my league.

      posted in Troubleshooting
      A
      AliAS
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @sek_is_back add it into your custom.css file. It is referred to as

      .MMM-WunderGround .tableheader

      You can change
      font-size:
      and
      color:

      Sorry I don’t know how to post the code for you.

      posted in Utilities
      A
      AliAS
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @maestro82 The top row is .MMM-WunderGround .pop
      This will also affect the row pertaining to rain chance percentage. I’m trying to find a way to address them separately if anyone knows how.

      posted in Utilities
      A
      AliAS
    • RE: Changing compliments

      Another suggestion, and someone please correct me if I am wrong, you could delete the config.js file and save as or copy the config-sample.js as a new config.js file. That way you have a functioning config.js. But doing so, you would have to reconfigure all your modules. Does that sound right?

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      @AliAS remember after locating and fixing the error to hit ctrl + o to save and ctrl + x to exit nano.

      posted in Troubleshooting
      A
      AliAS
    • RE: Changing compliments

      I had a similar problem. It showed an error for my entire addition to the config.js. Run check:config again and pay close attention to the beginning of the output. The first error should say something about expecting a bracket of one kind and it was returned a bracket of a different kind. It will also tell you the line of the error. Now nano back into config scroll down to your addition and press ctrl + c. The bottom of your screen should give you your current line number. Find the error. Mine was a missing bracket. Fixing this error fixed the entire script. All other errors were the result of the first. Sorry if I wasn’t clear or missed something, im still a new to this too. Hope it helps.

      posted in Troubleshooting
      A
      AliAS