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

    martha_facka

    @martha_facka

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Bayern

    martha_facka Unfollow Follow

    Latest posts made by martha_facka

    • RE: MMM-WeatherDependentClothes - Be properly dressed

      @Frühstück
      i have a problem to,

      {
      		module: "MMM-WeatherDependentClothes",
      		position: "top_right", // This can be any of the regions.
      		config: {
      			// See 'Configuration options' for more information.
      			location: "Vienna,Austria",
      			locationID: "", //Location ID from http://bulk.openweathermap.org/sample/city.list.json.gz
      			appid: "abcde12345abcde12345abcde12345ab", //openweathermap.org API key.
      			preferences: [
      				{
      				    name: "Winter jacket",
      				    icon: "jacket-cold",
      				    conditions: {
      					temp_max: 2.0,
      				    }
      				},
      				// more items here. See .js for default list
      			]
      };
      

      (npm run config:check) the last line is the problem (};)

      posted in Utilities
      M
      martha_facka