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

    Posts

    Recent Best Controversial
    • RE: Google cast Module

      https://github.com/lanceseidman/picast

      posted in Development
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Music with smartphone to Pi

      @vicdilou http://raspberrypi.stackexchange.com/questions/47708/setup-raspberry-pi-3-as-bluetooth-speaker
      or better
      http://blog.scphillips.com/posts/2014/05/playing-music-on-a-raspberry-pi-using-upnp-and-dlna-v3/

      i´ll give it a try in some days (currently waiting for components) :D

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Memory effect with MM2

      @strawberry-3.141 WOW! Nice :) Thanks!

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Memory effect with MM2

      @strawberry-3.141 yeah but i´m a css noob. maybe you can explain that a little? many thanks!

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: How do you switch on / off, wake up yours?

      @lolobyte a question :) is the cam on all the time? i´m interested to use the pi cam as a surveillance cam (something like an ip cam) und using a mm module for motion detection (wake up the screen etc.)

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Memory effect with MM2

      It depends on the displaytechnology you are using. Generally you are right about that. But it is not that bad. https://en.wikipedia.org/wiki/Screen_burn-in

      Anyway my idea (the basic idea is very old, currently google is using something in android wear) is a module, with a Screen-burn-in protection that periodically shift the contents of the screen by a few pixels :)

      MMM-Anti-screen-burn-in ? :P

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • Amazon cloud drive photo album

      An idea: A full-screen or tiny frame with your photos from Amazon drive, like on the fire TV? Simply upload the photos and the mirror is showing them :)

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: MMM-SpotifyConnectUI

      Okay, I followed your installation guide.

      I git clone the spotify module and copy and paste the example code to my config.js but nothing is there. So no grey logo with the magic mirror letters.

      For now I fixed it with deleting the module and git clone it again :O what ever happened before!?!

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: MMM-SpotifyConnectUI

      Yeah, thats why I´m so confused ^^ do i need to install any node helper? npm install stuff like in other modules?

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: mmm-wu-moon-phases - Moonphases from Weather Underground

      You need to change the name of the module in the example code, from ‘mmm-wu-moon-phases’ to ‘mmm-wu-moonphase’:

      wrong:
      modules: [
      {
      module: ‘mmm-wu-moon-phases’,
      header: ‘Current Moon Phase’, // optionally you can add a header to this block
      position: ‘top_right’, // this can be any of the regions.
      config: {
      // See ‘Configuration options’ for more information.
      apikey: ‘abcde12345abcde12345abcde12345ab’,
      country: ‘Switzerland’,
      city: ‘Bern’,
      apiLang: ‘EN’,

                  }
          },
      

      ]

      right:
      modules: [
      {
      module: ‘mmm-wu-moonphase’,
      header: ‘Current Moon Phase’, // optionally you can add a header to this block
      position: ‘top_right’, // this can be any of the regions.
      config: {
      // See ‘Configuration options’ for more information.
      apikey: ‘abcde12345abcde12345abcde12345ab’,
      country: ‘Switzerland’,
      city: ‘Bern’,
      apiLang: ‘EN’,

                  }
          },
      

      ]

      posted in Utilities
      schlachtkreuzer6S
      schlachtkreuzer6
    • 1 / 1