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

PtrBld

@PtrBld

Module Developer
13
Reputation
1.9k
Profile views
30
Posts
0
Followers
0
Following
Joined May 2, 2016, 9:02 PM
Last Online May 19, 2021, 9:20 AM

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 :grinning:

    Screenshots:

    0_1462451648317_Unbenannt.PNG

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

    Download:

    [card:PtrBld/MMM-Scrobbler]

    posted in Entertainment audio music scrobbler last.fm
    P
    PtrBld
    May 5, 2016, 12:50 PM
  • RE: Hide album photo art from MMM-Scrobbler.

    Now there is :smiley: 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
    Jun 2, 2017, 8:33 AM
  • 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.

    [card:PtrBld/MMM-Pins]

    Please feel free to use it.

    PtrBld

    posted in Utilities
    P
    PtrBld
    Jul 2, 2019, 7:45 AM
  • 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
    May 25, 2016, 7:42 AM
  • 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
    Jul 11, 2017, 8:47 AM
  • 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
    Jun 7, 2017, 3:02 PM
  • 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
    Jun 8, 2017, 7:28 AM

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.

    [card:PtrBld/MMM-Pins]

    Please feel free to use it.

    PtrBld

    posted in Utilities
    P
    PtrBld
    Jul 2, 2019, 7:45 AM
  • 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
    Sep 13, 2017, 2:26 PM
  • 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
    Sep 13, 2017, 2:10 PM
  • 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
    Sep 13, 2017, 12:06 PM
  • RE: Frameless Illuminated Motion Sensitive SmartMirror

    @pascal456 Thank you!

    posted in Show your Mirror
    P
    PtrBld
    Jul 11, 2017, 2:10 PM
  • 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
    Jul 11, 2017, 8:47 AM
  • 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
    Jun 8, 2017, 7:28 AM
  • 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
    Jun 7, 2017, 3:02 PM
  • RE: Hide album photo art from MMM-Scrobbler.

    Now there is :smiley: 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
    Jun 2, 2017, 8:33 AM
  • RE: Hide album photo art from MMM-Scrobbler.

    Now there is :smiley: 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
    Jun 2, 2017, 8:32 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy