MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Tagriel
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Issue displaying images in alerts

      This is the code I’ve been using for the image stored locally that I also cannot seem to make it work:

      {notification: 'SHOW_ALERT', schedule: '20 15 * * 1-5', payload: {title: 'Title', imageUrl: /home/pi/Pictures/kids2.png, timer: 30000}},
      

      Am I doing something wrong?

      Thanks in advance for your help. This project is awesome!

      posted in Bug Hunt
      T
      Tagriel
    • Issue displaying images in alerts

      Hi guys, I’v been trying to show an alert with an image and it seems impossible. I’ve been reading and searching for some examples with it but I can’t seem to find anything. My idea is to show an alert from Mo 2 Fri with an image. This is the code that I have by using MMM-ModuleScheduler:

      {notification: 'SHOW_ALERT', schedule: '20 15 * * 1-6', payload: {title: 'Title', imageUrl: "https://www.dropbox.com/s/XXX/kids2.png", timer: 30000}},
      

      Plus I’ve been trying to show an image that I have in: /home/pi/Pictures/kids2.png but it never shows it, and playing with the code, I found that it does show images that have an URL, so I decided to use dropbox for it, and published the image as public so anyone can access it. but still doesn’t work either way.

      Little help please?

      posted in Bug Hunt
      T
      Tagriel
    • 1 / 1