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

    Posts

    Recent Best Controversial
    • RE: MMM-EventHorizon - remove black border line

      I lover the MMM-EventHorizon module and am using it as a timer in my kitchen, but for that I dont need the “Days” in the timer. any way to remove this from the module? Or maybe just make it black to hide it?

      I basically just use the site below and change the date and time…

      http://free.timeanddate.com/countdown/i6f519yg/n64/cf12/cm0/cu4/ct0/cs0/ca0/cr0/ss0/cacFFFFFF/cpcFFFFFF/pc000/tcfff/szw576/szh443/tatTimer/tacFFFFFF/tptDone/tpcFFFFFF/mat/macFFFFFF/mpt/mpcFFFFFF/iso2019-01-24T10:00:01

      posted in Troubleshooting
      J
      jasondreher
    • RE: sendNotification help

      @jasondreher said in sendNotification help:

      this.time = payload

      I added “this.time = payload”, this is using the payload correct?

      posted in Troubleshooting
      J
      jasondreher
    • RE: sendNotification help

      OK so I change my sendNotification to

      this.sendNotification('SHOW_TIMER','18:25:25');
      

      and the MMM-EventHorizon notificationReceived to

          notificationReceived: function(notification, payload) {
              if (notification === 'HIDE_TIMER') {
                  this.hide(1000);
              } else if (notification === 'SHOW_TIMER') {
                  this.show(1000);
                  this.time = payload //I added this
                  this.updateDom();  //I added this
              }
      
          },
      

      Thinking the paylaod will update the countdown time but it does nothing… Not sure what I am doing worng. I have tested this quite a few different ways and searched quite a bit…

      I can tell its doing something as it flickers (like it is refreshing with the updateDom) but the countdown does not reflect the new time.

      posted in Troubleshooting
      J
      jasondreher
    • sendNotification help

      I want to be able to send a value to https://github.com/mykle1/MMM-EventHorizon to change the time used in a count down timer. Right now I can make the module hide with…

      this.sendNotification('HIDE_TIMER');
      

      but I cant seem to do much more, how do I change my sendNotification to include a payload to change the date and time in MMM-EventHorizon. I will have to change the notificationReceived in MMM-EventHorizon to I assume…

      posted in Troubleshooting
      J
      jasondreher
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @j-e-f-f

      All works great!! Love the module! Thanks

      posted in Utilities
      J
      jasondreher
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Awesome!!! Just want I want after WeatherUndergrown stops its free api.

      I have it working but it takes up my entire screen even thought its set to top_right. And I cant get it to take any config changes, like table vs tiled.

      {
        module: "MMM-DarkSkyForecast",
        header: "Weather",
        position: "top_right",
        classes: "default everyone",
        disabled: false,
        config: {
          apikey: "xxxx",
          latitude: "xxxx",
          longitude: "-xxxx",      
          iconset: "4c",
          concise: false,
          forecastLayout: "table"
        }
      },
      

      Any idea why this would happen?

      posted in Utilities
      J
      jasondreher
    • RE: ubuntu and magicmirror

      I had the same issue trying to install on the latest Ubuntu, I could not get it to work, I would install 16.04. 16.04 works great for me.
      See
      https://forum.magicmirror.builders/topic/6994/mm-and-ubuntu-made-for-each-other

      posted in Troubleshooting
      J
      jasondreher
    • Running Docker

      I installed docker according to the installation guide (https://github.com/MichMich/MagicMirror#manual-installation)
      I can see its running in docker, is I run a log I don’t see any errors, and I have created a config.js and added my IP to the whitelist.

      The log even says “Ready to go! Point your browser to…”

      But I cannot get to the page to display at myip:8080, it just says site cannot be reached. What am I missing?

      I am running this on a Ubuntu Virtual Machine.

      posted in Troubleshooting
      J
      jasondreher
    • RE: MMM-Memo & IFTTT hack to Scrobble Amazon Music to Magic Mirror

      Nice! I just did this recently too. I had been using scrobbler in chrome but it would not stay logged in and like you I have multiple devices playing music. So I set up IFTTT to update song name…

      Any way this could be set up to show what is currently playing? With album art, artist and song name?

      posted in Entertainment
      J
      jasondreher
    • RE: SmartThings Integration

      This can already be done you just need to get MQTT working with Smartthings, this can be posted locally or in the cloud (I use the cloud).

      Getting MQTT working (I believe you just need the usage part)
      https://github.com/stjohnjohnson/smartthings-mqtt-bridge#usage
      (Added) you will need the bridge too but that is an add-on with hassio

      MQTT on MM
      https://github.com/ottopaulsen/MMM-MQTT

      Another MQTT on MM but only shows one status (this issue shows a good example)
      https://github.com/javiergayala/MMM-mqtt/issues/3

      posted in Requests
      J
      jasondreher
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9