MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Globe

    Scheduled Pinned Locked Moved Utilities
    119 Posts 39 Posters 196.4k Views 40 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LukeCodewalkerL Offline
      LukeCodewalker Module Developer @iMAGiC
      last edited by

      @iMAGiC wow that looks great =)

      1 Reply Last reply Reply Quote 0
      • N Offline
        Novocain @iMAGiC
        last edited by

        @iMAGiC

        Ni hao, fei chang hao :-)

        1 Reply Last reply Reply Quote 0
        • G Offline
          GinSeng
          last edited by

          @LukeCodewalker great work! Thanks for this module, i already tested it. I will upload a picture tomorrow.
          But i have one question. Is it possible to fade the image ? Like its getting darker and brighter after time in repeat?

          LukeCodewalkerL 1 Reply Last reply Reply Quote 0
          • LukeCodewalkerL Offline
            LukeCodewalker Module Developer @GinSeng
            last edited by

            @GinSeng
            Thank you. I don’t really understand what you mean with fade. Do you want to have a fade between to images in the moment when a new picture was loaded? Or do you want to fade it over a longer time? Then you should try ‘natColor’ as the style property in your config for this module.

            G 1 Reply Last reply Reply Quote 0
            • G Offline
              GinSeng @LukeCodewalker
              last edited by GinSeng

              @LukeCodewalker
              Yes i want to fade one picture over a longer time. Like an LED Fading on/off over a periodic time. But i managed to do it with a gif, i created.

              Btw.: Here is a picture which i promised :) i used a custom picture. (It’s in the dark because the mirror isn’t complete by now and the monitor i use atm isn’t really the best :/ 0_1479547035036_2016-11-18_22-32-39_811.jpg

              1 Reply Last reply Reply Quote 0
              • M Offline
                matt25
                last edited by paviro

                Hi,

                Have an issue with the module. Nothing display, only some lines…

                0_1479826430390_Capture d’écran 2016-11-22 à 15.53.13.png

                I had a look at the code. The generated URL is correct, when I copy it into a browser I can see the picture:
                http://rammb.cira.colostate.edu/ramsdis/online/images/latest/himawari-8/full_disk_ahi_true_color.jpg?1479826211800

                Then had a look at wrapper and image objects (in getDom) and display their attributes, everything seems ok.

                All other modules works fine on my raspberry. Any help would be welcome, thanks in advance.

                By the way, my config:

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

                Thank a lot.

                Matt


                Note from admin: Please use Markdown on code snippets for easier reading!

                1 Reply Last reply Reply Quote 0
                • G Offline
                  GinSeng
                  last edited by GinSeng

                  @matt25

                  Hi Matt, try at position : ‘middle_center’ not only center.

                  M Andrius okA 2 Replies Last reply Reply Quote 0
                  • M Offline
                    matt25 @GinSeng
                    last edited by paviro

                    @GinSeng
                    Hi Ginseng, thanks for your help. Already tried different positions but no success:

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

                    Also tried the module locally on my macbook, but still the same problem… very weird!

                    (note that the ‘updateinterval’ is modified when posting the message)


                    Note from admin: Please use Markdown on code snippets for easier reading!

                    LukeCodewalkerL 1 Reply Last reply Reply Quote 0
                    • LukeCodewalkerL Offline
                      LukeCodewalker Module Developer @matt25
                      last edited by

                      @matt25 Puh. I don’t get what’s going wrong here. Could it be possible that there’s another module is having influence? Maybe you could show us your whole config file.

                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        matt25 @LukeCodewalker
                        last edited by paviro

                        @LukeCodewalker
                        That’s what I thought… I even removed all the modules but no success!
                        Here’s my last config file…

                        */* Magic Mirror Config Sample
                        *
                        * By Michael Teeuw http://michaelteeuw.nl
                        * MIT Licensed.
                        */
                        
                        var config = {
                        	port: 8080,
                        	language: 'en',
                        	timeFormat: 24,
                        	units: 'metric',
                        
                        	modules: [
                        		{
                        			module: 'alert',
                        		},
                        		{
                        			module: 'clock',
                        			position: 'top_left'
                        		},
                        
                        		{
                        			module: 'newsfeed',
                        			position: 'bottom_bar',
                        			config: {
                        				feeds: [
                        					{
                        						title: "New York Times",
                        						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                        					}
                        				],
                        				showSourceTitle: true,
                        				showPublishDate: true
                        			}
                        		},
                        
                        		{
                        			module: 'MMM-Globe',
                        			position: 'middle_center',
                        			config: {
                        				style: 'geoColor',
                        				imageSize: 200,
                        				ownImagePath:'',
                        				updateInterval: 10*60*1000
                        			}
                        		},
                        
                        	]
                        
                        };
                        
                        /*************** DO NOT EDIT THE LINE BELOW ***************/
                        if (typeof module !== 'undefined') {module.exports = config;}*
                        

                        Note from admin: Please use Markdown on code snippets for easier reading!

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 11
                        • 12
                        • 1 / 12
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy