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

    Topics

    • S

      Cannot Find Module ‘ansis’

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      S
      @Splashed no idea. unless you didn’t get into the module folder before the git pull cd ~/MagicMirror/modules/module_name
    • S

      MMM-WeatherorNot Random Number at Bottom

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      1
      0 Votes
      5 Posts
      605 Views
      S
      @Splashed looks like it’s the timestamp of the iframe content from the code [image: 1706719001799-screenshot_20240131_093524_chrome-resized.jpg] the author is not available, so someone would have to fork and provide a fix you could edit the .js file and remove that +… on line 82
    • S

      CSS Help with Two Small Items

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      1
      0 Votes
      5 Posts
      567 Views
      BKeyportB
      @Splashed For future use - The most important part, read the documentation (No matter how bad it is, a lot of us aren’t native english speakers) before doing anything. There’s a lot of effort put in to make the project accessable to even the most basic of users, so it may not even need CSS! If you need to fix CSS: Look in directories of the module for CSS files - these will give you clues on what to look for. In the case of default modules, many of their settings are in main.css Make sure your mirror is able to be loaded on a remote computer thusly: var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], ... Load your mirror on a work computer by going to “http://:8080” - then use the developer tools (typically ctrl-shift-i) to look through the styles and play with live output. You may need to insert a breakpoint to stop the constant refreshes. Once you find what you want, you can put the changes in custom.css Happy “hacking”
    • 1 / 1