MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    MMM-Globe unable to view a custom image

    Utilities
    2
    3
    2223
    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.
    • G
      giulianomondin last edited by

      Good morning all! As in the title i’m Unable to see a custom picture.
      I try this

      config: {
      imageSize: 500,
      ownImagePath:‘/home/pi/MagicMirror/modules/MMM-Globe/logo.jpg’,
      updateInterval: 10601000
      }

      But it isn’t show anything…i also try without the .jpg extension…but nothing.
      Thanks a lot for your help.

      GIuliano

      1 Reply Last reply Reply Quote 0
      • G
        giulianomondin last edited by

        I also try MMM-simplelogo and MMM-eyecandy, using the ownimagefile all he modules doesn’t show images!

        Mykle1 1 Reply Last reply Reply Quote 0
        • Mykle1
          Mykle1 Project Sponsor Module Developer @giulianomondin last edited by Mykle1

          @giulianomondin said in MMM-Globe unable to view a custom image:

          MMM-eyecandy

          Hi,

          In MMM-EyeCandy, the config entry and path would be

          ownImagePath: 'modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg',

          The picture file goes in the pix folder of the module

          {
              module: "MMM-EyeCandy",
          	position: "top_center",
          	config: {
          		style: '1',            // 1 - 52 or use ownImagePath to override style
          		ownImagePath: '',      // ex: 'modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg', or internet url to image
          	}
          },
          

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy