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

    Posts

    Recent Best Controversial
    • mmm newsapi help

      hi i cant seems to get to module to work as intended.

      is it possible to specify 2 countries?
      even then, when i specify country as SG, it keep showing me the default news from 24news.

      what am i doing wrong here?

      {
                     module: "MMM-NewsAPI",
                     header: "news",
                     position: "top_center",
                     config: {
                             apiKey: "12345",
                             type: "horizontal",
                             choice: "headlines",
                             pageSize: 10,
                             sortBy: "publishedAt",
                             drawInterval: 1000*30,
                             templateFile: "template.html",
                             fetchInterval: 1000*60*60,
                             QRCode: true,
                             query: {
                                     country: "sg",
         			category: "",
         			q: "",
                                     qInTitle: "",
                                     domains: "",
                                     excludeDomains: "",
                                     language: "",
                             }
                     }
             },
      
      posted in Troubleshooting
      1
      1a2a3a
    • RE: MMM-GooglePhotos

      hi, does anyone know how to configure the sizing of the gphoto?
      im trying to make the photo not full screen, but to perhaps just the top portion of the mirror or to some size of the mirror (havent really decided on the location) but having trouble sizing them.

      i changed the showWidth and showHeight but while they make the picture smaller, the quality seems to be reduce?
      i have also added #GPHOTO in CSS with width and height at 50% but it still feel like its showing full screen…

      posted in Entertainment
      1
      1a2a3a
    • RE: Setting 2 default calendar modules; but weird represent

      @sdetweil I actually installed this but couldn’t get it to work. When I tried launching, the page looks gibberish to me and it doesn’t generate a new config file. Not sure if I’m doing something wrong.

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Setting 2 default calendar modules; but weird represent

      @sdetweil yes yes yes! thank you so much! spent my entire day on this :(

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Setting 2 default calendar modules; but weird represent

      @sdetweil nothing works actually. so you see my code.
      the last paragraph on the default cal module where holiday ics is … no matter what format i choose for the date format, it will be stuck at Dec 25th. all i wanted is 25th Dec or 25 Dec.

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Setting 2 default calendar modules; but weird represent

      @sdetweil we are talking about default cal ya? lets ignore cx here.
      i have 1 hidden with 2 url. <- this is fine to be hidden because i need the url to be passed on to the cx.

      have another 1 not hidden with 1 url. <- i cant change the date format for this with the code given unless i merge both cal (hidden and not hidden) url into 1 module. i only want this calendar to only show holiday and not the rest of the url.

      im going to paste my code here

      {
        module: "MMM-CalendarExt3Agenda",
        position: "top_left",
        title: "Today",
          config: {
      	  locale: 'en-GB',
      	  instanceId: "basicCalendar",
      	  startDayIndex: 0,
      	  endDayIndex: 7,
      	  showMiniMonthCalendar: false,
      
        }
      },
      
      
      {
      			module: "calendar",
      			broadcastPastEvents: true,
      			config: {
      			timeFormat: "absolute",
      			dateFormat: "Do MMM",
      			calendars: [
      					{
      					 url: "personal.ics",
      					name: "123",
      					},
      					{
      					url: "personal2.ics",
      					},
      					{
      					url: "soccer.ics",
      					},
      
      ]
      }
      },
      
      
      {
      			 module: "MMM-CalendarExt3",
      			 position: "bottom_bar",
      			 title: "",
      			 config: {
      			  mode: "weekly",
      			  instanceId: "basicCalendar",
      			  locale: 'en-GB',
      			  weekIndex: 0,  
      			  weeksInView: 4,
      			  maxEventLines: 6,
      			  fontSize: '18px',
      			  eventHeight: '13px',
      			  firstDayOfWeek: 0,
                    		  useMarquee: true,
      			  calendarSet: [],
         }
      		},
      
      
      		{
      			module: "calendar",
      			broadcastPastEvents: true,
      			header: "Singapore Holiday",
      			position: "top_right",
      			config: {
      			timeFormat: "absolute",
      			dateFormat: "Do MMM",
      			fulldayEventDateFormat: "Do. MMM",
      			maximumEntries: 10,
      				calendars: [
      					{
      					url: "https://www.officeholidays.com/ics-clean/singapore",
      					name: "Singapore Holiday",
      					},
      
      

      …

      and this is my result. as you can see, managed to flip all the dates to d MM except the one on the right showing the holiday despite the code added in…

      mm.jpg

      posted in Troubleshooting
      1
      1a2a3a
    • Setting 2 default calendar modules; but weird represent

      hi all

      coming from this post - https://forum.magicmirror.builders/topic/18211/help-with-date-format-mmm-calendarext3/15?page=2

      what i am trying to achieve here is that im running cx3 and cx3agenda and default calendar module.

      i was able to change date format in cx3 and cx3agenda from mm d to d mm using locale.

      now the issue is that i am not able to change the date format in the default calendar.

      i have 2 default calendar running with 1 hidden -
      default cal 1 (hidden): with personal ics and soccer ics.
      default cal 2 (shown): with holiday ics.

      reason being is that i do not want my default calendar to show all 3 ics. i want the default cal to only show holiday ics. cx3 and cx3agenda will show all 3 ics.

      problem here is that for the 2 default calendar setup, despite changing the timeFormat to absolute and dateFormat to desire, it does not work.
      this will only work once i revert to 1 default calendar. but that would mean my default calendar will show all 3 ics instead of just 1.

      are there any options available?

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE so the thing here is that, with the 2 default calendar module, when 1 if turned off from viewing (hiding) i can set it to show different ics, but the date format change doesnt work.

      if i ‘delete’ 1 of the default cal entirely and just keep 1 default calendar and showcase it, the date format change suggested by you works. but in this instance, that visible calendar is only able to show all the ics and not just the specific ones that i want.

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE for your this particular calendar on the top left. are you able to show holiday and exclude all other calendar without affecting your cx3?

      so for example in your calendar module you define holiday ics, soccer ics, and personal ics.

      in cx3, to show all 3 ics.
      but for that particular top left module, is it possible to just show holiday ics?

      the only way for this to work is that i define 2 default calendar module in my config.
      the 1st default cal - soccer ics and personal ics. hide this module and cx3 and cx3agenda will pull soccer ics and personal ics into them.
      the 2nd default cal - holiday ics. do not hide and make it appear. this 2nd default cal module will show just holidays. cx3 and cx3 agenda will then show all 3 ics.

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE hmm still not happening.

      	{
      		module: "calendar",
      		broadcastPastEvents: true,
      		header: "Singapore Holiday",
      		position: "top_right",
      		config: {
      		timeFormat: "absolute",
      		dateFormat: "Do. MMM, HH:mm",
      		fulldayEventDateFormat: "Do. MMM",
      		maximumEntries: 10,
      			calendars: [
      				{
      				url: "https://www.officeholidays.com/ics/singapore",
      				},
      

      4cbd79a0-3c20-4861-b162-439f7026953b-image.png

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      Anybody has an idea how to change the default cal?

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE it doesnt work. i have tried timeFormat to absolute as well.
      tried inputting locale to default calendar module as well.
      all doesnt work.

      btw the default calendar module is part of your cx3. in your cx3 it requires the configuration of default cal module.

      for the cx3agenda, i have hidden the default cal module.

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE ok almost there. overall date has been changed as well.

      all thats is left is the holiday on the right…

      mm.jpg

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      scratch that. managed to get cx3 and agenda to display correctly.

      im now left with the overall date and the calendar module that doesnt sems to work…

      i circled them in red both on the right. the red circle is abit light on the black background

      mm.jpg

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE so under the let config at the top section, i leave language and locale as default ya?
      language: “en”,
      locale: “en-US”,
      logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”], // Add “DEBUG” for even more logging
      timeFormat: “24”,

      then in cx3 config i insert -
      module: “MMM-CalendarExt3”,
      position: “bottom_bar”,
      title: “”,
      config: {
      locale: “en-GB”,

      but nothing’s changed…

      posted in Troubleshooting
      1
      1a2a3a
    • RE: Help with date format MMM-CalendarExt3

      @MMRIZE singapore with english. i would want the general general data format to be dd mm yyyy and sunday is the start of the week.

      so i tried setting in cx3 config locale = en-gb or en-sg, and nothing’s changed…

      posted in Troubleshooting
      1
      1a2a3a
    • Help with date format MMM-CalendarExt3

      Hi all, need help changing the date format here please.
      I’m running mmm calendarext3 ( with the default calendar hidden) and ext3agenda (with the default calendar showing holiday).

      My date is currently November 30. Am trying to get it to show 30 November across the board.

      I have tried changing time format to absolute and changing date format to desire but nothing works.
      Next tried changing the locale to say FR, the date format changed but it’s in French.

      Any ideas?

      posted in Troubleshooting
      1
      1a2a3a
    • RE: mmm googlephoto quota reached

      @MMRIZE I left my mirror on with the background. Will it auto reset on its own or down I have to disable the module and enable and restart the mirror tml? I assumed letting it sit there with a black background and let it auto refresh is fine?

      posted in Troubleshooting
      1
      1a2a3a
    • RE: mmm googlephoto quota reached

      @MMRIZE

      When does scanning happen? When you start mirror in that instant? Suppose I’m editing css and I hit refresh, that refresh state will trigger a scanning?

      I’m on a 30 sec interval, so 1 day it can show 2880 images right? Then when does call comes in?

      How is it that I hit the quota so fast? Could it be the “refresh”?

      posted in Troubleshooting
      1
      1a2a3a
    • mmm googlephoto quota reached

      hi all

      my mmm google photo is not showing anything in the magicmirror.

      this is the error code -
      [26.11.2023 01:38.28.391] [ERROR] [GPHOTOS:CORE] response.data:
      {“error”:{“code”:429,“message”:“Quota exceeded for quota metric ‘All requests’ and limit ‘All requests per day’ of service ‘photoslibrary.googleapis.com’ for consumer ‘project_number:524777145159’.”,“status”:“RESOURCE_EXHAUSTED”,“details”:[{“@type”:“type.googleapis.com/google.rpc.ErrorInfo",“reason”:“RATE_LIMIT_EXCEEDED”,“domain”:“googleapis.com”,“metadata”:{“quota_location”:“global”,“quota_limit_value”:“10000”,“quota_limit”:“ApiCallsPerProjectPerDay”,“consumer”:“projects/524777145159”,“service”:“photoslibrary.googleapis.com”,“quota_metric”:“photoslibrary.googleapis.com/all_requests”}},{“@type”:“type.googleapis.com/google.rpc.Help”,“links”:[{“description”:"Request a higher quota limit.”,“url”:“https://cloud.google.com/docs/quota#requesting_higher_quota”}]}]}}

      seems like a quota thing? what do i need to do fix this?

      posted in Troubleshooting
      1
      1a2a3a
    • 1 / 1