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

    TyFusion

    @TyFusion

    0
    Reputation
    51
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    TyFusion Unfollow Follow

    Latest posts made by TyFusion

    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Hey guys,
      I’m trying to use this model and this stucks in loading :

      {
      		  module: "MMM-DarkSkyForecast",
      		  header: "Weather",
      		  position: "top_right",
      		  classes: "default everyone",
      		  disabled: false,
      		  config: {
      		    		apikey: "xxxxx",
      		    		latitude: "39,462900",
      		    		longitude: "-8.473200",      
      		    		iconset: "4c",
      		    		concise: false,
      		    		forecastLayout: "table"
      	  	}
      	},
      

      What 's the problem here?

      posted in Utilities
      T
      TyFusion