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

    audun

    @audun

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

    audun Unfollow Follow

    Latest posts made by audun

    • RE: Weather modules

      @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",
      			}
      		},
      
      posted in Requests
      A
      audun
    • RE: Weather modules

      This weather module works great.
      https://github.com/martinkooij/MMM-MyWeather

      It’s the same as the one from jclarke0000, but this uses weatherbit.io api instead.

      1142a122-661e-461a-bf34-fc43b122595c-image.png

      posted in Requests
      A
      audun