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
    • 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 :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
    • 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
    • RE: MMM-Scrobbler - [Last.FM] Music Scrobbler

      Ok then I will try to do it the next week… Can you send me one song where I can be sure that there is no album art?

      posted in Entertainment
      P
      PtrBld
    • RE: MMM-Scrobbler - [Last.FM] Music Scrobbler

      Sure! I think I am listening to mainstream music so I have not faced the issue :)
      Do you want to send a pull request or should I do the changes (could take some times, since I am quite busy at the moment…)

      posted in Entertainment
      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: Podcast

      Have you tried playing the video using the omxplayer?

      posted in Troubleshooting
      P
      PtrBld
    • RE: Podcast

      Yes. That is the way i am doing it

      posted in Troubleshooting
      P
      PtrBld
    • RE: Podcast

      ok I see I will change that…
      Well if you never run into the ‘setTimeout’ call it works as expected :angel:

      But the video should be played. Can you tell me what podcast you are using and if the video is downloaded properly (can you play it from your directory)?

      posted in Troubleshooting
      P
      PtrBld
    • RE: Podcast

      Hi no you Do not need to Set the Position because the omxplayer does not start in the mirror display but as an overlay.
      I am running the git version of my module myself and do not get any errors (it is working as expected here). Unfortunatelly I am not home the next few days and and can not check the code right now…
      But I will if i find time.

      Until then you should check if you have installed all needed prerequisites. Maybe this is an issue?!

      posted in Troubleshooting
      P
      PtrBld
    • RE: HowTo use different calendar?

      If you want seperate headers for your calendars just add several calendar modules in the config.

      posted in Troubleshooting
      P
      PtrBld
    • RE: Third party modules causing blank screen

      Ok then try starting your mirror in server mode (‘node serveronly’ from your Mirror directory), goto your raspi´s ipaddr on port 8080 and check your browser console.

      posted in Troubleshooting
      P
      PtrBld
    • RE: Config Help!

      There is a , missing After Position: line 8

      posted in Troubleshooting
      P
      PtrBld
    • 1
    • 2
    • 1 / 2