• 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
  3. Posts
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

Posts

Recent Best Controversial
  • 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
  • 1
  • 2
  • 3
  • 1 / 3
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