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

    Posts

    Recent Best Controversial
    • 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
    • 1 / 1