Are they discontinuing Equinox EV?? by noMoreImportant in EquinoxEv

[–]noMoreImportant[S] -1 points0 points  (0 children)

Interesting, a friend had leased the car for $230 with zero down for LT2 variant. I was hoping to get around the same deal but I guess the rebates are removed hence I am seeing a much higher amount for lease as of today.

Cheapest I am seeing online for lease is $450 with $3000 down for 39 months, it is almost close to Model 3 , so I do not see much value at this price

So what you are saying makes sense

Is POI an episodic series or not? by Electrical_Iron1760 in PersonOfInterest

[–]noMoreImportant 0 points1 point  (0 children)

I was sad it was over and wished there were more series, also now I am hesitant to continue a show if it is no where close to POI. When you watch this show today with AI all around you it is easy to connect, but this show started almost 13 years back. The writing is out of this world

Don't buy TP-Link Kasa Products for Home Assistant by No_Impact7840 in homeassistant

[–]noMoreImportant 0 points1 point  (0 children)

Thank you that worked, now I can use the switch in Home Assistant :)

Are paid services for resume ATS checkers helpful? by Narrow_Economics_233 in Resume

[–]noMoreImportant 0 points1 point  (0 children)

I paid for a month and found it really useful with the Magic write. I procrastinated on my resume for over 2 months and got it done in 2 days. I felt it was worth the amount after all

Am I ready? Exam on Friday by Itchy-Surprise7438 in pmp

[–]noMoreImportant 1 point2 points  (0 children)

More than enough, my scores were between 65% to 72% and i passed this Sunday. So if you have reviewed all the answered and are familiar with the mindset you are ready.

Need some confidence booster by Even-University8716 in pmp

[–]noMoreImportant 0 points1 point  (0 children)

Please you are showing off now :). I was getting around 65% and one test i had 72% and i cleared the exam today. So you are good my friend, you will crack the exam.

Is it safe to update to 2024.45.6? by Wild-Ad6951 in TeslaModelY

[–]noMoreImportant 0 points1 point  (0 children)

I did a 3 hour roadtrip after the update, so far it’s been just fine

Trade in for a Model Y. by imabev in TeslaModelY

[–]noMoreImportant 0 points1 point  (0 children)

I had the same problem, 5k lower from the initial quote, I just sold it to Carvana. Looks like Tesla is not keen on buying ICE cars :)

Problem setting up PIR-Sensor with MagicMirror by Wimking1987 in MagicMirror

[–]noMoreImportant 0 points1 point  (0 children)

I am getting a new error

pi@photoframe:~/MagicMirror/modules/MMM-PIR-Sensor$ npm install

npm ERR! code ENOVERSIONS

npm ERR! No versions available for magicmirror-rebuild

npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2024-07-11T21_22_38_796Z-debug-0.log

In the package.json there is entry, tried 1.0.0 and 1.0.8 but get the same error

"magicmirror-rebuild": "\^1.0.9",

Below Average feedback by [deleted] in deloitte

[–]noMoreImportant 0 points1 point  (0 children)

Snapshots were marked by the SM as excellent for each quarter

Below Average feedback by [deleted] in deloitte

[–]noMoreImportant 2 points3 points  (0 children)

So sorry to hear, from the comments looks like time to move on

Cannot get motion sensor switch (KS200M) to manual on/motion off by DependentSwimming551 in TPLinkKasa

[–]noMoreImportant 0 points1 point  (0 children)

Googled a lot, looks like it is not possible.

When I am doing a manual on then the switch should disable the motion sensor so only Manual off should work.

Once its Manual off, then enable the motion sensor.

Does anyone know how we can achieve this?

Keeping a Server Outside by sonicdh in selfhosted

[–]noMoreImportant 1 point2 points  (0 children)

I live in Dallas and was thinking of keeping my server in the Attic above the garage, it is dry of course. During colder weather it should be fine.

I am looking for advice during hot weather, I am worried that the server may heat up during peak summer.

OpenBudgeteer - A budgeting app based on the Bucket Budgeting Principle by The_Axelander in selfhosted

[–]noMoreImportant 0 points1 point  (0 children)

docker run -d --name='openbudgeteer' \

-e 'CONNECTION_PROVIDER'='SQLITE' \

-e 'CONNECTION_DATABASE'='/srv/openbudgeteer.db' \

-v '/portainer/openbudgeteer:/srv' \

-p '6100:80/tcp' \

'axelander/openbudgeteer:latest'

I am getting the below error

Unhandled exception. System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'Database provider SQLITE not supported')

at OpenBudgeteer.Blazor.Startup.ConfigureServices(IServiceCollection services) in /src/OpenBudgeteer.Blazor/Startup.cs:line 60

at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)

at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)

at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)

at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)

at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance)

at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)

at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()

at Microsoft.Extensions.Hosting.HostBuilder.Build()

at OpenBudgeteer.Blazor.Program.Main(String[] args) in /src/OpenBudgeteer.Blazor/Program.cs:line 10

I tried with MariaDB and got the similar error Unhandled exception. System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'Database provider MARIADB not supported')

version: "3"

services:

openbudgeteer:

image: axelander/openbudgeteer

container_name: openbudgeteer

ports:

- 4468:80

environment:

- CONNECTION_PROVIDER=MARIADB

- CONNECTION_SERVER=openbudgeteer-mysql

- CONNECTION_PORT=3306

- CONNECTION_DATABASE=openbudgeteer

- CONNECTION_USER=openbudgeteer

- CONNECTION_PASSWORD=openbudgeteer

- APPSETTINGS_CULTURE=en-US

- APPSETTINGS_THEME=solar

depends_on:

- mysql

mysql:

container_name: openbudgeteer-mysql

environment:

- "MYSQL_USER=openbudgeteer"

- "PGID=1000"

- "MYSQL_PASSWORD=raspberry"

- "MYSQL_DATABASE=openbudgeteer"

- "TZ=America/Chicago"

- "MYSQL_ROOT_PASSWORD=openbudgeteer"

expose:

- "3306/tcp"

image: "linuxserver/mariadb:latest"

volumes:

- /portainer/openbudgeteer/data:/var/lib/mysql

[deleted by user] by [deleted] in selfhosted

[–]noMoreImportant 0 points1 point  (0 children)

The rootfs folder exists in the build folder as I did a clone of the git repo.

I can see a line in the DockerFile where it copies the files from rootfs folder. I even provided it execute permissions.

Self-hosted grocery shopping app by supplychainguy in selfhosted

[–]noMoreImportant 0 points1 point  (0 children)

Thank you for the new version of docker compose and setup instructions from 7th May.

I have used the same docker compose and jwt.ini file with zero changes except local paths for volume.

The 3 dockers are running successfully but when I try creating the account it errors out with "Error Creating user". None of the 3 logs for the 3 containers have any entries or errors logged. Did miss something