MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Best
    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: Problems With Weather

      @brendan_c23

      I don’t use the default weather modules but I loaded up the weather forecast module and it errors, stating:

      Failed to load resource: the server responded with a status of 401 (Unauthorized)
      weatherforecast.js:261 weatherforecast: Your AppID does not support long term forecasts.
      

      So, it looks like the appKey from open weather is the problem, or, the module is asking for data that is not available to holders of the free api.

      Run your mirror by using npm start dev and see if that is the error you are getting

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Hello! I’m BEA!!!

      @saljoke

      Personally, I like the moon module. :-)

      Well done! :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Problems With Weather

      @brendan_c23

      Correction, the module loads eventually but with only one day of weather, today.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: First Attempt, Still a work in progress

      @jonspraggins said in First Attempt, Still a work in progress:

      Tweaked the compliments module to display “Good F’in Design Advice”.

      Mine is mostly insults. Funny as all hell. :-)

      Nice work. :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Problems With Weather

      @brendan_c23

      I’m done for the night, mate. I would suggest you double check your appid at openweather. copy and paste it into your config entry for weatherforecast and make sure it is in quotes.

      Perhaps someone else will continue to help you tonight.

      Good luck

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My First Mirror

      @dazza120 said in Nearly there at last,Yes!:

      Good job on the mirror. Feels good, doesn’t it? :thumbsup:

      Resizing pics is killing the pic quality

      Use high resolution/quality images, especially if you are resizing larger. Resizing smaller shouldn’t be a problem.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Cached pictures in iFrame

      @bkeyport

      @bkeyport said in Cached pictures in iFrame:

      Is there any way to turn off the caching, or do whatever I need to do to get a fresh image every time?

      Sounds like a similar issue I had a while back. Perhaps this is the same issue. The DOM has to change in order for it to refresh. Sean and Strawberry taught me this. The solution is simple.

      Set up a time stamp var and add it to the end of your img source.

      var getTimeStamp = new Date().getTime();
      img.src = "http://api.usno.navy.mil/imagery/earth.png?view=rise&seed=" + getTimeStamp; 
      

      If yours is the same issue then this will work.

      Hope it helps.

      Peace!

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: My Old Wood Mirror

      @nischi said in My Old Wood Mirror:

      Hope you like it as i like it, let me know what you think about.

      I really like what you’ve done with the frame. It’s not old wood anymore, it’s a work of art. Well done! :thumbsup:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Cached pictures in iFrame

      @sdetweil

      I thought I said that. :-)

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MacMirror

      @trividar said in MacMirror:

      is there a way to disable te Monitor/HDMI output/SleepMode with voice on Mac with ubuntu?

      I think mmm-voice has that ability by default. However, using mmm-voice with the Hello Lucy enhancement you can simply issue the voice commands “Go To Sleep” to put your monitor in standby/sleep and “Please Wake Up” to turn it back on.

      There are other voice modules that may do the same thing.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • 1 / 1