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.

    MMM-Globe unable to view a custom image

    Scheduled Pinned Locked Moved Utilities
    3 Posts 2 Posters 2.4k Views 2 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.
    • G Offline
      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 Offline
        giulianomondin
        last edited by

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

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy