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

    Posts

    Recent Best Controversial
    • MMM-Remote-Control Not working well after upgrade to 2.29

      After upgrade to 2.29, MMM-Remote-Control running not properly. No any module loaded in “Update” & “Remote control”

      posted in Troubleshooting
      K
      kent79
    • RE: v2.29.0 weather module issue

      @MarcLandis

      Thank you for information

      posted in Bug Hunt
      K
      kent79
    • RE: v2.29.0 weather module issue

      @MarcLandis

      I see. Thank you for your quick reply. Any free API is available now? I will move

      posted in Bug Hunt
      K
      kent79
    • RE: v2.29.0 weather module issue

      @MarcLandis

      V3 submittion need to provide a credit information. It is bad idea. Well, I will keep using 2.5 api key and 2.28 old weather module in this moment.

      I wish MM can revert it later since version 2.5 is totally free. Thanks.

      posted in Bug Hunt
      K
      kent79
    • v2.29.0 weather module issue

      I just update to v2.29.0, but find out the weather module doesn’t work (MagicMirror\modules\default\weather). It can’t show the information.

      I used the old module to replace. It works again. So it must be weather module issue. Please fix it. Thanks.

      Below is my config

                      {
                      
                      			module: "weather",
                      
                      			position: "top_right",
                      
                      			config: {
                      
                      				weatherProvider: "openweathermap",
                      
                      				type: "current",
                      
                      				location: "s",
                      
                      				locationID: "1",
                      
                      				apiKey: "1",
                      
                      				showSun: false,
                      
                      				showHumidity: "wind",		
                      
                      			}
                      
                      		},
                      
                      		{
                      
                      			module: "weather",
                      
                      			position: "top_right",
                      
                      			header: "weather",
                      
                      			config: {
                      
                      				weatherProvider: "openweathermap",
                      
                      				type: "forecast",
                      
                      				location: "s",
                      
                      				locationID: "1",
                      
                      				apiKey: "1",
                      
                      				colored: true,
                      
                      			}
                      
                      		},
      posted in Bug Hunt
      K
      kent79
    • RE: Under US$100 Magic Dashboard (Rpi + Tablet + WallPanel)

      2.jpg

      I just add world clock (MMM-Worldclock) on the top of the screen

      posted in Show your Mirror
      K
      kent79
    • RE: [Coding] update time from every 1 second to scheduled time

      @sdetweil

      1.png

      Combined the lunar script to default clock module. It looks great. Thank you again for your great help. :)

      posted in Development
      K
      kent79
    • Under US$100 Magic Dashboard (Rpi + Tablet + WallPanel)

      1.jpg

      WallPanel is a magicial App. It lets your old tablet to be MagicMirror.

      On Magic Dashboard, You may using most of function including touch screen function, but some modules may not be workable such as playing video (black screen) or webview (not working). So I need to install remote control module for access. It is amazing time for someone who want to try MagicMirror as a Dashboard.

      Server: Raspberry Pi Zero 2 W
      Client: Android Tablet 10 inch (1280 x 800)

      MagicMirror
      Public2.27.0

      WallPanel App:
      https://play.google.com/store/apps/details?id=xyz.wallpanel.app&hl=en_US

      Module List:
      deafult-alert
      deafult-calendar
      deafult-clock (show Lunar date - revised version)
      deafult-newsfeed
      deafult-updatenotification
      deafult-weather
      MMM-AQI
      CalendarMonthly
      MMM-ImagesPhotos
      MMM-Remote-Control
      MMM-SmartWebDisplay (hidden on Screen - revised version)
      MMM-Webradio (edit Text format - revised version)

      posted in Show your Mirror
      K
      kent79
    • RE: [Coding] update time from every 1 second to scheduled time

      @sdetweil

      I find out line 41 coding is wrong, the correct value is “MS_in_day = 10006060*24”. I have tested and work fine now. Thanks.

      Orginal:
      let MS_in_day =

      20*60*60*1000+8*60*1000  //24*60*60*1000;
      

      New:

      let MS_in_day = 1000*60*60*24;
      
      posted in Development
      K
      kent79
    • RE: [Coding] update time from every 1 second to scheduled time

      @sdetweil

      of course. I have still no idea

      posted in Development
      K
      kent79
    • 1
    • 2
    • 3
    • 2 / 3