Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Robertovj3
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 1
    • Groups 0

    Robertovj3

    @Robertovj3

    1
    Reputation
    14
    Profile views
    8
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Robertovj3 Follow

    Best posts made by Robertovj3

    • RE: Vilros Magic Glass Mirror and Frame

      @cynod Just ordered one myself going to see how it comes out! have you ordered one yet?

      posted in Hardware
      R
      Robertovj3

    Latest posts made by Robertovj3

    • RE: MMM-CalendarExt2

      @Sean got a question if you could help
      I set up my magic mirror following all documentation. But I am having an issue with the MMM-Calendarext2 module.

      I configured it how I want, the top left calendar works and shows where it should, but I can’t seem to get the monthly calendar in the bottom_bar, it just covers the whole screen layered on top of the other modules.
      I have been trying on my own for a month, any help or direction would be helpful. Thanks!

      I want it to look exactly like the example here: https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/doc/Configuration.md

      Here is my code:

      module: ‘MMM-CalendarExt2’,
      config: {
      calendars : [
      {
      name: “Jolliffe Activities”,
      url: "https://calendar.google.com/calendar/ical/ //took out the rest of url.
      },
      ],
      views: [
      {
      mode: “upcoming”,
      position:“top_left”,
      title: “Jolliffe Upcoming Activities”,
      },
      {
      mode: “month”,
      position: “bottom_bar”,
      title: “Jolliffe Monthly Activities”,
      slotSubTitleFormat: “dddd”,
      slotMaxHeight: “120px”,
      monthFormat: “[Month:]MM”,},],scenes: [ { name: “DEFAULT”,views: [], },],},
      },

      posted in Utilities
      R
      Robertovj3
    • RE: Calendar Covering the whole screen, how do i adjust this?

      @pandeyprakhar00 would you have any info on this? or could you assist on this?

      posted in Troubleshooting
      R
      Robertovj3
    • Calendar Covering the whole screen, how do i adjust this?

      I have with the help of all the documentation that is been provided set up my magic mirror. But i am having an issues with the MMM-Calendarext2 module. I configured it how i want but i cant seem to get the monthly calendar in the bottom_bar, it just covers the whole screen layered on top of the the other modules. Any help or direction would be helpful. Thanks!

      I want it to look exactly like the example they have here:

      https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/blob/master/doc/Configuration.md

      Here is my code:

      module: 'MMM-CalendarExt2',
        config: {
          calendars : [
            {
      	name: "Jolliffe Activities",
              url: "https://calendar.google.com/calendar/ical/ //took out the 
               rest of url.
            },
          ],
          views: [
            {
              mode: "upcoming",
      	position:"top_left",
      	title: "Jolliffe Upcoming Activities",
            },
      	{
      	mode: "month",
      	position: "bottom_bar",
      	title: "Jolliffe Monthly Activities",
      	slotSubTitleFormat: "dddd",
      	slotMaxHeight: "120px",
      	monthFormat: "[Month:]MM",
      	
      	},
          ],
          scenes: [
            {
              name: "DEFAULT",
      	views: [],
            },
          ],
        },
      },
      
      posted in Troubleshooting
      R
      Robertovj3
    • RE: Cant seem to find config section to edit modules.

      @pandeyprakhar00 Thanks for that i was actually watching your videos they are really well! i was wondering if the screencast was not working anymore. i installed but it does not seem to cast it provides error.

      posted in Troubleshooting
      R
      Robertovj3
    • RE: Cant seem to find config section to edit modules.

      thanks that really explains a lot! 🙂

      posted in Troubleshooting
      R
      Robertovj3
    • RE: Cant seem to find config section to edit modules.

      @sdetweil so where do i go to edit the config file to add other modules code?

      posted in Troubleshooting
      R
      Robertovj3
    • Cant seem to find config section to edit modules.

      I am new to rasberry pi and setting up the magic mirror. It seems straight forward but when i added a module and went to edit it, i cant not seem to find the config file so i properly edit. Did i set up something wrong or am i going to the wrong location?

      // this is my path to the config file and it wont take me anywhere

      pi@raspberrypi:~ $ cd MagicMirror/config
      pi@raspberrypi:~/MagicMirror/config $ ls
      config.js config.js.sample
      pi@raspberrypi:~/MagicMirror/config $

      posted in Troubleshooting
      R
      Robertovj3
    • RE: Vilros Magic Glass Mirror and Frame

      @cynod Just ordered one myself going to see how it comes out! have you ordered one yet?

      posted in Hardware
      R
      Robertovj3