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

    Bobba86

    @Bobba86

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Bobba86 Unfollow Follow

    Latest posts made by Bobba86

    • RE: [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se

      @retroflex

      I´ve got some problems with the module. It just says loading. Tried some of the things posted in this thread but could not get it to work. Any ideas what to do?

      Svenska funkar utmärkt då jag antar att du är svensk som skapat denna :D

      posted in Utilities
      B
      Bobba86
    • How to install Guide for beginners

      Hello!

      Been looking around for a step by steg guide how to install MagicMirror but could not find any. Would be nice to have a step by step guide from setting up the raspberry to a clean install of MagicMirror.

      All the Youtube tutorials I´ve found seems to be out of date and does not seem to work with the manual install guide from the MM page.

      Thanks!

      posted in Troubleshooting
      B
      Bobba86
    • Schedule reboot of Pi or MagicMirror

      Hey!

      Been looking around for an option to get my Pi to restart once a day or at least get my MM restarting once a day. There seems to be an issue where some modules wont update unless i reboot MM. For example Google Calendar.

      There is a lot of guides out there, but i simply cant get it to work. Most of them are really old, so i guess they are outdated or maybe I´m doing it wrong :)
      Anyhow,

      What would be the easiest way to get my PI or MM to have a schedules restart once a day?
      Running a Raspberry Pi 3b+ with

      Thanks for the support!

      posted in Troubleshooting
      B
      Bobba86
    • RE: Multiple Google Calendar issue

      @sdetweil

      Thanks! Followed your instructions and tadaaa! It works :D Thank you very much for the help!

      posted in Troubleshooting
      B
      Bobba86
    • RE: Multiple Google Calendar issue

      Not sure how to show the error. Is there a log or something where i can get an error code? The calendar is showing in MM. But there is nothing in the calendar, no matter how many things i enter in my google calendar. The first one works just fine, but the second and third won´t show anything,
      Sometimes when i launch MM it says “error in the module” under the second and third calendar.

      If i would put all in one module. should i do it like this?
      Im new to this and have zero knowledge in coding :D

      	module: "calendar",
      	header: "Bobba",
      	position: "top_left",
      	config: {
      		calendars: [
      			{
      				fetchInterval: 7 * 24 * 60 * 60 * 1000,
      				symbol: "calendar-check",
      				url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      				maximumEntries:7,	
      				//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      			}
      

      {
      header: “Sara”,
      position: “top_left”,
      config: {
      calendars: [
      {
      fetchInterval: 7 * 24 * 60 * 60 * 1000,
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
      maximumEntries:7,
      //url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
      }
      {
      header: “Sara”,
      position: “top_left”,
      config: {
      calendars: [
      {
      fetchInterval: 7 * 24 * 60 * 60 * 1000,
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
      maximumEntries:7,
      //url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
      }
      ]
      }
      },

      posted in Troubleshooting
      B
      Bobba86
    • Multiple Google Calendar issue

      Hey!

      Im new in the MM community and got some issues setting up multiple Google Calendars.
      The first one works fine. Then i tried to set up two more from two different accounts.
      The URL i correct. But when I boot my mirror it says that there is nothing in the calendar and sometimes it says that there is an error in the module. I guess i have made an error somewhere, but cant figure it out. I have made changes to my url in the post since its my private calendar.
      Sorry about the mess in my config !

      		module: "calendar",
      		header: "Bobba",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      		{
      		module: "calendar",
      		header: "Sara",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      		{
      		module: "calendar",
      		header: "Max",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-urlbasic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      
      posted in Troubleshooting
      B
      Bobba86