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.

    Weather modules

    Scheduled Pinned Locked Moved Requests
    22 Posts 9 Posters 5.9k Views 9 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.
    • I Offline
      icemanmw
      last edited by icemanmw

      Hi audun ,
      thank you for the hint (that´s what i am looking for )
      ,i tried to install but it is not running .
      Just “loading” is displayed. Tried different config´s but no result. Is there a special thing to follow that it will run?

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        audun @icemanmw
        last edited by audun

        @icemanmw

        This config is working for me. Can you test.
        Did you run npm install after git clone?

        		{
        			module: 'MMM-MyWeather',
        			position: 'top_left',
        			config: {
        				fade: false,
        				apikey: 'yourapikey', // private; don't share!
        				lat: "59.613794", // Culemborg, NL ;)
        				lon: "11.072405", // use the quotes! 
        				hourly: '1',
        				coloricon: true,
        				iconset: "colourful",
        				fctext: '0',
        				fcdaycount: "5",
        				fcdaystart: "0",
        				hourlyinterval: "3",
        				hourlycount: "2",
        				alerttime: 10000,
        				alerttruncatestring: "english:",
        				roundTmpDecs: 1,
        				windunits: "kph",
        				UseCardinals: 0,
        				layout: "vertical",
        				timeFormat: "HHmm",
        			}
        		},
        
        1 Reply Last reply Reply Quote 0
        • 1
        • 2
        • 3
        • 3 / 3
        • 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