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

    Claymobil

    @Claymobil

    0
    Reputation
    461
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Claymobil Unfollow Follow

    Latest posts made by Claymobil

    • RE: MMM-forecast-io -- Localized up to the minute weather

      @ianperrin Thanks a lot !

      Works perfectly fine now :-)

      posted in Utilities
      C
      Claymobil
    • RE: MMM-forecast-io -- Localized up to the minute weather

      Hi everyone,

      I installed the mmm-forecast but I can’t figure out why i got the same error than @paulocarrasco …

      Here is my code:

      {
      			module: 'MMM-forecast-io',
      			position: 'top_right',  // This can be any of the regions.
      			config: {
      					// See 'Configuration options' for more information.
      					apiKey: 'my API key' // Dark Sky API key.
      					 // Only required if geolocation doesn't work:
      						latitude:   47.902964,
      						longitude: 1.9092510000000402
      					}
      		};
      

      I tried removing this part and averything else works.

      Do you have any idea ?

      thanks !


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

      posted in Utilities
      C
      Claymobil