felixhageloh / uebersicht

ˈyːbɐˌzɪçt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widgets not working on Mac os Big sur

Hikari31 opened this issue · comments

I tried to use the widgets but this error sign popped up. I don't really know how to code yet. Does anyone know what to do?
Screenshot 2021-04-22 at 7 17 03 PM

Hey @Hikari31 i'am running übersight Big Sur with no issues.
That specific error is related to React/JSX and not necessarily übersight.
Here you can look at a similar error and how to solve it.

Have a good one 😄

Hey @Hikari31 i'am running übersight Big Sur with no issues.
That specific error is related to React/JSX and not necessarily übersight.
Here you can look at a similar error and how to solve it.

Have a good one 😄

Hey @2lach thanks for your reply. The only problem is I dont know where or how to replace the code. I have looked at the all JSX files and none of them have "const List = (title: any, children: any) => ( ". I have tried the debug console but I simply do not understand any of it. Can you please tell me where I can add/replace the code? Thanks in advance.
Screenshot 2021-04-26 at 3 45 30 PM
Screenshot 2021-04-26 at 3 45 55 PM
Screenshot 2021-04-26 at 3 46 01 PM

Ah if i'am not misstaking your running the iStat wigdet (its a nice one)
Have your followed the setup guide found here:
You need a gem (Ruby pkg) to run it.
Follow the steps in the Readme found here:
https://github.com/roele/istats.widget

And if the problem doesn't solve itself let me know

Have a good one 😎

Ah if i'am not misstaking your running the iStat wigdet (its a nice one)
Have your followed the setup guide found here:
You need a gem (Ruby pkg) to run it.
Follow the steps in the Readme found here:
https://github.com/roele/istats.widget

And if the problem doesn't solve itself let me know

Have a good one 😎

hey thanks for your swift reply again. I did in fact try to download the ruby gem but this error appeared and again I really have no clue. Do you by any chance know what this means? Sorry for troubling you so much. Thanks in advance
I did updated my account using the code shown but still didnt change anything
Screenshot 2021-04-26 at 7 49 40 PM

Hey don't worry about it everybody was new in the beginning 😉
So the error above indicates that your mac user (you can get your username by running echo $USER in the terminal) does not have system admin rights.
Which is why you can't install the package

To fix this you need to update your users permisson level to admin.

You do this in mac setting > users
Follow the steps here:
https://www.wikihow.com/Become-an-Administrator-on-a-Mac

Then reboot your computer and try installing the Gem again

Let me know how it works out 😎

Hey don't worry about it everybody was new in the beginning 😉
So the error above indicates that your mac user (you can get your username by running echo $USER in the terminal) does not have system admin rights.
Which is why you can't install the package

To fix this you need to update your users permisson level to admin.

You do this in mac setting > users
Follow the steps here:
https://www.wikihow.com/Become-an-Administrator-on-a-Mac

Then reboot your computer and try installing the Gem again

Let me know how it works out 😎

Once again thanks for such a quick response. IT FINALLY WORKED! TYSM.

Think nothing of it 🎩
One day you will be the one with the answers, and it might very well be me looking for those answers 😉

commented

thanks for you help @2lach. Closing this for now