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

    Posts

    Recent Best Controversial
    • RE: Bad question

      @Fonfon said in Bad question:

      @Fonfon and when i start npm , my config file name is config.js or config.js.sample ?

      config.js or it won’t work

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Bad question

      @Fonfon said in Bad question:

      Can you give me a correct config file for starting or where i can find it ?

      Well, that one should work if you make the correction I noted. Otherwise, in the config folder is a file called config.js.sample. Make a copy of it and rename it to config.js. Then you’ll have to add your other modules and API keys

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Bad question

      Like this

      {
      	module: 'calendar',
      	header: 'US Holidays',
      	position: 'top_left',
      	config: {
      		calendars: [
      			{
      				symbol: 'calendar-check-o ',
      				url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      			}
      		]
      	}
      },
      
      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Bad question

      @Fonfon

      the 2nd { in the calendar module should be deleted for starters

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Bad question

      @Fonfon

      Your config was working and now it’s not? If you just added something to a working config then that’s probably the culprit. Post your config here so we can have a look at it

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: WEATHER total NOOB

      @bluecaka69 said in WEATHER total NOOB:

      update
      :::
      got it working i just realized i didn’t install the repository my bad…

      Yeah, those help a lot. :wink:

      thanks for your advice

      You’re welcome :thumbsup:

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @strawberry-3.141 said in Throwing down the gauntlet:

      if someone wants to achieve the same, actually there is the module wunderground twice (center and right), but once the forecast and the other time the current weather is hidden

      The dude makes it sound so simple.

      You’re awesome! Take the day off. I promise, I won’t post any questions today. :smiley:

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @RedNax said in Weatherunderground - currently - hourly - daily - configurable:

      Thank you for your kind words. I’ve now pushed a version that will dynamically scale the fontsize/line length of the forecast text. Give it a go!

      I have to run off to work right now but I will “give it a go” as soon as I get home. I’ll let you know. Thanks for this.:thumbsup:

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: WEATHER total NOOB

      @bluecaka69

      Seeing as you have an API for WunderGround already, here’s my config.js entry for that. Just insert your API key and choose another weather station, the pws (at the website), as mine probably won’t be good for you. I left mine in so you can see how it looks. Also, look at the ReadMe for WunderGround to see how you can change the values below to your liking. Post your config.js file if this doesn’t work for you and we can take a look at it for you. Good luck.

                  {
      			module: 'MMM-WunderGround',
      			position: 'top_right',
      			config: {
          		apikey: 'YOUR API KEY GOES HERE',   /* private; don't share!*/
          		pws: 'pws:KNYNEWYO103',
      		currentweather: 1,
          		coloricon: true,
          		hourly: '1',
          		fctext: '1',
          		fcdaycount: "10",
          		fcdaystart: "0",
          		hourlyinterval: "2",
          		hourlycount: "1",
      		animationSpeed: 5000,
          		alerttime: 10000,
          		alerttruncatestring: "english:",
      			roundTmpDecs: 0,
      			UseCardinals: 1,
      			layout: "vertical",
      		windunits: "mph",
      			sysstat: "0"
      		}
      	},
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 1
    • 2
    • 426
    • 427
    • 428
    • 429
    • 430
    • 439
    • 440
    • 428 / 440