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

    schwarzbaer

    @schwarzbaer

    1
    Reputation
    346
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    schwarzbaer Unfollow Follow

    Best posts made by schwarzbaer

    • RE: Add a background image

      @ostfilinchen Hi there,
      I also wanted to add background images to my MM and came across your post. Although it is not very recent, I think it might be a good idea to add the following information:

      if you want to have additional folders to be available within the Mirror, you need to specify those in the /js/server.js just after the other app.use commands, e.g. :

      app.use("/Images",express.static(path.resolve(__dirname + "/../Images")));

      posted in Development
      S
      schwarzbaer

    Latest posts made by schwarzbaer

    • RE: Add a background image

      @ostfilinchen Hi there,
      I also wanted to add background images to my MM and came across your post. Although it is not very recent, I think it might be a good idea to add the following information:

      if you want to have additional folders to be available within the Mirror, you need to specify those in the /js/server.js just after the other app.use commands, e.g. :

      app.use("/Images",express.static(path.resolve(__dirname + "/../Images")));

      posted in Development
      S
      schwarzbaer