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

    binderth

    @binderth

    15
    Reputation
    2.7k
    Profile views
    80
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    binderth Unfollow Follow

    Best posts made by binderth

    • RE: MMM-Globe

      @lolobyte said in MMM-Globe:

      EUMETSAT_MSG_MPE_LowResolution.png’

      That’s great! I did this:

      start: function () {
      	self = this;
      	this.url = '';
      	this.imageUrls = {
      		'natColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_natural_color.jpg',
      		'geoColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_true_color.jpg',
      		'airMass': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_rgb_airmass.jpg',
      		'fullBand': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif',
      		'europeDiscNat': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg',
      		'europeDiscSnow': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg'
      	}
      	this.hiResImageUrls = {
      		'natColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_natural_color.jpg',
      		'geoColor': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_true_color.jpg',
      		'airMass': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest_hi_res/himawari-8/full_disk_ahi_rgb_airmass.jpg',
      		'fullBand': 'http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/himawari-8_band_03_sector_02.gif',
      		'europeDiscNat': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBNatColour_LowResolution.jpg',
      		'europePartSnow': 'http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_RGBSolarDay_CentralEurope.jpg'
      	}
      	console.log(this.imageUrls[this.config.style]);
      

      So, you can choose from more Images.

      • europeDiscNat: natural Color Europe Picture
      • europeDiscSnow: snow!!! ;)

      config.js

      	{
      		module: 'MMM-Globe',
      		position: 'center',
      		config: {
      			style: 'europeDiscNat',
      			imageSize: 600,
      			ownImagePath:'',
      			updateInterval: 10*60*1000
      		}
      	},
      

      If I have a bit more time, I’d like to add the standard ones and make a pull request to choose from. There’s a list of (near) real-time images from EUMETSAT: http://oiswww.eumetsat.org/IPPS/html/latestImages.html

      posted in Utilities
      binderthB
      binderth
    • RE: Netflix Module

      @schlachtkreuzer6 said in Netflix Module:

      viewing netflix in the bathroom :P why not?

      ok, fair point. but behind the mirror with false colours and without decent sound and being a Pi as a source, I don’t think it will be much of a great experience! I’d just take my tablet in the bath tub for that! ;)

      posted in Requests
      binderthB
      binderth
    • RE: WiFi drops and reconnects regularly...

      Just a short information, after changing the powersupply to 5V/2A instead 5V/1,5A it now seems stable. I now only get a rekeying-message every 10mins in the syslog, which I suppose is my FritzBox. :)

      I’m using the internal WiFi - apparently withou power saving off. But seems OK.

      posted in Troubleshooting
      binderthB
      binderth
    • RE: Wunderlist won't display entries

      @binderth said in Wunderlist won't display entries:

      CLIENT ID: 20 characters
      CLIENT SECRET: 60 characters

      Please be aware, that in the Wunderlist API there’s a CLIENT SECRET, which is exactly as long as the ACCESS TOKEN.
      The ACCESS TOKEN is not shown directly after generating the Keys, there’s a button “CREATE ACCESS TOKEN”, after that, the token is generated on the fly (note: it changes, everytime you press the button!). Then you can put in the token, which then resulted in my lists showing up in the MM as expected! ;)

      So please be aware, there are in fact three keys, only two are needed in config.js.

      posted in Troubleshooting
      binderthB
      binderth
    • Touchscreen instead of simple monitor behind MagicMirror?

      I want to build my own MagicMirror, but came across the actual bidirectional problem if I just use a Monitor. I’d like to use the MagicMirror with my home automation frontend, so I can push some buttons on the mirror also.

      So I thought, there are three ways to solve this:

      1. use a Touchscreen instead of a monitor
      2. use gesture control (don’t know how to do this…)
      3. use voice activation (don’t know how to do this, either)

      So, the best thing would be to use all three of them (if I can learn how to do 2 and 3). And for this, I’d like to use an touchscreen in MagicMirror. I see, there are some of you using some kind of touch-film or something, but didn’t find a tutorial on which hardware would be best.

      Thanks for your help!
      Thomas.

      posted in Hardware
      binderthB
      binderth
    • Microsoft To-Do (wunderlist replacement?)

      I have the Feeling, Microsoft will sooner or later migrate wunderlist into To-Do. Is there someone already working on a To-Do module?

      posted in Requests
      binderthB
      binderth
    • RE: MagicMirror Pimatic (Home Automation) Dashboard

      @Mr.Sponti nice! just curious, why didn’t you use the “MMM-REST” module for your pimatic integration? I’m about to display some of the exact same Information (but from openHAB as a source for my home automation). So I wonder, if there were any impediments for using MMM-REST.

      Thanks,
      Thomas.

      posted in Show your Mirror
      binderthB
      binderth
    • RE: [MMM-iFrameReload]: iFrame won't refresh

      @binderth
      I want to solve! ;)
      see on github: https://github.com/TheBogueRat/MMM-iFrameReload/issues/2

      I also changed the “MMM-iFrameReload.js”: line 32:

      		iframe.src =  this.config.url + '&' + new Date().getTime();
      

      this way, the URL is different everytime - perhaps it is some kind of caching issue.?

      posted in Troubleshooting
      binderthB
      binderth
    • RE: Magic Mirror @ Munich

      @Steff said in Magic Mirror @ Munich:

      There is one thing I am unsure about. I have noticed that the controller unit (inverter/ controller) of the monitor has slightly shifted. Maybe I “pressed” the HDMI cable too much and therefore it got dislocated. You can see this in the last picture.

      Hi all,

      I encountered the same thing with my Viewsonic. It appears, the Controller units arent’t riveted or bolted (or even glued) to the backpanel. They are just taped together with a silverisch tape. My Monitor has a VESA-Mount at the back, so I thought of bolting the wonitor to the wall with a slim VESA-Mount - which worked for 12hours, then the panel fell off - fortunatetly everything is still working.
      So I’m thinking - either you have to tape it more thoroughly or use a two-component metal glue for a stable compound.

      In my case, I’m making a provisionary case with wood also, which holds the Monitor - and I’m not using the VESA-Mount anymore.

      posted in Show your Mirror
      binderthB
      binderth

    Latest posts made by binderth

    • RE: Microsoft To-Do (wunderlist replacement?)

      @ThaliaFromPrussia ok - still nothing new, did a complete new App now.
      is there a way to get more Loginfos? right now I only get the helper and stuff in the log, but nothing more. no Authentication error or something, which would point me in the right direction…

      posted in Requests
      binderthB
      binderth
    • RE: Microsoft To-Do (wunderlist replacement?)

      @ThaliaFromPrussia jepp, did that (the client_id and stuff stays the same, but code regenerates. or did you delete your App as a whole?

      posted in Requests
      binderthB
      binderth
    • RE: Microsoft To-Do (wunderlist replacement?)

      apart from getting it to work, in what intervals does the module refreshs on the list? and could you also implement the “fade-option”? looks just cool! ;)

      posted in Requests
      binderthB
      binderth
    • RE: Microsoft To-Do (wunderlist replacement?)

      @thobach thanks for your effort!
      I just migrated my wunderlist to ToDo (which went flawlessly) and now I’d like to authenticate ToDo as you described on github.

      first: I think, the URL is broken (spaces here: https://github.com/thobach/MMM-MicrosoftToDo#authorization-code-generation-code).
      only after replacing the whitespaces with “%20” it worked and I got the code.

      after that - I got all the info - but still no entries.

      logfile-out:

      [22:22:45.809] [LOG]    Connecting socket for: MMM-MicrosoftToDo
      [22:22:45.811] [LOG]    MMM-MicrosoftToDo helper started ...
      

      but the mirror only shows “Lade Einträge…” (loading entries).

      posted in Requests
      binderthB
      binderth
    • RE: Wunderlist shuts down May 6th

      I’m great at testing something or adjusting existing code… I suck at programming, though. not my hometurf… ;)
      so, if somebody begins… I’m in.

      posted in General Discussion
      binderthB
      binderth
    • RE: Wunderlist shuts down May 6th

      Would like to see MS-Todo on the magicmirror, too.

      Somebody working on this? There’s an API provided by Microsoft, if I read this correctly: https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/

      posted in General Discussion
      binderthB
      binderth
    • Microsoft To-Do (wunderlist replacement?)

      I have the Feeling, Microsoft will sooner or later migrate wunderlist into To-Do. Is there someone already working on a To-Do module?

      posted in Requests
      binderthB
      binderth
    • RE: MMM-PIR-Sensor interferes with MMM-RTSPStream

      Thanks! Worth a try!

      posted in Troubleshooting
      binderthB
      binderth
    • RE: cant stream 1 HikVision cam

      @tv25666

      • what’s in the log?
      • do you have MMM-PIR-Sensor running in parallel?
        I experience crashing of MMM-RTSPStream as described here: https://forum.magicmirror.builders/topic/7260/mmm-pir-sensor-interferes-with-mmm-rtspstream
      posted in Troubleshooting
      binderthB
      binderth
    • RE: MMM-MQTT freezes after some time

      @kugelfang said in MMM-MQTT freezes after some time:

      I’m running three instances of this plugin, each listening to a different sensor .

      Why don’t you use one instance and configure the subscriptions as shown in the Readme? works for me (presently 5 subscriptions in one instance).

      posted in Troubleshooting
      binderthB
      binderth