• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Displaying a Black and White .png Image

Scheduled Pinned Locked Moved Development
3 Posts 2 Posters 3.0k Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    LG
    last edited by Jun 15, 2016, 10:19 PM

    Hello Everyone,
    I am new to the magic mirror and just got it running on the monitor I am using. I would like to display a small .png image if possible, wondering if anyone knows how to go about this.
    Thank!

    1 Reply Last reply Reply Quote 0
    • M Offline
      MichMich Admin
      last edited by Jun 16, 2016, 11:34 AM

      Not sure if it works, but you could try using the helloworld module and simply add an HTML tag to display the image:

      {
              module: 'helloworld',
              position: 'bottom_bar', // This can be any of the regions.
              config: {
                  text: '<img src="http://url.to.you/image.png" />'
              }
      }
      

      A cleaner approach would be building an image module. :)

      1 Reply Last reply Reply Quote 0
      • L Offline
        LG
        last edited by Jun 16, 2016, 2:21 PM

        Thanks! I’ll definitely give this a try.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        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