MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. PtrBld
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 30
    • Best 7
    • Controversial 0
    • Groups 1

    PtrBld

    @PtrBld

    Module Developer

    13
    Reputation
    1870
    Profile views
    30
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    PtrBld Unfollow Follow
    Module Developer

    Best posts made by PtrBld

    • MMM-Scrobbler - [Last.FM] Music Scrobbler

      Description:

      This module shows your currently playing music whatever music source you are using. With only few minutes of configuration and a Last.FM account you are able to see the album art, song title… on your MagicMirror. If no music is playing it hides itself.

      Hope you like it 😀

      Screenshots:

      0_1462451648317_Unbenannt.PNG

      Or (if the song title needs a second line):
      0_1462452470281_Unbenannt.PNG

      Download:

      posted in Entertainment
      P
      PtrBld
    • RE: Hide album photo art from MMM-Scrobbler.

      Now there is 😃 There are new config items:

      • showAlbumArt: true,
      • showMetaData: true,

      So if you want to hide the album art just set showAlbumArt to false.

      posted in Development
      P
      PtrBld
    • MMM-Pins

      This module can toggle pins based on a notification (specified in the config). You can specify any number of pins with different trigger messages. All messages will be registered with the MMM-Remote module automatically but can be triggered sending the notification from any other module. It can also play sounds using MMM-Sounds module when a pin is toggled.

      Please feel free to use it.

      PtrBld

      posted in Utilities
      P
      PtrBld
    • RE: Amazon Echo/Alexa

      I have just rewritten the MMM-Button module so it can support more than one Button at a time. Thereby we can theoretically take one Button to start omxplayer and one to listen for speech.

      posted in Requests
      P
      PtrBld
    • RE: Frameless Illuminated Motion Sensitive SmartMirror

      Hi @pascal456,
      this looks really great! Could you tell me where you got your mirror from?

      posted in Show your Mirror
      P
      PtrBld
    • RE: PIR Sensor + Raspi

      Hi,

      you do not need to use an arduino or anything else. Just connect the Pir-Sensor to the raspberry pi like this:

      alt text

      posted in Hardware
      P
      PtrBld
    • RE: PIR Sensor + Raspi

      @pepemujica said in PIR Sensor + Raspi:

      Any idea why is not working?

      Maybe you should calibrate your PIR sensor tuning. There are two little orange knobs where you can adjust the sensitivity of the sensor.
      alt text

      posted in Hardware
      P
      PtrBld

    Latest posts made by PtrBld

    • MMM-Pins

      This module can toggle pins based on a notification (specified in the config). You can specify any number of pins with different trigger messages. All messages will be registered with the MMM-Remote module automatically but can be triggered sending the notification from any other module. It can also play sounds using MMM-Sounds module when a pin is toggled.

      Please feel free to use it.

      PtrBld

      posted in Utilities
      P
      PtrBld
    • RE: MMM-Scrobbler CSS

      if you want the meta text centered you need to add

      .right > .meta {
          /* margin-left: 16px; */
          margin: auto 16px;
      }
      

      to your css.

      posted in Development
      P
      PtrBld
    • RE: MMM-Scrobbler CSS

      Ok, now it is clear.
      I just updated the module and you should now be able to use the key “alignment” in your config.

      {
      			
      	module: 'MMM-Scrobbler',
      	
      	position: 'top_right',
      	config: {
      		username: 'Last.fm username',
      	        apikey: 'Last.fm api key',
      		//time interval to search for new song (every 15 seconds)
      		updateInterval: 15 * 1000,
      		//how often should we try to retrieve a song if not listening
      		delayCount: 5,
      		//time interval to search for new song if the 5 times not listening is received.
      		//set this to the same number as updateInterval to ignore this option	
      		delayInterval: 120*1000,
      		animationSpeed: 1000,
      		showAlbumArt: true,
      	    	showMetaData: true,
      		//Determines the position of the meta text. Possible values: top, bottom, left, right
      		alignment: "bottom", 
      		}
      	
      }
      

      This is not tested since I do not have a mirror atm but it should work 😉

      posted in Development
      P
      PtrBld
    • RE: MMM-Scrobbler CSS

      Hi spwood100,

      could you post a screenshot? I do not fully understand what you want to accomplish.

      posted in Development
      P
      PtrBld
    • RE: Frameless Illuminated Motion Sensitive SmartMirror

      @pascal456 Thank you!

      posted in Show your Mirror
      P
      PtrBld
    • RE: Frameless Illuminated Motion Sensitive SmartMirror

      Hi @pascal456,
      this looks really great! Could you tell me where you got your mirror from?

      posted in Show your Mirror
      P
      PtrBld
    • RE: PIR Sensor + Raspi

      @pepemujica said in PIR Sensor + Raspi:

      Any idea why is not working?

      Maybe you should calibrate your PIR sensor tuning. There are two little orange knobs where you can adjust the sensitivity of the sensor.
      alt text

      posted in Hardware
      P
      PtrBld
    • RE: PIR Sensor + Raspi

      Hi,

      you do not need to use an arduino or anything else. Just connect the Pir-Sensor to the raspberry pi like this:

      alt text

      posted in Hardware
      P
      PtrBld
    • RE: Hide album photo art from MMM-Scrobbler.

      Now there is 😃 There are new config items:

      • showAlbumArt: true,
      • showMetaData: true,

      So if you want to hide the album art just set showAlbumArt to false.

      posted in Development
      P
      PtrBld
    • RE: Hide album photo art from MMM-Scrobbler.

      Now there is 😃 There are new config items:

      • showAlbumArt: true,
      • showMetaData: true,

      So if you want to hide the album art just set showAlbumArt to false.

      posted in Requests
      P
      PtrBld