Read the statement by Michael Teeuw here.
MMM-Globe
-
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
Very nice work!
It would be awesome, if you could add the real time images!
Sebastian
-
@shgmongohh that would be awesome! thank you in advance :)
-
@schlachtkreuzer6
Hey guys,
I was able to cut the white bar by cutting the last pixels (depending on the image size) from this image with adding the following to MMM-Globe.jsgetDom: function () { var wrapper = document.createElement("div"); if (this.config.style == "europeDiscNat") { wrapper.style.height = 0.98 * this.config.imageSize - 1 + "px"; wrapper.style.overflow = "hidden"; } var image = document.createElement("img");
-
@SvenSommer Nice work! Thanks. Post it on github as well :)
-
@schlachtkreuzer6
done, I also included the sources from binderth and made a pull request. -
@SvenSommer
could you please adjust the README.md that it contains your additional image-styles? then i will merge your pull request =)
thanks for your help improving the module -
Wrong, the picture source information was from me.
You can read my first entry above the post from @binderth !
-
@lolobyte
Sorry. So, thank you for this excellente source!@LukeCodewalker
readme is adjusted. -
@SvenSommer
Merged! Thank you -
so great coming home from skiing and everything is already fixed and commited! Thanks, guys!
looks awesome!