MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Tagriel
    3. Topics
    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

    Topics

    • T

      Show iCloud Reminders

      Watching Ignoring Scheduled Pinned Locked Moved Development
      5
      0 Votes
      5 Posts
      3k Views
      3
      Hi all. Just want to recall that old topic, which still actual for some of us :) So, I made iCloud sync with calendar and birthdays (the second point was a little bit tricky, but it works now). But, the last stone still without any movement - iCloud reminders: tried to do that with vdirsyncer: as result, I got an empty file without any reminder (tried many different setup) tried to search for any other suitable ways: different scripts, etc. Nope. Maybe Is there any options to do it now? Thanks in advance.
    • T

      Issue displaying images in alerts

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Bug Hunt
      9
      0 Votes
      9 Posts
      3k Views
      strawberry 3.141S
      @tagriel the url would be https://github.com/fewieden/MMM-soccer but the only thing you need is a module let’s call it imageserver, which is only responsible as an image host. directory structure: MagicMirror - modules - imageserver - public - kids.png - imageserver.js - node_helper.js imageserver.js Module.register("imageserver", {}); node_helper.js const NodeHelper = require('node_helper'); module.exports = NodeHelper.create({}); config.js { module: "imageserver" }, command MM.getModules()[0].notificationReceived("SHOW_ALERT", {title: 'My Title', message: 'Some Text', imageUrl: '/imageserver/kids.png'}, {name: 'test'}); [image: 1540843796724-93d389de-7eb6-4713-bab0-630e13884ac2-grafik.png]
    • 1 / 1